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@180717d3833b6e0f89c3aa8b34b369f4cccf69fd#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='3015726555' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {1} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {4} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {4} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {8} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {8} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.785827s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.199135s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.161950s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.260175s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.024434s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.029848s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.145517s] ... ok {8} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [3.474389s] ... ok {8} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [2.168624s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.179852s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.412554s] ... ok {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [0.259458s] ... 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-19 17:23:07,384 79210 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.047s 2023-07-19 17:23:07,384 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-a9489666-c770-4912-8ebc-de2f86a0e782', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd5f894fed2645079c1f56da10f923e8", "name": "tempest-DeleteServersTestJSON-1562896288-project-member", "password_expires_at": null}, "audit_ids": ["AQH7_fncTdKA4ilzhgXmLw"], "expires_at": "2023-07-19T18:23:07.000000Z", "issued_at": "2023-07-19T17:23:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1928c657d2f4fe8ad4492d1f3834359", "name": "tempest-DeleteServersTestJSON-1562896288"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c1928c657d2f4fe8ad4492d1f3834359", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c1928c657d2f4fe8ad4492d1f3834359", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c1928c657d2f4fe8ad4492d1f3834359", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:07,385 79210 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '3ea82aa9-9470-4eb0-ab53-074913058865', 'name': 'tempest-DeleteServersTestJSON-439046902-network', 'tenant_id': 'c1928c657d2f4fe8ad4492d1f3834359', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c1928c657d2f4fe8ad4492d1f3834359', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 232, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:52Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:07,589 79210 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.202s 2023-07-19 17:23:07,589 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1192786242", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "3ea82aa9-9470-4eb0-ab53-074913058865"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-b96a91b1-38cf-4f9e-9e4c-26155fac1588', 'x-compute-request-id': 'req-b96a91b1-38cf-4f9e-9e4c-26155fac1588', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.209866s] ... ok {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [8.511672s] ... 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-19 17:23:04,330 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:04,330 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:04,585 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.252s 2023-07-19 17:23:04,585 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1024479490", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzWFXbgtCX0iQ7FxobnQ/0MVqiredX752Dsu4Ey9JGXGhFa7MYUELIVlHgKbEasNdGQBZzHQXY73OHzHPhxDlGlSSFfXhvLEJGIHDNhBpuKMR5QVd53empAm3WvqAJ4tg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:04 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-ca936de3-296d-4590-ae17-610af1ceb64d', 'x-compute-request-id': 'req-ca936de3-296d-4590-ae17-610af1ceb64d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1024479490", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzWFXbgtCX0iQ7FxobnQ/0MVqiredX752Dsu4Ey9JGXGhFa7MYUELIVlHgKbEasNdGQBZzHQXY73OHzHPhxDlGlSSFfXhvLEJGIHDNhBpuKMR5QVd53empAm3WvqAJ4tg==", "fingerprint": "0d:66:77:97:3d:13:1b:68:43:47:d4:3d:ea:4e:9c:53", "user_id": "eaf620765d4d4398b2c6279ae7ae7fba"}}' 2023-07-19 17:23:04,590 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1024479490 created 2023-07-19 17:23:05,600 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.009s 2023-07-19 17:23:05,600 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--534848068", "description": "tempest-description--446701700"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-3f368d11-822f-44d7-82f2-c851759fffed', 'date': 'Wed, 19 Jul 2023 17:23:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f5f41190-3f97-4867-82b3-264d395771e1", "name": "tempest-securitygroup--534848068", "stateful": true, "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "tempest-description--446701700", "shared": false, "security_group_rules": [{"id": "112965a1-581d-41d3-b7db-f6c7f1fe3066", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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": 170, "description": null, "tags": [], "created_at": "2023-07-19T17:23:04Z", "updated_at": "2023-07-19T17:23:04Z", "revision_number": 0}, {"id": "e01949b3-a807-4e55-84e2-731f52e3218c", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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": 171, "description": null, "tags": [], "created_at": "2023-07-19T17:23:05Z", "updated_at": "2023-07-19T17:23:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:04Z", "updated_at": "2023-07-19T17:23:04Z", "revision_number": 1, "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb"}}' 2023-07-19 17:23:06,804 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.203s 2023-07-19 17:23:06,804 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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-437e10a8-feef-4eef-9e94-1884e7706197', 'date': 'Wed, 19 Jul 2023 17:23: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": "f22a3ce0-61bb-406c-9c7c-5ab233e5814c", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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-19T17:23:06Z", "updated_at": "2023-07-19T17:23:06Z", "revision_number": 0}}' 2023-07-19 17:23:08,746 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.941s 2023-07-19 17:23:08,746 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9b470a63-3284-4fce-a476-3257da98ddd1', 'date': 'Wed, 19 Jul 2023 17:23:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79361fa2-7b02-467f-b0f9-b8973a88f3f8", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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-19T17:23:07Z", "updated_at": "2023-07-19T17:23:07Z", "revision_number": 0}}' 2023-07-19 17:23:08,747 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--534848068 created 2023-07-19 17:23:11,179 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.432s 2023-07-19 17:23:11,179 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-8f4029b9-2caf-4cdc-96b0-929170bc8bb1', 'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cb1fa378-8897-4d23-8bc1-d33d541a14ef", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "floating_ip_address": "172.24.4.185", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:10Z", "updated_at": "2023-07-19T17:23:10Z", "revision_number": 0}}' 2023-07-19 17:23:11,180 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cb1fa378-8897-4d23-8bc1-d33d541a14ef', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:10Z', 'updated_at': '2023-07-19T17:23:10Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2023-07-19 17:23:11,292 79206 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.107s 2023-07-19 17:23:11,293 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c084ad85-bc78-40aa-bea4-9d89ede70e34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eaf620765d4d4398b2c6279ae7ae7fba", "name": "tempest-AttachVolumeNegativeTest-2102145767-project-member", "password_expires_at": null}, "audit_ids": ["XqMzLlSpQEqrY_TSld63KQ"], "expires_at": "2023-07-19T18:23:11.000000Z", "issued_at": "2023-07-19T17:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "name": "tempest-AttachVolumeNegativeTest-2102145767"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10 .0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:11,294 79206 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '5995bd89-4e0d-4687-9691-a30b73524f85', 'name': 'tempest-AttachVolumeNegativeTest-1884418703-network', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12614, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:11,294 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1024479490', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzWFXbgtCX0iQ7FxobnQ/0MVqiredX752Dsu4Ey9JGXGhFa7MYUELIVlHgKbEasNdGQBZzHQXY73OHzHPhxDlGlSSFfXhvLEJGIHDNhBpuKMR5QVd53empAm3WvqAJ4tg==', 'fingerprint': '0d:66:77:97:3d:13:1b:68:43:47:d4:3d:ea:4e:9c:53', 'user_id': 'eaf620765d4d4398b2c6279ae7ae7fba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfnb8RhfMn9V5qrE17RltTjC5sDm+kJwiUPianOiV7CJzv75uWwNSt\nTQsHH7gleDmgBwYFK4EEACKhZANiAARs1hV24LQl9IkOxcaG50P9DFaoq3nV++dg\n7LuBMvSRlxoRWuzGFBCyFZR4CmxGrDXRkAWcx0F2O9zh8xz4cQ5RpUkhX14byxCR\niBwzYQabijEeUFXed3pqQJt1r6gCeLY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f5f41190-3f97-4867-82b3-264d395771e1', 'name': 'tempest-securitygroup--534848068', 'stateful': True, 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': 'tempest-description--446701700', 'shared': False, 'security_group_rules': [{'id': '112965a1-581d-41d3-b7db-f6c7f1fe3066', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f5f41190-3f97-4867-82b3-264d395771e1', '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': 170, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:04Z', 'updated_at': '2023-07-19T17:23:04Z', 'revision_number': 0}, {'id': 'e01949b3-a807-4e55-84e2-731f52e3218c', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f5f41190-3f97-4867-82b3-264d395771e1', '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': 171, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:05Z', 'updated_at': '2023-07-19T17:23:05Z', 'revisi on_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:04Z', 'updated_at': '2023-07-19T17:23:04Z', 'revision_number': 1, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb'}, 'floating_ip': {'id': 'cb1fa378-8897-4d23-8bc1-d33d541a14ef', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:10Z', 'updated_at': '2023-07-19T17:23:10Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2023-07-19 17:23:11,340 79206 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.044s 2023-07-19 17:23:11,341 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1734809103", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5995bd89-4e0d-4687-9691-a30b73524f85"}], "security_groups": [{"name": "tempest-securitygroup--534848068"}], "key_name": "tempest-keypair-1024479490", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-be171f6c-d812-4576-b254-961442fe3773', 'x-compute-request-id': 'req-be171f6c-d812-4576-b254-961442fe3773', 'connection': 'close', 'status': '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-19 17:23:11,418 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1024479490 0.075s 2023-07-19 17:23:11,419 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-e5ce7e87-c075-4759-83df-d70c98a7848c', 'x-compute-request-id': 'req-e5ce7e87-c075-4759-83df-d70c98a7848c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1024479490'} Body: b'' 2023-07-19 17:23:11,714 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1 0.295s 2023-07-19 17:23:11,714 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8bd48879-5110-4767-aa27-96a1fb85eb5d', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1'} Body: b'' 2023-07-19 17:23:11,743 79206 INFO [ tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1 0.028s 2023-07-19 17:23:11,744 79206 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-f06ca2a7-18bf-4d00-b185-bf0c9995c24e', 'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f5f41190-3f97-4867-82b3-264d395771e1 does not exist", "detail": ""}}' 2023-07-19 17:23:12,840 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/cb1fa378-8897-4d23-8bc1-d33d541a14ef 1.095s 2023-07-19 17:23:12,840 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-272bae6a-c910-409f-8627-d8f025c6b673', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cb1fa378-8897-4d23-8bc1-d33d541a14ef'} Body: b'' {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.127767s] ... ok {8} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [13.083584s] ... ok {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [10.404998s] ... 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-19 17:23:10,971 79224 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:10,971 79224 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:11,215 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.241s 2023-07-19 17:23:11,216 79224 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-1713978206", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP8RdqZG3dX5NRGkd5k8pEPXmCuexsM+zz4LmTsNCJeCG6xynL1BIE/gmCanrCXqOuegmEpWn385G9w282q64F6jJgp+1OL1fvuxMJT6bnreldWv5S/3lHwjPnOKvmPNVA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:10 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-26f62d03-2ca3-4d34-8187-10770a079786', 'x-compute-request-id': 'req-26f62d03-2ca3-4d34-8187-10770a079786', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1713978206", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP8RdqZG3dX5NRGkd5k8pEPXmCuexsM+zz4LmTsNCJeCG6xynL1BIE/gmCanrCXqOuegmEpWn385G9w282q64F6jJgp+1OL1fvuxMJT6bnreldWv5S/3lHwjPnOKvmPNVA==", "fingerprint": "a0:f8:a6:bf:21:d3:2a:35:1c:1e:44:ba:2a:ca:46:06", "user_id": "a32d450563624c07884bf8c47769e723"}}' 2023-07-19 17:23:11,224 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1713978206 created 2023-07-19 17:23:12,348 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.123s 2023-07-19 17:23:12,349 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--817845821", "description": "tempest-description--761202617"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-cc7b83f1-bbab-4b8a-b191-33e68e197a7b', 'date': 'Wed, 19 Jul 2023 17:23:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "name": "tempest-securitygroup--817845821", "stateful": true, "tenant_id": "1285589ad2414d3583d9565d0650e006", "description": "tempest-description--761202617", "shared": false, "security_group_rules": [{"id": "0741bb0a-002b-4cd7-bef8-d41d8217d2f5", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 193, "description": null, "tags": [], "created_at": "2023-07-19T17:23:11Z", "updated_at": "2023-07-19T17:23:11Z", "revision_number": 0}, {"id": "9a4e1a4c-9d4a-4b99-abe2-afbc290003ff", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 192, "description": null, "tags": [], "created_at": "2023-07-19T17:23:11Z", "updated_at": "2023-07-19T17:23:11Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:11Z", "updated_at": "2023-07-19T17:23:11Z", "revision_number": 1, "project_id": "1285589ad2414d3583d9565d0650e006"}}' 2023-07-19 17:23:12,952 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.602s 2023-07-19 17:23:12,952 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "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-f4cf38e6-122e-4332-8864-79b2be82a839', 'date': 'Wed, 19 Jul 2023 17:23:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b3dc102c-8f18-41d1-af55-a3dbfb48fc67", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "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-19T17:23:12Z", "updated_at": "2023-07-19T17:23:12Z", "revision_number": 0}}' 2023-07-19 17:23:14,654 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.701s 2023-07-19 17:23:14,654 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fd9f7735-e247-4f28-bdb0-f809e1c30845', 'date': 'Wed, 19 Jul 2023 17:23: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": "ef458d93-1009-4d4e-90c2-2e261eed59ef", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "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-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 0}}' 2023-07-19 17:23:14,655 79224 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--817845821 created 2023-07-19 17:23:17,588 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.933s 2023-07-19 17:23:17,589 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content -type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a033ebcc-1817-4089-8cf2-f1d41e77b851', 'date': 'Wed, 19 Jul 2023 17:23:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "784b45a0-944d-4260-ac1d-3ebc3371e179", "tenant_id": "1285589ad2414d3583d9565d0650e006", "floating_ip_address": "172.24.4.38", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1285589ad2414d3583d9565d0650e006", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:16Z", "updated_at": "2023-07-19T17:23:16Z", "revision_number": 0}}' 2023-07-19 17:23:17,589 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '784b45a0-944d-4260-ac1d-3ebc3371e179', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:16Z', 'updated_at': '2023-07-19T17:23:16Z', 'revision_number': 0, 'ip': '172.24.4.38'} created 2023-07-19 17:23:17,691 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-07-19 17:23:17,691 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7144537c-4deb-4406-adeb-6ab38da138ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a32d450563624c07884bf8c47769e723", "name": "tempest-AttachVolumeShelveTestJSON-1497210818-project-member", "password_expires_at": null}, "audit_ids": ["jCQtlRGDTWKC66KrBTBgcw"], "expires_at": "2023-07-19T18:23:17.000000Z", "issued_at": "2023-07-19T17:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1285589ad2414d3583d9565d0650e006", "name": "tempest-AttachVolumeShelveTestJSON-1497210818"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interfac e": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:17,692 79224 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'c1a1177d-cb08-4d3d-a7e3-9b850853beb7', 'name': 'tempest-AttachVolumeShelveTestJSON-200787098-network', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1285589ad2414d3583d9565d0650e006', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43465, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:17,692 79224 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1713978206', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP8RdqZG3dX5NRGkd5k8pEPXmCuexsM+zz4LmTsNCJeCG6xynL1BIE/gmCanrCXqOuegmEpWn385G9w282q64F6jJgp+1OL1fvuxMJT6bnreldWv5S/3lHwjPnOKvmPNVA==', 'fingerprint': 'a0:f8:a6:bf:21:d3:2a:35:1c:1e:44:ba:2a:ca:46:06', 'user_id': 'a32d450563624c07884bf8c47769e723', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAMigIEPPsfPjzMQ+Flm7vT7LHLWVfydkmwIT3P5HH/YNGggxZWFSfd\njDPJcPRr62SgBwYFK4EEACKhZANiAAT/EXamRt3V+TURpHeZPKRD15grnsbDPs8+\nC5k7DQiXghuscpy9QSBP4Jgmp6wl6jrnoJhKVp9/ORvcNvNquuBeoyYKftTi9X77\nsTCU+m563pXVr+Uv95R8Iz5zir5jzVQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '53c6ab1f-6100-4cdf-adc5-90f012f43449', 'name': 'tempest-securitygroup--817845821', 'stateful': True, 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'description': 'tempest-description--761202617', 'shared': False, 'security_group_rules': [{'id': '0741bb0a-002b-4cd7-bef8-d41d8217d2f5', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '53c6ab1f-6100-4cdf-adc5-90f012f43449', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 193, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:11Z', 'updated_at': '2023-07-19T17:23:11Z', 'revision_number': 0}, {'id': '9a4e1a4c-9d4a-4b99-abe2-afbc290003ff', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '53c6ab1f-6100-4cdf-adc5-90f012f43449', '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': 192, 'description': None, 'tags': [], 'created_at ': '2023-07-19T17:23:11Z', 'updated_at': '2023-07-19T17:23:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:11Z', 'updated_at': '2023-07-19T17:23:11Z', 'revision_number': 1, 'project_id': '1285589ad2414d3583d9565d0650e006'}, 'floating_ip': {'id': '784b45a0-944d-4260-ac1d-3ebc3371e179', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:16Z', 'updated_at': '2023-07-19T17:23:16Z', 'revision_number': 0, 'ip': '172.24.4.38'}} 2023-07-19 17:23:17,718 79224 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.025s 2023-07-19 17:23:17,718 79224 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-1603893285", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c1a1177d-cb08-4d3d-a7e3-9b850853beb7"}], "security_groups": [{"name": "tempest-securitygroup--817845821"}], "key_name": "tempest-keypair-1713978206", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-7da626ff-af8f-406b-b3d2-2ba7349d9ed8', 'x-compute-request-id': 'req-7da626ff-af8f-406b-b3d2-2ba7349d9ed8', 'connection': 'close', 'status': '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-19 17:23:17,763 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1713978206 0.041s 2023-07-19 17:23:17,763 79224 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': 'Wed, 19 Jul 2023 17:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c28a022-51cd-4d23-a833-c17c938c9160', 'x-compute-request-id': 'req-6c28a022-51cd-4d23-a833-c17c938c9160', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1713978206'} Body: b'' 2023-07-19 17:23:19,441 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449 1.676s 2023-07-19 17:23:19,441 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-61dd227c-2eed-43f5-8009-7da4179eb7ac', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449'} Body: b'' 2023-07-19 17:23:19,478 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449 0.036s 2023-07-19 17:23:19,478 79224 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-ee32545e-9e31-40ba-8363-f6af2a0141bc', 'date': 'Wed, 19 Jul 2023 17:23:19 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 53c6ab1f-6100-4cdf-adc5-90f012f43449 does not exist", "detail": ""}}' 2023-07-19 17:23:21,374 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/784b45a0-944d-4260-ac1d-3ebc3371e179 1.895s 2023-07-19 17:23:21,375 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-320159b4-a91e-4f2a-b540-006267e65c67', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/784b45a0-944d-4260-ac1d-3ebc3371e179'} Body: b'' {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.017997s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.035057s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.024113s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.023784s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.024326s] ... ok {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [10.832843s] ... 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-19 17:23:12,845 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:12,845 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:12,935 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.087s 2023-07-19 17:23:12,935 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1097070387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdQpC/flUsaapffqBrDv27HPnCZVuGVEeI/VceG7wnQxavaQ/4iAv1f7h0jRmeyT+Git1nMqkQFln6diX7v99JCh+pmWT3mkYruXLw24vPhf3ZfcsJTtAG4/6CjJmM5JQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:12 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-1c195def-e0c7-419c-aa22-f88e9ca1990f', 'x-compute-request-id': 'req-1c195def-e0c7-419c-aa22-f88e9ca1990f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1097070387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdQpC/flUsaapffqBrDv27HPnCZVuGVEeI/VceG7wnQxavaQ/4iAv1f7h0jRmeyT+Git1nMqkQFln6diX7v99JCh+pmWT3mkYruXLw24vPhf3ZfcsJTtAG4/6CjJmM5JQ==", "fingerprint": "5c:fc:5d:03:57:3b:5b:cc:46:2b:e3:9f:46:44:19:30", "user_id": "eaf620765d4d4398b2c6279ae7ae7fba"}}' 2023-07-19 17:23:12,938 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1097070387 created 2023-07-19 17:23:14,263 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.324s 2023-07-19 17:23:14,263 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--967159654", "description": "tempest-description--1155412082"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2e21c2fc-0255-4f9a-91d2-9c2d4c40b805', 'date': 'Wed, 19 Jul 2023 17:23:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "name": "tempest-securitygroup--967159654", "stateful": true, "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "tempest-description--1155412082", "shared": false, "security_group_rules": [{"id": "2a913fb3-12aa-48bc-b586-d3553bed3a3f", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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": 207, "description": null, "tags": [], "created_at": "2023-07-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 0}, {"id": "af8a021d-59f7-4d36-b17e-713215bd5e35", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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": 208, "description": null, "tags": [], "created_at": "2023-07-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 1, "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb"}}' 2023-07-19 17:23:15,215 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.951s 2023-07-19 17:23:15,215 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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-c9c4b7ff-f043-4484-94d1-0dd255ade7db', 'date': 'Wed, 19 Jul 2023 17:23: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": "300a006e-398f-4345-9bac-97e45869b518", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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-19T17:23:14Z", "updated_at": "2023-07-19T17:23:14Z", "revision_number": 0}}' 2023-07-19 17:23:16,634 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.418s 2023-07-19 17:23:16,634 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f5f17e1c-8ef1-4fbd-8043-55cf4a03b5ea', 'date': 'Wed, 19 Jul 2023 17:23:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b4c4f0a7-365e-4fad-8962-44b5b8bdb09e", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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-19T17:23:15Z", "updated_at": "2023-07-19T17:23:15Z", "revision_number": 0}}' 2023-07-19 17:23:16,634 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--967159654 created 2023-07-19 17:23:21,228 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.593s 2023-07-19 17:23:21,228 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-4a2a1bed-2be6-4c22-8f2f-0106b307a366', 'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c1aff291-fbca-415c-bd36-73e9bd933dfe", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "floating_ip_address": "172.24.4.19", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:19Z", "updated_at": "2023-07-19T17:23:19Z", "revision_number": 0}}' 2023-07-19 17:23:21,229 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c1aff291-fbca-415c-bd36-73e9bd933dfe', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:19Z', 'updated_at': '2023-07-19T17:23:19Z', 'revision_number': 0, 'ip': '172.24.4.19'} created 2023-07-19 17:23:21,346 79206 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.113s 2023-07-19 17:23:21,347 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-34a6f746-4214-4e65-a8b2-bd0e0d1ed721', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eaf620765d4d4398b2c6279ae7ae7fba", "name": "tempest-AttachVolumeNegativeTest-2102145767-project-member", "password_expires_at": null}, "audit_ids": ["13Z2gWmzQvGCFvQQmME-5w"], "expires_at": "2023-07-19T18:23:21.000000Z", "issued_at": "2023-07-19T17:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "name": "tempest-AttachVolumeNegativeTest-2102145767"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:21,347 79206 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '5995bd89-4e0d-4687-9691-a30b73524f85', 'name': 'tempest-AttachVolumeNegativeTest-1884418703-network', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12614, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:21,348 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1097070387', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdQpC/flUsaapffqBrDv27HPnCZVuGVEeI/VceG7wnQxavaQ/4iAv1f7h0jRmeyT+Git1nMqkQFln6diX7v99JCh+pmWT3mkYruXLw24vPhf3ZfcsJTtAG4/6CjJmM5JQ==', 'fingerprint': '5c:fc:5d:03:57:3b:5b:cc:46:2b:e3:9f:46:44:19:30', 'user_id': 'eaf620765d4d4398b2c6279ae7ae7fba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8dAu3qgQG6S3gS4KEdkEq48py9uPZXS7dtFThkxxzC46utoW1zLU2\nNfJryEqubCagBwYFK4EEACKhZANiAATXUKQv35VLGmqX36gaw79uxz5wmVbhlRHi\nP1XHhu8J0MWr2kP+IgL9X+4dI0Znsk/hordZzKpEBZZ+nYl+7/fSQofqZlk95pGK\n7ly8NuLz4X92X3LCU7QBuP+goyZjOSU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f73a6c1f-cdf1-4fb2-a302-8cd092797d6e', 'name': 'tempest-securitygroup--967159654', 'stateful': True, 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': 'tempest-description--1155412082', 'shared': False, 'security_group_rules': [{'id': '2a913fb3-12aa-48bc-b586-d3553bed3a3f', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f73a6c1f-cdf1-4fb2-a302-8cd092797d6e', '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': 207, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:13Z', 'updated_at': '2023-07-19T17:23:13Z', 'revision_number': 0}, {'id': 'af8a021d-59f7-4d36-b17e-713215bd5e35', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f73a6c1f-cdf1-4fb2-a302-8cd092797d6e', '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': 208, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:13Z', 'updated_at': '2023-07-19T17:23:13Z', 'revision_number' : 0}], 'tags': [], 'created_at': '2023-07-19T17:23:13Z', 'updated_at': '2023-07-19T17:23:13Z', 'revision_number': 1, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb'}, 'floating_ip': {'id': 'c1aff291-fbca-415c-bd36-73e9bd933dfe', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:19Z', 'updated_at': '2023-07-19T17:23:19Z', 'revision_number': 0, 'ip': '172.24.4.19'}} 2023-07-19 17:23:21,374 79206 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.025s 2023-07-19 17:23:21,374 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1737752359", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5995bd89-4e0d-4687-9691-a30b73524f85"}], "security_groups": [{"name": "tempest-securitygroup--967159654"}], "key_name": "tempest-keypair-1097070387", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-d5bdf2c1-12ea-4e59-8cfa-288e3eea36b2', 'x-compute-request-id': 'req-d5bdf2c1-12ea-4e59-8cfa-288e3eea36b2', 'connection': 'close', 'status': '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-19 17:23:21,424 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097070387 0.048s 2023-07-19 17:23:21,424 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00fb5276-0c46-413f-9ea3-bc95a816274d', 'x-compute-request-id': 'req-00fb5276-0c46-413f-9ea3-bc95a816274d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097070387'} Body: b'' 2023-07-19 17:23:22,085 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e 0.660s 2023-07-19 17:23:22,086 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e6347cdd-5ec5-4660-8b63-10c375c8493d', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e'} Body: b'' 2023-07-19 17:23:22,113 79206 INFO [tempest.lib.commo n.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e 0.027s 2023-07-19 17:23:22,114 79206 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-9163ac4b-dee0-4332-80c2-ee65ce1867ae', 'date': 'Wed, 19 Jul 2023 17:23:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f73a6c1f-cdf1-4fb2-a302-8cd092797d6e does not exist", "detail": ""}}' 2023-07-19 17:23:23,676 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c1aff291-fbca-415c-bd36-73e9bd933dfe 1.561s 2023-07-19 17:23:23,677 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-70135839-12f1-4c28-98bc-47d827d75ece', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c1aff291-fbca-415c-bd36-73e9bd933dfe'} Body: b'' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [8.247773s] ... 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-19 17:23:21,379 79224 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:21,379 79224 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:21,461 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.079s 2023-07-19 17:23:21,461 79224 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-494164092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiM0ysFteTDh72N1mUvcOI05MarYEhKxKE4kliFa7NGPq9BUlMSy3B03qtRfsKwH+7PRtro3TxDvWZvlYs9+XXm474QgdrEvuyEmCynxLuD5xCjqAn4pbhAtEoW0MPseg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b43bfd22-0e57-4b26-892a-d25b0ba3c542', 'x-compute-request-id': 'req-b43bfd22-0e57-4b26-892a-d25b0ba3c542', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-494164092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiM0ysFteTDh72N1mUvcOI05MarYEhKxKE4kliFa7NGPq9BUlMSy3B03qtRfsKwH+7PRtro3TxDvWZvlYs9+XXm474QgdrEvuyEmCynxLuD5xCjqAn4pbhAtEoW0MPseg==", "fingerprint": "e6:d2:ff:a7:ae:ef:3a:6d:95:ff:f9:03:f4:2d:a0:5e", "user_id": "a32d450563624c07884bf8c47769e723"}}' 2023-07-19 17:23:21,464 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-494164092 created 2023-07-19 17:23:22,133 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.668s 2023-07-19 17:23:22,133 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1522609433", "description": "tempest-description--289541514"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-b90f48a8-320c-4e02-b836-28f08ba9a63c', 'date': 'Wed, 19 Jul 2023 17:23:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "name": "tempest-securitygroup--1522609433", "stateful": true, "tenant_id": "1285589ad2414d3583d9565d0650e006", "description": "tempest-description--289541514", "shared": false, "security_group_rules": [{"id": "41ac4097-0308-4eed-a13c-49454668e759", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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": 268, "description": null, "tags": [], "created_at": "2023-07-19T17:23:21Z", "updated_at": "2023-07-19T17:23:21Z", "revision_number": 0}, {"id": "fe00f20d-4435-491a-b560-50cd01f1197d", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_ra nge_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 267, "description": null, "tags": [], "created_at": "2023-07-19T17:23:21Z", "updated_at": "2023-07-19T17:23:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:21Z", "updated_at": "2023-07-19T17:23:21Z", "revision_number": 1, "project_id": "1285589ad2414d3583d9565d0650e006"}}' 2023-07-19 17:23:23,489 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.355s 2023-07-19 17:23:23,490 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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-f2fdb805-39b2-4183-92cd-c86348406649', 'date': 'Wed, 19 Jul 2023 17:23: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": "c0165d1a-38f3-49a5-ad28-10b129cfc108", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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-19T17:23:22Z", "updated_at": "2023-07-19T17:23:22Z", "revision_number": 0}}' 2023-07-19 17:23:24,308 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.817s 2023-07-19 17:23:24,308 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8dfdb047-5c92-469e-9711-633f6f5ff94b', 'date': 'Wed, 19 Jul 2023 17:23: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": "72d5f4a6-9145-4ece-9009-da39b0771336", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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-19T17:23:23Z", "updated_at": "2023-07-19T17:23:23Z", "revision_number": 0}}' 2023-07-19 17:23:24,308 79224 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1522609433 created 2023-07-19 17:23:27,281 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.971s 2023-07-19 17:23:27,281 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-460d8616-92b3-4333-b98d-d3b70cdb98b6', 'date': 'Wed, 19 Jul 2023 17:23:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b6bbf601-63aa-443f-9cdb-a99a11915e92", "tenant_id": "1285589ad2414d3583d9565d0650e006", "floating_ip_address": "172.24.4.226", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1285589ad2414d3583d9565d0650e006", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:26Z", "updated_at": "2023-07-19T17:23:26Z", "revision_number": 0}}' 2023-07-19 17:23:27,281 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b6bbf601-63aa-443f-9cdb-a99a11915e92', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:26Z', 'updated_at': '2023-07-19T17:23:26Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2023-07-19 17:23:27,374 79224 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.087s 2023-07-19 17:23:27,374 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:27 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-545d09b1-6921-4fe7-a8cd-f1a0818f3b24', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a32d450563624c07884bf8c47769e723", "name": "tempest-AttachVolumeShelveTestJSON-1497210818-project-member", "password_expires_at": null}, "audit_ids": ["grqPlslPQWGx4aCf4f0zSA"], "expires_at": "2023-07-19T18:23:27.000000Z", "issued_at": "2023-07-19T17:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1285589ad2414d3583d9565d0650e006", "name": "tempest-AttachVolumeShelveTestJSON-1497210818"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:27,375 79224 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'c1a1177d-cb08-4d3d-a7e3-9b850853beb7', 'name': 'tempest-AttachVolumeShelveTestJSON-200787098-network', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1285589ad2414d3583d9565d0650e006', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43465, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:27,375 79224 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-494164092', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiM0ysFteTDh72N1mUvcOI05MarYEhKxKE4kliFa7NGPq9BUlMSy3B03qtRfsKwH+7PRtro3TxDvWZvlYs9+XXm474QgdrEvuyEmCynxLuD5xCjqAn4pbhAtEoW0MPseg==', 'fingerprint': 'e6:d2:ff:a7:ae:ef:3a:6d:95:ff:f9:03:f4:2d:a0:5e', 'user_id': 'a32d450563624c07884bf8c47769e723', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDNGauGSzeySo38Yd4VNiG6bbpTJvEXxaMJqF+yc0UMifTPdmeZYcSx\ndc+ptuW23QegBwYFK4EEACKhZANiAARIjNMrBbXkw4e9jdZlL3DiNOTGq2BISsSh\nOJJYhWuzRj6vQVJTEstwdN6rUX7CsB/uz0ba6N08Q71mb5WLPfl15uO+EIHaxL7s\nhJgsp8S7g+cQo6gJ+KW4QLRKFtDD7Ho=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1380b820-2f2c-4dc9-a094-3d5909c38e4c', 'name': 'tempest-securitygroup--1522609433', 'stateful': True, 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'description': 'tempest-description--289541514', 'shared': False, 'security_group_rules': [{'id': '41ac4097-0308-4eed-a13c-49454668e759', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '1380b820-2f2c-4dc9-a094-3d5909c38e4c', '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': 268, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:21Z', 'updated_at': '2023-07-19T17:23:21Z', 'revision_number': 0}, {'id': 'fe00f20d-4435-491a-b560-50cd01f1197d', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '1380b820-2f2c-4dc9-a094-3d5909c38e4c', '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': 267, 'description': None, 'tags': [], 'created _at': '2023-07-19T17:23:21Z', 'updated_at': '2023-07-19T17:23:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:21Z', 'updated_at': '2023-07-19T17:23:21Z', 'revision_number': 1, 'project_id': '1285589ad2414d3583d9565d0650e006'}, 'floating_ip': {'id': 'b6bbf601-63aa-443f-9cdb-a99a11915e92', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:26Z', 'updated_at': '2023-07-19T17:23:26Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2023-07-19 17:23:27,398 79224 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.022s 2023-07-19 17:23:27,398 79224 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-1141205363", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c1a1177d-cb08-4d3d-a7e3-9b850853beb7"}], "security_groups": [{"name": "tempest-securitygroup--1522609433"}], "key_name": "tempest-keypair-494164092", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-7fd1bee7-a0ba-4752-a348-af6cef68744e', 'x-compute-request-id': 'req-7fd1bee7-a0ba-4752-a348-af6cef68744e', 'connection': 'close', 'status': '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-19 17:23:27,434 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494164092 0.035s 2023-07-19 17:23:27,435 79224 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': 'Wed, 19 Jul 2023 17:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b882e0-99c6-4858-b8e8-8eb8d04b0e96', 'x-compute-request-id': 'req-f4b882e0-99c6-4858-b8e8-8eb8d04b0e96', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494164092'} Body: b'' 2023-07-19 17:23:28,194 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c 0.759s 2023-07-19 17:23:28,195 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-2d62a88b-684d-4213-90a4-0048bb07bfbb', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0 .210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c'} Body: b'' 2023-07-19 17:23:28,239 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c 0.043s 2023-07-19 17:23:28,239 79224 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-8e22309e-74ed-4108-a701-f7268cf66b19', 'date': 'Wed, 19 Jul 2023 17:23:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1380b820-2f2c-4dc9-a094-3d5909c38e4c does not exist", "detail": ""}}' 2023-07-19 17:23:29,625 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b6bbf601-63aa-443f-9cdb-a99a11915e92 1.385s 2023-07-19 17:23:29,626 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ccc89bd4-9e5d-4641-9c3a-533697e12f80', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b6bbf601-63aa-443f-9cdb-a99a11915e92'} Body: b'' {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [7.403473s] ... ok {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.386348s] ... ok {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [11.024882s] ... 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-19 17:23:23,679 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:23,680 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:23,762 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2023-07-19 17:23:23,762 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1388202851", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFBFm8YmW4GfToPCjcB4HqF6a/jv+zyKZOOAz8CnQpmfH7LYpLfX4sbGPVQw+cJSDiJPlK+kmVrluf4YL1DTDt04rb7/OzXTZheI29A37Iv4vKV7GQ5DXfWSmhr+xYEQdQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:23 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-a38bc3ed-cdd4-411b-8c92-a2625713c6ac', 'x-compute-request-id': 'req-a38bc3ed-cdd4-411b-8c92-a2625713c6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1388202851", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFBFm8YmW4GfToPCjcB4HqF6a/jv+zyKZOOAz8CnQpmfH7LYpLfX4sbGPVQw+cJSDiJPlK+kmVrluf4YL1DTDt04rb7/OzXTZheI29A37Iv4vKV7GQ5DXfWSmhr+xYEQdQ==", "fingerprint": "b2:6b:8b:b0:60:d9:50:44:25:d6:18:cc:5c:23:0c:c8", "user_id": "eaf620765d4d4398b2c6279ae7ae7fba"}}' 2023-07-19 17:23:23,766 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1388202851 created 2023-07-19 17:23:25,008 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.241s 2023-07-19 17:23:25,009 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1931774730", "description": "tempest-description--1263609000"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-057a73ed-806e-4af1-b8bb-e0b54b7358f3', 'date': 'Wed, 19 Jul 2023 17:23:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "name": "tempest-securitygroup--1931774730", "stateful": true, "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "tempest-description--1263609000", "shared": false, "security_group_rules": [{"id": "3f6cec62-d2bb-4c70-8ba6-ea962a06186b", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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": 299, "description": null, "tags": [], "created_at": "2023-07-19T17:23:24Z", "updated_at": "2023-07-19T17:23:24Z", "revision_number": 0}, {"id": "437a29e3-bde1-4e07-b2b2-fe25a24311d8", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 300, "description": null, "tags": [], "created_at": "2023-07-19T17:23:24Z", "updated_at": "2023-07-19T17:23:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:24Z", "updated_at": "2023-07-19T17:23:24Z", "revision_number": 1, "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb"}}' 2023-07-19 17:23:25,702 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.693s 2023-07-19 17:23:25,703 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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-f318561e-48db-4c1d-ab64-04785f3fcb01', 'date': 'Wed, 19 Jul 2023 17:23: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": "5194b34c-cb63-4a99-a179-4804082a755e", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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-19T17:23:25Z", "updated_at": "2023-07-19T17:23:25Z", "revision_number": 0}}' 2023-07-19 17:23:26,842 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.139s 2023-07-19 17:23:26,843 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2064b427-5d9e-4661-a047-c72dcbd4ba70', 'date': 'Wed, 19 Jul 2023 17:23:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "86e7a165-c3db-4744-948f-6e0b1b0b2a13", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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-19T17:23:26Z", "updated_at": "2023-07-19T17:23:26Z", "revision_number": 0}}' 2023-07-19 17:23:26,843 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1931774730 created 2023-07-19 17:23:31,309 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.466s 2023-07-19 17:23:31,310 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-871fc968-0e5f-431e-80aa-c387cf344049', 'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "768d0389-0263-40c8-8dbb-10e477a433ec", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "floating_ip_address": "172.24.4.149", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:29Z", "updated_at": "2023-07-19T17:23:29Z", "revision_number": 0}}' 2023-07-19 17:23:31,310 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '768d0389-0263-40c8-8dbb-10e477a433ec', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:29Z', 'updated_at': '2023-07-19T17:23:29Z', 'revision_number': 0, 'ip': '172.24.4.149'} created 2023-07-19 17:23:31,399 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-07-19 17:23:31,399 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-df4e5f70-084f-4c54-bafe-d0b72b9de645', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eaf620765d4d4398b2c6279ae7ae7fba", "name": "tempest-AttachVolumeNegativeTest-2102145767-project-member", "password_expires_at": null}, "audit_ids": ["LCq8wmp0QmyFo-Bka8FOQg"], "expires_at": "2023-07-19T18:23:31.000000Z", "issued_at": "2023-07-19T17:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "name": "tempest-AttachVolumeNegativeTest-2102145767"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume /v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:31,400 79206 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '5995bd89-4e0d-4687-9691-a30b73524f85', 'name': 'tempest-AttachVolumeNegativeTest-1884418703-network', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12614, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:31,400 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1388202851', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFBFm8YmW4GfToPCjcB4HqF6a/jv+zyKZOOAz8CnQpmfH7LYpLfX4sbGPVQw+cJSDiJPlK+kmVrluf4YL1DTDt04rb7/OzXTZheI29A37Iv4vKV7GQ5DXfWSmhr+xYEQdQ==', 'fingerprint': 'b2:6b:8b:b0:60:d9:50:44:25:d6:18:cc:5c:23:0c:c8', 'user_id': 'eaf620765d4d4398b2c6279ae7ae7fba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3CopRkS3MMFydHYkdhEPbxrJaptrlkM1p0yRwPoLHmJz3llDvawqp\n1DrK1cdueS2gBwYFK4EEACKhZANiAARQRZvGJluBn06Dwo3AeB6hemv47/s8imTj\ngM/Ap0KZnx+y2KS31+LGxj1UMPnCUg4iT5SvpJla5bn+GC9Q0w7dOK2+/zs102YX\niNvQN+yL+LylexkOQ131kpoa/sWBEHU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7dcb2c32-2c47-4450-b026-a81317cfb9a5', 'name': 'tempest-securitygroup--1931774730', 'stateful': True, 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': 'tempest-description--1263609000', 'shared': False, 'security_group_rules': [{'id': '3f6cec62-d2bb-4c70-8ba6-ea962a06186b', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': '7dcb2c32-2c47-4450-b026-a81317cfb9a5', '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': 299, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:24Z', 'updated_at': '2023-07-19T17:23:24Z', 'revision_number': 0}, {'id': '437a29e3-bde1-4e07-b2b2-fe25a24311d8', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': '7dcb2c32-2c47-4450-b026-a81317cfb9a5', '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': 300, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:24Z', 'updated_at': '2023-07-19T17:23:24Z', 'revision_number': 0}], 'tags': [], 'cre ated_at': '2023-07-19T17:23:24Z', 'updated_at': '2023-07-19T17:23:24Z', 'revision_number': 1, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb'}, 'floating_ip': {'id': '768d0389-0263-40c8-8dbb-10e477a433ec', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:29Z', 'updated_at': '2023-07-19T17:23:29Z', 'revision_number': 0, 'ip': '172.24.4.149'}} 2023-07-19 17:23:31,439 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-19 17:23:31,439 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-881141217", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5995bd89-4e0d-4687-9691-a30b73524f85"}], "security_groups": [{"name": "tempest-securitygroup--1931774730"}], "key_name": "tempest-keypair-1388202851", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-6036e1cf-7f21-425a-acba-aee68e260d24', 'x-compute-request-id': 'req-6036e1cf-7f21-425a-acba-aee68e260d24', 'connection': 'close', 'status': '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-19 17:23:31,478 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1388202851 0.038s 2023-07-19 17:23:31,479 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a2cfa6-6119-4c1a-8e1c-327b8f7be2a1', 'x-compute-request-id': 'req-f0a2cfa6-6119-4c1a-8e1c-327b8f7be2a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1388202851'} Body: b'' 2023-07-19 17:23:32,217 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5 0.738s 2023-07-19 17:23:32,218 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c4af215-c4f9-482b-a46e-05ab15df4c01', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5'} Body: b'' 2023-07-19 17:23:32,350 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolume NegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5 0.131s 2023-07-19 17:23:32,350 79206 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-2f878d6b-f094-47e5-a54b-f83785170318', 'date': 'Wed, 19 Jul 2023 17:23:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7dcb2c32-2c47-4450-b026-a81317cfb9a5 does not exist", "detail": ""}}' 2023-07-19 17:23:34,703 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/768d0389-0263-40c8-8dbb-10e477a433ec 2.352s 2023-07-19 17:23:34,703 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-90065255-623e-4237-8863-eb04b05d9e54', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/768d0389-0263-40c8-8dbb-10e477a433ec'} Body: b'' {2} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [10.529987s] ... 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-19 17:23:31,323 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes 0.367s 2023-07-19 17:23:31,323 79208 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-1727507725"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cf9802-e905-4666-8294-c3f703da27b7', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cf9802-e905-4666-8294-c3f703da27b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.260846", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:31,395 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3 0.059s 2023-07-19 17:23:31,396 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a1846e-2b49-4b10-bde2-18bdf6a9a5bb', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a1846e-2b49-4b10-bde2-18bdf6a9a5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:32,459 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3 0.043s 2023-07-19 17:23:32,459 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c278813b-65f3-480e-87eb-1ae7eb3dfa38', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c278813b-65f3-480e-87eb-1ae7eb3dfa38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.000000", "updated_at": "2023-07-19T17:23:31.000000", "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:33,512 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3 0.041s 2023-07-19 17:23:33,512 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d337b5-54c5-4297-8f87-d48615013a49', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d337b5-54c5-4297-8f87-d48615013a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.000000", "updated_at": "2023-07-19T17:23:33.000000", "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:33,522 79208 INFO [tempest.common.waiters] volume 24a3a230-5e7c-4144-af67-5b05aad4a5d3 reached available after waiting for 2.522890 seconds 2023-07-19 17:23:33,782 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes 0.259s 2023-07-19 17:23:33,782 79208 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-1365768989"}} Response - Headers: {'date' : 'Wed, 19 Jul 2023 17:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3edd04-68ea-4a53-82b4-088ca4e4a568', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3edd04-68ea-4a53-82b4-088ca4e4a568', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:33.691392", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:33,839 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f 0.047s 2023-07-19 17:23:33,840 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819b236d-eb88-4120-afc6-190503a59a54', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819b236d-eb88-4120-afc6-190503a59a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:34.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:34,899 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f 0.038s 2023-07-19 17:23:34,900 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65acaea8-801d-4bce-b677-f1f45c607104', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65acaea8-801d-4bce-b677-f1f45c607104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1 772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:34.000000", "updated_at": "2023-07-19T17:23:34.000000", "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:35,966 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f 0.055s 2023-07-19 17:23:35,966 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be1054aa-aefd-48bc-9c61-97496307f632', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be1054aa-aefd-48bc-9c61-97496307f632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:34.000000", "updated_at": "2023-07-19T17:23:36.000000", "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:35,976 79208 INFO [tempest.common.waiters] volume a15d8483-a8bd-4cfe-983b-231f852a163f reached available after waiting for 2.976947 seconds 2023-07-19 17:23:35,977 79208 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:36,061 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.081s 2023-07-19 17:23:36,061 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1589595636", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIk6afiLRjF+d7lTD+D4TpfCsrVvZ4loE4cge0nLA5jTItKTCl1fSy7SsznvTFdRXPBDL9KCU1KaMjJhHwqwbNvSraxxW4WIkj4PFpusnj6q+8A48ojZ1m7sSScO7rBJ2Q=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nov a-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fec9519d-84d6-4478-804d-e508650b29cd', 'x-compute-request-id': 'req-fec9519d-84d6-4478-804d-e508650b29cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1589595636", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIk6afiLRjF+d7lTD+D4TpfCsrVvZ4loE4cge0nLA5jTItKTCl1fSy7SsznvTFdRXPBDL9KCU1KaMjJhHwqwbNvSraxxW4WIkj4PFpusnj6q+8A48ojZ1m7sSScO7rBJ2Q==", "fingerprint": "9c:b3:96:39:88:b7:a9:fb:f3:4e:a1:83:b8:b2:3a:70", "user_id": "a9fae424b37c43caacbf35ef4be1617f"}}' 2023-07-19 17:23:36,064 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1589595636 created 2023-07-19 17:23:36,596 79208 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.531s 2023-07-19 17:23:36,596 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1696137583", "description": "tempest-description--1554668122"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a84121ca-3fd6-417d-999b-02527b83775e', 'date': 'Wed, 19 Jul 2023 17:23:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "name": "tempest-securitygroup--1696137583", "stateful": true, "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "description": "tempest-description--1554668122", "shared": false, "security_group_rules": [{"id": "5fa26cbb-58ca-4321-b5e5-09b5d4fbaf3f", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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": 353, "description": null, "tags": [], "created_at": "2023-07-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 0}, {"id": "fead705a-2f72-4692-889a-da933b0c89be", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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": 354, "description": null, "tags": [], "created_at": "2023-07-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 1, "project_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:37,132 79208 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.535s 2023-07-19 17:23:37,132 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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-75d5f073-8636-4e4f-8827-72849e43535b', 'date': 'Wed, 19 Jul 2023 17:23:37 GMT', 'conn ection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fd6394a-f393-49a6-8d51-e5c5cc198a5b", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 0}}' 2023-07-19 17:23:38,090 79208 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.957s 2023-07-19 17:23:38,090 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c05c2ccd-7b00-4dc4-91b1-02fbb19e60a7', 'date': 'Wed, 19 Jul 2023 17:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "91e4ea86-880c-453a-abc6-deeda83e3096", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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-19T17:23:37Z", "updated_at": "2023-07-19T17:23:37Z", "revision_number": 0}}' 2023-07-19 17:23:38,090 79208 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1696137583 created 2023-07-19 17:23:41,361 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.270s 2023-07-19 17:23:41,361 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8ba74abb-b602-40e4-b82d-4b68c6ebadc4', 'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1b13cce4-9c6e-47bf-9160-b7e368f5eb6d", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "floating_ip_address": "172.24.4.15", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4342f1772f6740bf9486e60a064b79d6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:39Z", "updated_at": "2023-07-19T17:23:39Z", "revision_number": 0}}' 2023-07-19 17:23:41,361 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1b13cce4-9c6e-47bf-9160-b7e368f5eb6d', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4342f1772f6740bf9486e60a064b79d6' , 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:39Z', 'updated_at': '2023-07-19T17:23:39Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-07-19 17:23:41,454 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-07-19 17:23:41,454 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2799', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f3c3e014-5412-484a-8592-e547f2e9fbb8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a9fae424b37c43caacbf35ef4be1617f", "name": "tempest-TestVolumeSwap-883899359-project-member", "password_expires_at": null}, "audit_ids": ["XZoYr_nVR8im2ZIzixxpHQ"], "expires_at": "2023-07-19T18:23:41.000000Z", "issued_at": "2023-07-19T17:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4342f1772f6740bf9486e60a064b79d6", "name": "tempest-TestVolumeSwap-883899359"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4342f1772f6740bf9486e60a064b79d6", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:41,455 79208 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '2544ad59-530e-4c55-be75-e2f1545a5ba7', 'name': 'tempest-TestVolumeSwap-1064123953-network', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'admin_state_up': True, 'mtu': 1442, 'stat us': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:41,456 79208 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1589595636', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIk6afiLRjF+d7lTD+D4TpfCsrVvZ4loE4cge0nLA5jTItKTCl1fSy7SsznvTFdRXPBDL9KCU1KaMjJhHwqwbNvSraxxW4WIkj4PFpusnj6q+8A48ojZ1m7sSScO7rBJ2Q==', 'fingerprint': '9c:b3:96:39:88:b7:a9:fb:f3:4e:a1:83:b8:b2:3a:70', 'user_id': 'a9fae424b37c43caacbf35ef4be1617f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB9mjHqqysXn2gD4nmBnuYZ6J/DN9h6r+H+aQDnxMzTPAp8HoACYX5K\nndtwcJgBEE6gBwYFK4EEACKhZANiAASJOmn4i0Yxfne5Uw/g+E6XwrK1b2eJaBOH\nIHtJywOY0yLSkwpdX0su0rM570xXUVzwQy/SglNSmjIyYR8KsGzb0q2scVuFiJI+\nDxabrJ4+qvvAOPKI2dZu7EknDu6wSdk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b7955eb6-277d-4f6e-a433-74c2d694d2d3', 'name': 'tempest-securitygroup--1696137583', 'stateful': True, 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'description': 'tempest-description--1554668122', 'shared': False, 'security_group_rules': [{'id': '5fa26cbb-58ca-4321-b5e5-09b5d4fbaf3f', 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'security_group_id': 'b7955eb6-277d-4f6e-a433-74c2d694d2d3', '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': 353, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:36Z', 'updated_at': '2023-07-19T17:23:36Z', 'revision_number': 0}, {'id': 'fead705a-2f72-4692-889a-da933b0c89be', 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'security_group_id': 'b7955eb6-277d-4f6e-a433-74c2d694d2d3', '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': 354, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:36Z', 'updated_at': '2023-07-19T17:23:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:36Z', 'updated_at': '2023-07-19T17:23:36Z', 'revision_number': 1, 'project_id': '4342f1772f6740bf9486e60a064b79d6'}, 'floating_ip': {'id': '1b13cce4-9c6e-47bf-9160-b7e368f5eb6d', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:39Z', 'updated_at': '2023-07-19T17:23:39Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-07-19 17:23:41,482 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-19 17:23:41,483 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-75263704", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "2544ad59-530e-4c55-be75-e2f1545a5ba7"}], "security_groups": [{"nam e": "tempest-securitygroup--1696137583"}], "key_name": "tempest-keypair-1589595636", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-019c6bcb-a17b-493a-bfdf-99755463b8f1', 'x-compute-request-id': 'req-019c6bcb-a17b-493a-bfdf-99755463b8f1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {6} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {6} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {0} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 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.'} {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.336968s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.028115s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016262s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.051566s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.014639s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.011222s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.448435s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.056407s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.543583s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.051274s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.063777s] ... ok {10} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [4.294651s] ... ok {7} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [5.510315s] ... 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-19 17:23:45,901 79218 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:46,225 79218 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.321s 2023-07-19 17:23:46,225 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-290340974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDzF2L+pD1i9SJ0paM5WikJa3k7ewyKm/tq222TG9rMxotRk0idT0OLFuwuDMp+LuxeX3KGcoRm3ianz+4b/nWrMEpjpwZSYKrFhiSD7gtJaJL4orw54ESaSDDt0E4pSXw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73528814-b26b-404b-b0c5-e489f8be5256', 'x-compute-request-id': 'req-73528814-b26b-404b-b0c5-e489f8be5256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-290340974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDzF2L+pD1i9SJ0paM5WikJa3k7ewyKm/tq222TG9rMxotRk0idT0OLFuwuDMp+LuxeX3KGcoRm3ianz+4b/nWrMEpjpwZSYKrFhiSD7gtJaJL4orw54ESaSDDt0E4pSXw==", "fingerprint": "38:59:20:79:dc:75:9a:2c:e1:f6:83:b6:b2:21:7b:e9", "user_id": "0d27a69f291d4a5c85673711d28b5378"}}' 2023-07-19 17:23:46,234 79218 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-290340974 created 2023-07-19 17:23:46,973 79218 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.738s 2023-07-19 17:23:46,974 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1494134850", "description": "tempest-description--2066700687"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4e5fd438-763d-4c67-af93-c24ad887ae9e', 'date': 'Wed, 19 Jul 2023 17:23:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6f0696cf-257a-4264-b111-25e224bb523c", "name": "tempest-securitygroup--1494134850", "stateful": true, "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "description": "tempest-description--2066700687", "shared": false, "security_group_rules": [{"id": "7aa450a9-5f0a-4ae5-854d-a43dd6119068", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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": 386, "description": null, "tags": [], "created_at": "2023-07-19T17:23:46Z", "updated_at": "2023-07-19T17:23:46Z", "revision_number": 0}, {"id": "ce76b5a6-2595-4eb9-b423-5afe1ee2836c", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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": 387, "description": null, "tags": [], "created_at": "2023-07-19T17:23:46Z", "updated_at": "2023-07-19T17:23:46Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:46Z", "updated_at": "2023-07-19T17:23:46Z", "revision_number": 1, "project_id": "6236da92cae64e26bdf9e6d8cbdc8240"}}' 2023-07-19 17:23:48,316 79218 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.341s 2023-07-19 17:23:48,316 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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-469713eb-75ab-42e8-a1ac-fc5c9dee5069', 'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f6d5315a-74ee-4d7c-8f82-c8dc5f7b158b", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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-19T17:23:47Z", "updated_at": "2023-07-19T17:23:47Z", "revision_number": 0}}' 2023-07-19 17:23:49,597 79218 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.280s 2023-07-19 17:23:49,597 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-24f8c19b-17a0-46b6-99ba-69e570fd60aa', 'date': 'Wed, 19 Jul 2023 17:23:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "92ee3b89-71f9-4d18-9822-dc62f5b27b80", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 0}}' 2023-07-19 17:23:49,597 79218 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1494134850 created 2023-07-19 17:23:51,245 79218 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.647s 2023-07-19 17:23:51,245 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5d450ff0-2d66-4ab3-a2c2-6f54ef235f76', 'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c2a9e415-8dea-44e3-9c71-8a6be145dfb3", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "floating_ip_address": "172.24.4.186", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "revision_number": 0}}' 2023-07-19 17:23:51,245 79218 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c2a9e415-8dea-44e3-9c71-8a6be145dfb3', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:50Z', 'updated_at': '2023-07-19T17:23:50Z', 'revision_number': 0, 'ip': '172.24.4.186'} created 2023-07-19 17:23:51,364 79218 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.113s 2023-07-19 17:23:51,364 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-37e58029-4ff7-45c5-a381-874a9e15d354', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0d27a69f291d4a5c85673711d28b5378", "name": "tempest-VolumesAdminNegativeTest-2034025930-project-member", "password_expires_at": null}, "audit_ids": ["dV2uzI_STt2nTnjt5HXDxw"], "expires_at": "2023-07-19T18:23:51.000000Z", "issued_at": "2023-07-19T17:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6236da92cae64e26bdf9e6d8cbdc8240", "name": "tempest-VolumesAdminNegativeTest-2034025930"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:51,365 79218 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '6a7e8f25-174a-4ef5-a55d-a675afb4e8e9', 'name': 'tempest-VolumesAdminNegativeTest-682326614-network', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56908, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:52Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:51,366 79218 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-290340974', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDzF2L+pD1i9SJ0paM5WikJa3k7ewyKm/tq222TG9rMxotRk0idT0OLFuwuDMp+LuxeX3KGcoRm3ianz+4b/nWrMEpjpwZSYKrFhiSD7gtJaJL4orw54ESaSDDt0E4pSXw==', 'fingerprint': '38:59:20:79:dc:75:9a:2c:e1:f6:83:b6:b2:21:7b:e9', 'user_id': '0d27a69f291d4a5c85673711d28b5378', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDApUfW9TpwZ9z9XtNFSRptGik24tUsorAMHN1scKTN/xGhoJS+1Pklu\n2lkYzDiuPumgBwYFK4EEACKhZANiAAQ8xdi/qQ9YvUidKWjOVopCWt5O3sMipv7a\ntttkxvazMaLUZNInU9DixbsLgzKfi7sXl9yhnKEZt4mp8/uG/51qzBKY6cGUmCqx\nYYkg+4LSWiS+KK8OeBEmkgw7dBOKUl8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6f0696cf-257a-4264-b111-25e224bb523c', 'name': 'tempest-securitygroup--1494134850', 'stateful': True, 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'description': 'tempest-description--2066700687', 'shared': False, 'security_group_rules': [{'id': '7aa450a9-5f0a-4ae5-854d-a43dd6119068', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'security_group_id': '6f0696cf-257a-4264-b111-25e224bb523c', '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': 386, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 0}, {'id': 'ce76b5a6-2595-4eb9-b423-5afe1ee2836c', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'security_group_id': '6f0696cf-257a-4264-b111-25e224bb523c', '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': 387, 'd escription': None, 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 1, 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240'}, 'floating_ip': {'id': 'c2a9e415-8dea-44e3-9c71-8a6be145dfb3', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:50Z', 'updated_at': '2023-07-19T17:23:50Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2023-07-19 17:23:51,407 79218 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.039s 2023-07-19 17:23:51,407 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-860767275", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "6a7e8f25-174a-4ef5-a55d-a675afb4e8e9"}], "security_groups": [{"name": "tempest-securitygroup--1494134850"}], "key_name": "tempest-keypair-290340974", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-ad7a8b32-4adb-4657-ae3e-145f2c8fe696', 'x-compute-request-id': 'req-ad7a8b32-4adb-4657-ae3e-145f2c8fe696', 'connection': 'close', 'status': '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-19 17:23:51,407 79218 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 {7} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [0.187965s] ... 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-19 17:23:51,553 79218 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.133s 2023-07-19 17:23:51,553 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32fdcb53-5cdb-4192-bf9c-ab4ad5f5f1b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0d27a69f291d4a5c85673711d28b5378", "name": "tempest-VolumesAdminNegativeTest-2034025930-project-member", "password_expires_at": null}, "audit_ids": ["OqKZMfK5TqWlqte4NLkoBg"], "expires_at": "2023-07-19T18:23:51.000000Z", "issued_at": "2023-07-19T17:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6236da92cae64e26bdf9e6d8cbdc8240", "name": "tempest-VolumesAdminNegativeTest-2034025930"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:51,554 79218 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '6a7e8f25-174a-4ef5-a55d-a675afb4e8e9', 'name': 'tempest-VolumesAdminNegativeTest-682326614-network', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6236da92cae64e26bdf 9e6d8cbdc8240', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56908, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:52Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:51,600 79218 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.045s 2023-07-19 17:23:51,600 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1903903369", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "6a7e8f25-174a-4ef5-a55d-a675afb4e8e9"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-c268ee6b-5802-46fc-8ed2-2c389e6046c2', 'x-compute-request-id': 'req-c268ee6b-5802-46fc-8ed2-2c389e6046c2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.145586s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.043410s] ... ok {0} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {5} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [20.745233s] ... 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-19 17:23:41,324 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 4.984s 2023-07-19 17:23:41,324 79214 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-424306078"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-eea249ea-8843-4300-9705-61a1010f8206', 'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"941b4bd3-085c-47d3-8c9b-5b1d0a34ef17","name":"tempest-tagged-attachments-test-net-424306078","tenant_id":"6b096089a538491d8e3d48c62f9c43e2","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6b096089a538491d8e3d48c62f9c43e2","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-19T17:23:37Z","updated_at":"2023-07-19T17:23:37Z","revision_number":1}}' 2023-07-19 17:23:44,861 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.537s 2023-07-19 17:23:44,862 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "941b4bd3-085c-47d3-8c9b-5b1d0a34ef17", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-a9d7c490-3802-4e03-97c0-8aaca4c1b231', 'date': 'Wed, 19 Jul 2023 17:23:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a54e87f4-f7cf-4652-a03e-f4d38cac6ada","name":"","tenant_id":"6b096089a538491d8e3d48c62f9c43e2","network_id":"941b4bd3-085c-47d3-8c9b-5b1d0a34ef17","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-19T17:23:42Z","updated_at":"2023-07-19T17:23:42Z","revision_number":0,"project_id":"6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:45,104 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes 0.241s 2023-07-19 17:23:45,104 79214 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-2040087580"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d042217e-f749-44f8-94ea-db6309bc167f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d042217e-f749-44f8-94ea-db6309bc167f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.026987", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "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/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:45,161 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.044s 2023-07-19 17:23:45,161 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6d7ba6-fcf3-4355-a8d0-1c17407470f1', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6d7ba6-fcf3-4355-a8d0-1c17407470f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:46,227 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.053s 2023-07-19 17:23:46,228 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a90a97e8-2344-44c6-9116-569257a0473a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a90a97e8-2344-44c6-9116-569257a0473a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": "2023-07-19T17:23:45.000000", "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d -457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:47,316 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.070s 2023-07-19 17:23:47,316 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cea208a0-1a73-4d79-8cff-227e3ceb2072', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cea208a0-1a73-4d79-8cff-227e3ceb2072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": "2023-07-19T17:23:45.000000", "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:48,397 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.065s 2023-07-19 17:23:48,397 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8983f3-ae10-447f-90c6-a2b8aac14a52', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8983f3-ae10-447f-90c6-a2b8aac14a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id ": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:48,408 79214 INFO [tempest.common.waiters] volume d8e004f4-517d-457c-b6d1-f5f1c9065495 reached available after waiting for 3.408175 seconds 2023-07-19 17:23:48,408 79214 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:48,409 79214 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:48,537 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.126s 2023-07-19 17:23:48,538 79214 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-140918604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPrNDadvYBVnIQiuTaiJRlDIsOg3Vt2EZYcyUdcyX67tCiRJR3vmSrCesXcKYEye5KH6S5i9fEQ27zXY5JSWmTO/7IjqI0VHvjmJv/A+6PNBlmFG8P97n1xhJZiSFdBJqg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 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-e1b420d6-e423-4c97-8b91-8230666ef7a6', 'x-compute-request-id': 'req-e1b420d6-e423-4c97-8b91-8230666ef7a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-140918604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPrNDadvYBVnIQiuTaiJRlDIsOg3Vt2EZYcyUdcyX67tCiRJR3vmSrCesXcKYEye5KH6S5i9fEQ27zXY5JSWmTO/7IjqI0VHvjmJv/A+6PNBlmFG8P97n1xhJZiSFdBJqg==", "fingerprint": "ea:34:80:5e:ff:3a:da:6b:4b:ea:13:10:37:0d:97:9a", "user_id": "1c0abf76369f4c9caa982313edbede68"}}' 2023-07-19 17:23:48,540 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-140918604 created 2023-07-19 17:23:49,663 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.122s 2023-07-19 17:23:49,666 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--994351471", "description": "tempest-description--1794918537"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-94825324-80e6-42ec-9938-c6465ca4e341', 'date': 'Wed, 19 Jul 2023 17:23:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3690f845-9970-4591-b022-70f19f3251e3", "name": "tempest-securitygroup--994351471", "stateful": true, "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "description": "tempest-description--1794918537", "shared": false, "security_group_rules": [{"id": "4b7dec1c-e7f1-4979-b65a-4c73030ab273", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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": 399, "description": null, "tags": [], "created_at": "2023-07-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 0}, {"id": "aecbdaf2-a89b-4fa2-93b2-02badd1fe56c", "project_id": "6b096089a5384 91d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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": 398, "description": null, "tags": [], "created_at": "2023-07-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 1, "project_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:50,388 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.721s 2023-07-19 17:23:50,389 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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-e6f2cb1b-e108-4648-a206-67b31b6f6ef9', 'date': 'Wed, 19 Jul 2023 17:23:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f97364c-9a6f-45f3-a3df-d0ea726fc52d", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "revision_number": 0}}' 2023-07-19 17:23:51,427 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.037s 2023-07-19 17:23:51,427 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ff85aec8-42f4-454f-a297-004f341068ff', 'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "234950f9-922d-42cb-89c6-eb99cc749b4e", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "revision_number": 0}}' 2023-07-19 17:23:51,427 79214 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--994351471 created 2023-07-19 17:23:53,250 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.822s 2023-07-19 17:23:53,251 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ddd6b7f6-03f5-4222-abae-78cc5e949590', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d48dfb88-77a2-4cce-b8be-ec5ee6547500", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "floating_ip_address": "172.24.4.14", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:52Z", "updated_at": "2023-07-19T17:23:52Z", "revision_number": 0}}' 2023-07-19 17:23:53,251 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd48dfb88-77a2-4cce-b8be-ec5ee6547500', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'floating_ip_address': '172.24.4.14', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:52Z', 'updated_at': '2023-07-19T17:23:52Z', 'revision_number': 0, 'ip': '172.24.4.14'} created 2023-07-19 17:23:53,350 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2023-07-19 17:23:53,351 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f20d4619-87cd-4615-99a6-084c48661883', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1c0abf76369f4c9caa982313edbede68", "name": "tempest-TaggedAttachmentsTest-283244803-project-member", "password_expires_at": null}, "audit_ids": ["23smKvDJQguq0TQRvt6BsA"], "expires_at": "2023-07-19T18:23:53.000000Z", "issued_at": "2023-07-19T17:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b096089a538491d8e3d48c62f9c43e2", "name": "tempest-TaggedAttachmentsTest-283244803"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region" : "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:53,351 79214 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'ad5d3427-9096-4187-b4df-5c7b24ecb802', 'name': 'tempest-TaggedAttachmentsTest-640042093-network', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9926, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:53,393 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-19 17:23:53,393 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5ebd2d44-7577-437c-883e-dc1e4ec1de09', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1c0abf76369f4c9caa982313edbede68", "name": "tempest-TaggedAttachmentsTest-283244803-project-member", "password_expires_at": null}, "audit_ids": ["NQn_r9_lSzuu7RDGoM9-lg"], "expires_at": "2023-07-19T18:23:53.000000Z", "issued_at": "2023-07-19T17:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b096089a538491d8e3d48c62f9c43e2", "name": "tempest-TaggedAttachmentsTest-283244803"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279b bb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:53,394 79214 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'ad5d3427-9096-4187-b4df-5c7b24ecb802', 'name': 'tempest-TaggedAttachmentsTest-640042093-network', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9926, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:53,395 79214 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-140918604', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPrNDadvYBVnIQiuTaiJRlDIsOg3Vt2EZYcyUdcyX67tCiRJR3vmSrCesXcKYEye5KH6S5i9fEQ27zXY5JSWmTO/7IjqI0VHvjmJv/A+6PNBlmFG8P97n1xhJZiSFdBJqg==', 'fingerprint': 'ea:34:80:5e:ff:3a:da:6b:4b:ea:13:10:37:0d:97:9a', 'user_id': '1c0abf76369f4c9caa982313edbede68', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBMkOqU87pbhL0TucJRJKVKOjNqUZ8pU7UX6IwPoTEvY9whRqKoaHmQ\nVZiVwAoZmtigBwYFK4EEACKhZANiAAT6zQ2nb2AVZyEIrk2oiUZQyLDoN1bdhGWH\nMlHXMl+u7QokSUd75kqwnrF3CmBMnuSh+kuYvXxENu812OSUlpkzv+yI6iNFR745\nib/wPujzQZZhRvD/e59cYSWYkhXQSao=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3690f845-9970-4591-b022-70f19f3251e3', 'name': 'tempest-securitygroup--994351471', 'stateful': True, 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'description': 'tempest-description--1794918537', 'shared': False, 'security_group_rules': [{'id': '4b7dec1c-e7f1-4979-b65a-4c73030ab273', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'security_group_id': '3690f845-9970-4591-b022-70f19f3251e3', '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': 399, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:48Z', 'updated_at': '2023-07-19T17:23:48Z', 'revision_number' : 0}, {'id': 'aecbdaf2-a89b-4fa2-93b2-02badd1fe56c', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'security_group_id': '3690f845-9970-4591-b022-70f19f3251e3', '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': 398, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:48Z', 'updated_at': '2023-07-19T17:23:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:48Z', 'updated_at': '2023-07-19T17:23:48Z', 'revision_number': 1, 'project_id': '6b096089a538491d8e3d48c62f9c43e2'}, 'floating_ip': {'id': 'd48dfb88-77a2-4cce-b8be-ec5ee6547500', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'floating_ip_address': '172.24.4.14', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:52Z', 'updated_at': '2023-07-19T17:23:52Z', 'revision_number': 0, 'ip': '172.24.4.14'}} 2023-07-19 17:23:53,426 79214 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-19 17:23:53,426 79214 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-1520117726", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "ad5d3427-9096-4187-b4df-5c7b24ecb802"}], "security_groups": [{"name": "tempest-securitygroup--994351471"}], "key_name": "tempest-keypair-140918604", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 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-d3c97372-8d0c-4fdc-bca8-7380ae0a0cb8', 'x-compute-request-id': 'req-d3c97372-8d0c-4fdc-bca8-7380ae0a0cb8', 'connection': 'close', 'status': '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-19 17:23:53,479 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-140918604 0.049s 2023-07-19 17:23:53,479 79214 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': 'Wed, 19 Jul 2023 17:23:53 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-b0501656-558c-49c1-9d73-7b8008775f71', 'x-compute-request-id': 'req-b0501656-558c-49c1-9d73-7b8008775f71', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-140918604'} Body: b'' 2023-07-19 17:23:53,797 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3 0.3 17s 2023-07-19 17:23:53,798 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ed9ec88b-7b4c-4a2f-bea7-033de28aace5', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3'} Body: b'' 2023-07-19 17:23:53,878 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3 0.079s 2023-07-19 17:23:53,878 79214 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-3d0af2f2-1656-453e-a4e4-7f349c1d0f35', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3690f845-9970-4591-b022-70f19f3251e3 does not exist", "detail": ""}}' 2023-07-19 17:23:55,541 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d48dfb88-77a2-4cce-b8be-ec5ee6547500 1.662s 2023-07-19 17:23:55,541 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-46176fe8-3b0f-41b8-a7d6-25a03c9068f4', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d48dfb88-77a2-4cce-b8be-ec5ee6547500'} Body: b'' 2023-07-19 17:23:56,002 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/a54e87f4-f7cf-4652-a03e-f4d38cac6ada 0.461s 2023-07-19 17:23:56,003 79214 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-b1a4ba87-4126-4d02-99ea-950ba03d4c08', 'date': 'Wed, 19 Jul 2023 17:23:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/a54e87f4-f7cf-4652-a03e-f4d38cac6ada'} Body: b'' 2023-07-19 17:23:57,083 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/941b4bd3-085c-47d3-8c9b-5b1d0a34ef17 1.079s 2023-07-19 17:23:57,083 79214 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-cf6122cb-a6f1-4cb0-8166-ac2c5ff1c761', 'date': 'Wed, 19 Jul 2023 17:23:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/941b4bd3-085c-47d3-8c9b-5b1d0a34ef17'} Body: b'' {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [0.183942s] ... 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-19 17:23:57,883 79212 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.120s 2023-07-19 17:23:57,884 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-a0873643-2e65-4ac9-8d97-a0fe5695fdef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ca7e74c9985545a0ae1ad1f71ea78a7e", "name": "tempest-VolumesActionsTest-2059150500-project-member", "password_expires_at": null}, "audit_ids": ["9CJZ2f5WS7aERY99RLR57Q"], "expires_at": "2023-07-19T18:23:57.000000Z", "issued_at": "2023-07-19T17:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3f3a3a59fd04d7aba6d4eb631c50ed0", "name": "tempest-VolumesActionsTest-2059150500"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:57,884 79212 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '3d76d971-d2ff-417c-b406-0dfd11bd1df4', 'name': 'tempest-VolumesActionsTest-1707074594-network', 'tenant_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43684, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:23:30Z', 'updated_at': '2023-07-19T17:23:30Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:57,934 79212 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.048s 2023-07-19 17:23:57,934 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1001645885", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "3d76d971-d2ff-417c-b406-0dfd11bd1df4"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-a9a4861b-6291-433c-8345-9633abb563d7', 'x-compute-request-id': 'req-a9a4861b-6291-433c-8345-9633abb563d7', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [0.192464s] ... 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-19 17:23:58,092 79212 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.147s 2023-07-19 17:23:58,093 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-06b6eb8f-34be-40e5-b643-31b172ebf4c8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ca7e74c9985545a0ae1ad1f71ea78a7e", "name": "tempest-VolumesActionsTest-2059150500-project-member", "password_expires_at": null}, "audit_ids": ["nOEXXVrzQtGuc2l3j4XxFA"], "expires_at": "2023-07-19T18:23:57.000000Z", "issued_at": "2023-07-19T17:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3f3a3a59fd04d7aba6d4eb631c50ed0", "name": "tempest-VolumesActionsTest-2059150500"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:58,093 79212 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '3d76d971-d2ff-417c-b406-0dfd11bd1df4', 'name': 'tempest-VolumesActionsTest-1707074594-network', 'tenant_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43684, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:23:30Z', 'updated_at': '2023-07-19T17:23:30Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:58,130 79212 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-19 17:23:58,131 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1819506937", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "3d76d971-d2ff-417c-b406-0dfd11bd1df4"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-9de692c5-a130-45f9-a0ce-52fcd94306fa', 'x-compute-request-id': 'req-9de692c5-a130-45f9-a0ce-52fcd94306fa', 'connection': 'close', 'status': '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} 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.'} {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.274434s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.290709s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.549302s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [11.792085s] ... ok {11} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [13.790984s] ... 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-19 17:23:48,974 79226 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/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.167s 2023-07-19 17:23:48,974 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e3710428-4ec1-4f2a-8155-47b3c9abfb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:23:50,319 79226 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.305s 2023-07-19 17:23:50,319 79226 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': 'Wed, 19 Jul 2023 17:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-94ad393f-8527-42d5-b021-9a781296d05b', '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": "8f1be6fd19af4286abf7ac9b42e10bd4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "02998e44-5955-46d7-bd81-f50c279c87bf", "created_at": "2023-07-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "tags": [], "self": "/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf", "file": "/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:23:52,775 79226 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-19 17:23:52,775 79226 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/02998e44-5955-46d7-bd81-f50c279c87bf/file 2.456s 2023-07-19 17:23:52,776 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ecb27a36-2bf9-4320-99a6-ca628c6d3f34', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf/file'} Body: b'' 2023-07-19 17:23:52,776 79226 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:52,776 79226 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:53,018 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.239s 2023-07-19 17:23:53,019 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1665604613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMK3PgrecIDCJi3eZkdhmR8PSBZPy+a6d/IRXN/I3sVvMAWAyCWD7uvfCkVDdmdWclBH/+A4nGnzdPPac4FtWbaG5Ptp6UOxlJNx57S08dZbNlBDt2bWbPsx81Viz21L4A=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:52 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-2165b783-3dc5-40ac-8af5-53a64c6c7ab5', 'x-compute-request-id': 'req-2165b783-3dc5-40ac-8af5-53a64c6c7ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1665604613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMK3PgrecIDCJi3eZkdhmR8PSBZPy+a6d/IRXN/I3sVvMAWAyCWD7uvfCkVDdmdWclBH/+A4nGnzdPPac4FtWbaG5Ptp6UOxlJNx57S08dZbNlBDt2bWbPsx81Viz21L4A==", "fingerprint": "b6:9a:d5:84:95:68:f2:60:28:c8:4a:b9:ee:67:a1:a2", "user_id": "9ece92ba6931401f813632814d93ed7a"}}' 2023-07-19 17:23:53,028 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1665604613 created 2023-07-19 17:23:53,941 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.912s 2023-07-19 17:23:53,942 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1143701356", "description": "tempest-description--211291290"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-ffc98b29-3787-4f70-bdc1-6526c6f45f55', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "name": "tempest-securitygroup--1143701356", "stateful": true, "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "description": "tempest-description--211291290", "shared": false, "security_group_rules": [{"id": "1bc3094c-bfc7-4dd6-b9f2-3fd4d8b5b21e", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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 ": 416, "description": null, "tags": [], "created_at": "2023-07-19T17:23:53Z", "updated_at": "2023-07-19T17:23:53Z", "revision_number": 0}, {"id": "dab0ff6e-29bd-4320-8428-3e8324db5308", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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": 415, "description": null, "tags": [], "created_at": "2023-07-19T17:23:53Z", "updated_at": "2023-07-19T17:23:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:53Z", "updated_at": "2023-07-19T17:23:53Z", "revision_number": 1, "project_id": "7553aed008df40f696ea978c6ed2df5c"}}' 2023-07-19 17:23:54,457 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.514s 2023-07-19 17:23:54,457 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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-1667c9c0-007f-49af-bcc7-484a69abc117', 'date': 'Wed, 19 Jul 2023 17:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a280f989-052f-40f4-bb0c-2833d56cb215", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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-19T17:23:54Z", "updated_at": "2023-07-19T17:23:54Z", "revision_number": 0}}' 2023-07-19 17:23:55,466 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.008s 2023-07-19 17:23:55,467 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9987a4d5-df8a-4fce-bc1f-afbae889700a', 'date': 'Wed, 19 Jul 2023 17:23:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c63e6909-75a3-478b-bddf-25e23a36fb98", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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-19T17:23:54Z", "updated_at": "2023-07-19T17:23:54Z", "revision_number": 0}}' 2023-07-19 17:23:55,467 79226 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1143701356 created 2023-07-19 17:23:58,671 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.203s 2023-07-19 17:23:58,672 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-119c8bec-00d1-4611-acb7-68654630c632', 'date': 'Wed, 19 Jul 2023 17:23:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fb08e8d0-02e5-4a28-bb77-266bb434bef2", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "floating_ip_address": "172.24.4.134", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7553aed008df40f696ea978c6ed2df5c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:56Z", "updated_at": "2023-07-19T17:23:56Z", "revision_number": 0}}' 2023-07-19 17:23:58,673 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fb08e8d0-02e5-4a28-bb77-266bb434bef2', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:56Z', 'updated_at': '2023-07-19T17:23:56Z', 'revision_number': 0, 'ip': '172.24.4.134'} created 2023-07-19 17:23:59,113 79226 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.429s 2023-07-19 17:23:59,114 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-36cb4b72-2dec-461f-85ed-718733855960', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ece92ba6931401f813632814d93ed7a", "name": "tempest-AttachSCSIVolumeTestJSON-72432496-project-member", "password_expires_at": null}, "audit_ids": ["HQ_LoLzwTy6l6u_y9yApkA"], "expires_at": "2023-07-19T18:23:58.000000Z", "issued_at": "2023-07-19T17:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7553aed008df40f696ea978c6ed2df5c", "name": "tempest-AttachSCSIVolumeTestJSON-72432496"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7553aed008df40f696ea978c6ed2df5c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOn e"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7553aed008df40f696ea978c6ed2df5c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7553aed008df40f696ea978c6ed2df5c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:59,118 79226 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'f7ee7d3e-15cc-4348-ad47-6045cda39bd1', 'name': 'tempest-AttachSCSIVolumeTestJSON-1346254623-network', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62597, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:59,120 79226 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1665604613', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMK3PgrecIDCJi3eZkdhmR8PSBZPy+a6d/IRXN/I3sVvMAWAyCWD7uvfCkVDdmdWclBH/+A4nGnzdPPac4FtWbaG5Ptp6UOxlJNx57S08dZbNlBDt2bWbPsx81Viz21L4A==', 'fingerprint': 'b6:9a:d5:84:95:68:f2:60:28:c8:4a:b9:ee:67:a1:a2', 'user_id': '9ece92ba6931401f813632814d93ed7a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCFDoiIwT4JuxcG1s9VJtuUyUzi5z0/U72wrGrh53GjjwDGU7zTYRSD\nOkX1Y3Lipw2gBwYFK4EEACKhZANiAATCtz4K3nCAwiYt3mZHYZkfD0gWT8vmunfy\nEVzfyN7FbzAFgMglg+7r3wpFQ3ZnVnJQR//gOJxp83Tz2nOBbVm2huT7aelDsZST\ncee0tPHWWzZQQ7dm1mz7MfNVYs9tS+A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf', 'name': 'tempest-securitygroup--1143701356', 'stateful': True, 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'description': 'tempest-description--211291290', 'shared': False, 'security_group_rules': [{'id': '1bc3094c-bfc7-4dd6-b9f2-3fd4d8b5b21e', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'security_group_id': '9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf', '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': 416, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:53Z', 'updated_at': '2023-07-19T17:23:53Z', 'revision_number': 0}, {'id': 'dab0ff6e-29bd-4320-8428-3e8324db5308', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'tenant_id': '7 553aed008df40f696ea978c6ed2df5c', 'security_group_id': '9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf', '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': 415, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:53Z', 'updated_at': '2023-07-19T17:23:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:53Z', 'updated_at': '2023-07-19T17:23:53Z', 'revision_number': 1, 'project_id': '7553aed008df40f696ea978c6ed2df5c'}, 'floating_ip': {'id': 'fb08e8d0-02e5-4a28-bb77-266bb434bef2', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:56Z', 'updated_at': '2023-07-19T17:23:56Z', 'revision_number': 0, 'ip': '172.24.4.134'}} 2023-07-19 17:23:59,173 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 400 POST http://10.0.0.210/compute/v2.1/servers 0.051s 2023-07-19 17:23:59,174 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1496299584", "imageRef": "02998e44-5955-46d7-bd81-f50c279c87bf", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "f7ee7d3e-15cc-4348-ad47-6045cda39bd1"}], "security_groups": [{"name": "tempest-securitygroup--1143701356"}], "key_name": "tempest-keypair-1665604613", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:59 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-53ea8888-c351-4912-8ab9-a516c300e4ec', 'x-compute-request-id': 'req-53ea8888-c351-4912-8ab9-a516c300e4ec', 'connection': 'close', 'status': '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-19 17:23:59,250 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1665604613 0.072s 2023-07-19 17:23:59,250 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:59 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-5786e3cf-25a8-4bc5-a12c-4fbfe94a8401', 'x-compute-request-id': 'req-5786e3cf-25a8-4bc5-a12c-4fbfe94a8401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1665604613'} Body: b'' 2023-07-19 17:23:59,887 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf 0.636s 2023-07-19 17:23:59,887 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-b4dabae1-5183-420b-adf4-5dfe1309b485', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf'} Body: b'' 2023-07-19 17:23:59,954 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf 0.066s 2023-07-19 17:23:59,955 79226 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-f5b1c600-c374-43f6-88e0-5b2ddda9df88', 'date': 'Wed, 19 Jul 2023 17:23:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf does not exist", "detail": ""}}' 2023-07-19 17:24:02,438 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fb08e8d0-02e5-4a28-bb77-266bb434bef2 2.482s 2023-07-19 17:24:02,438 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ffbc982d-de79-4767-8269-ae477d24512e', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fb08e8d0-02e5-4a28-bb77-266bb434bef2'} Body: b'' 2023-07-19 17:24:02,570 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf 0.130s 2023-07-19 17:24:02,570 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ff9c692a-765c-4477-8dff-d9c24cb22c95', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf'} Body: b'' 2023-07-19 17:24:02,596 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf 0.024s 2023-07-19 17:24:02,596 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3d18320a-6521-4e13-bf3d-a3cc49f5d89f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf'} Body: b'{"message": "No image found with ID 02998e44-5955-46d7-bd81-f50c279c87bf

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.307338s] ... ok {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.245908s] ... ok {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.303347s] ... ok {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.409937s] ... ok {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.394125s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [9.573219s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.060877s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.367249s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.543872s] ... ok {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.717099s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [7.013719s] ... 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-19 17:24:15,753 79210 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:24:15,753 79210 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:16,191 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.435s 2023-07-19 17:24:16,191 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-191691227", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJZr5zilhaXnDhzLkICz5Nkbyr4nMCQkXBxzQaYkJw8mK+QmjjuuWQYgnb604WdAHH57zy+Coe8H89ATX/x4aohdCwy3ItgDi+n5ohFU4jtmXdEpc2V6+xhhqFufdQ6bA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2b33f03-434e-4612-9895-8dcd90078190', 'x-compute-request-id': 'req-f2b33f03-434e-4612-9895-8dcd90078190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-191691227", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJZr5zilhaXnDhzLkICz5Nkbyr4nMCQkXBxzQaYkJw8mK+QmjjuuWQYgnb604WdAHH57zy+Coe8H89ATX/x4aohdCwy3ItgDi+n5ohFU4jtmXdEpc2V6+xhhqFufdQ6bA==", "fingerprint": "55:d9:00:97:c2:a0:fe:a3:2e:50:fd:90:70:a4:3b:e4", "user_id": "721298fbfd754d769b46379ec8c7d6c5"}}' 2023-07-19 17:24:16,197 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-191691227 created 2023-07-19 17:24:16,700 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.502s 2023-07-19 17:24:16,701 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1124362254", "description": "tempest-description--1589325469"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0353d2fc-fa8a-4063-8fea-c548e04453f0', 'date': 'Wed, 19 Jul 2023 17:24:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "name": "tempest-securitygroup--1124362254", "stateful": true, "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "description": "tempest-description--1589325469", "shared": false, "security_group_rules": [{"id": "d62e79e4-0495-414e-a7f2-22d006edaf78", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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": 501, "description": null, "tags": [], "created_at": "2023-07-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 0}, {"id": "fdfb40d8-abb3-44a6-b345-525c6decff12", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 500, "description": null, "tags": [], "created_at": "2023-07-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 1, "project_id": "36ec39397ec24dc0aab43e1597196e51"}}' 2023-07-19 17:24:17,374 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.673s 2023-07-19 17:24:17,374 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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-34e2218e-8ad4-490c-8e7e-cd705788e8b4', 'date': 'Wed, 19 Jul 2023 17:24:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "454b2d49-492e-48b4-8e73-71c271c6b90c", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 0}}' 2023-07-19 17:24:17,847 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.471s 2023-07-19 17:24:17,847 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fcc337c0-38a5-44a0-ba22-3dc3a657d2fb', 'date': 'Wed, 19 Jul 2023 17:24:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e297989-1725-4845-b811-38348d7a6591", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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-19T17:24:17Z", "updated_at": "2023-07-19T17:24:17Z", "revision_number": 0}}' 2023-07-19 17:24:17,847 79210 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1124362254 created 2023-07-19 17:24:20,296 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.447s 2023-07-19 17:24:20,296 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-1572b352-3f66-4038-a39e-2a0df47df762', 'date': 'Wed, 19 Jul 2023 17:24:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4e5efd48-c74d-4f03-8f20-912350dba7ce", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "floating_ip_address": "172.24.4.138", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "36ec39397ec24dc0aab43e1597196e51", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:18Z", "updated_at": "2023-07-19T17:24:18Z", "revision_number": 0}}' 2023-07-19 17:24:20,297 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4e5efd48-c74d-4f03-8f20-912350dba7ce', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.138', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:18Z', 'updated_at': '2023-07-19T17:24:18Z', 'revision_number': 0, 'ip': '172.24.4.138'} created 2023-07-19 17:24:20,418 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2023-07-19 17:24:20,418 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 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-99fa049f-0766-4e82-b4ba-10d73e0965e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "721298fbfd754d769b46379ec8c7d6c5", "name": "tempest-AttachVolumeTestJSON-425298812-project-member", "password_expires_at": null}, "audit_ids": ["d8z4eP2fSvefrzHpw8pPNA"], "expires_at": "2023-07-19T18:24:20.000000Z", "issued_at": "2023-07-19T17:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36ec39397ec24dc0aab43e1597196e51", "name": "tempest-AttachVolumeTestJSON-425298812"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24dc 0aab43e1597196e51", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:20,419 79210 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'bf4922e4-0553-44f9-82ed-e398ac0b6e9b', 'name': 'tempest-AttachVolumeTestJSON-1295690133-network', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58791, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:00Z', 'updated_at': '2023-07-19T17:24:00Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:20,419 79210 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-191691227', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJZr5zilhaXnDhzLkICz5Nkbyr4nMCQkXBxzQaYkJw8mK+QmjjuuWQYgnb604WdAHH57zy+Coe8H89ATX/x4aohdCwy3ItgDi+n5ohFU4jtmXdEpc2V6+xhhqFufdQ6bA==', 'fingerprint': '55:d9:00:97:c2:a0:fe:a3:2e:50:fd:90:70:a4:3b:e4', 'user_id': '721298fbfd754d769b46379ec8c7d6c5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBIKEMWWE4Z2120uTfUyuz6rxSrfYaMKtT+zlySVZfqz4iADiorrTVo\nd5Tew9bipUCgBwYFK4EEACKhZANiAASiWa+c4pYWl5w4cy5CAs+TZG8q+JzAkJFw\ncc0GmJCcPJivkJo47rlkGIJ2+tOFnQBx+e88vgqHvB/PQE1/8eGqIXQsMtyLYA4v\np+aIRVOI7Zl3RKXNlevsYYahbn3UOmw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '450fcf42-0ccb-42a9-8991-82b80e1f0b41', 'name': 'tempest-securitygroup--1124362254', 'stateful': True, 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'description': 'tempest-description--1589325469', 'shared': False, 'security_group_rules': [{'id': 'd62e79e4-0495-414e-a7f2-22d006edaf78', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '450fcf42-0ccb-42a9-8991-82b80e1f0b41', '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': 501, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:16Z', 'updated_at': '2023-07-19T17:24:16Z', 'revision_number': 0}, {'id': 'fdfb40d8-abb3-44a6-b345-525c6decff12', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '450fcf42-0ccb-42a9-8991-82b80e1f0b41', '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': 500, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:16Z', 'updated_at': '2023-07-19T17:24:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:24:16 Z', 'updated_at': '2023-07-19T17:24:16Z', 'revision_number': 1, 'project_id': '36ec39397ec24dc0aab43e1597196e51'}, 'floating_ip': {'id': '4e5efd48-c74d-4f03-8f20-912350dba7ce', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.138', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:18Z', 'updated_at': '2023-07-19T17:24:18Z', 'revision_number': 0, 'ip': '172.24.4.138'}} 2023-07-19 17:24:20,471 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.050s 2023-07-19 17:24:20,471 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2024688894", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "bf4922e4-0553-44f9-82ed-e398ac0b6e9b"}], "security_groups": [{"name": "tempest-securitygroup--1124362254"}], "key_name": "tempest-keypair-191691227", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 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-371fdcc1-277b-4284-a6a2-1311049cba33', 'x-compute-request-id': 'req-371fdcc1-277b-4284-a6a2-1311049cba33', 'connection': 'close', 'status': '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-19 17:24:20,566 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-191691227 0.093s 2023-07-19 17:24:20,566 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 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-3027b188-de5d-4314-8ac1-f6f77ee79f27', 'x-compute-request-id': 'req-3027b188-de5d-4314-8ac1-f6f77ee79f27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-191691227'} Body: b'' 2023-07-19 17:24:21,202 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41 0.634s 2023-07-19 17:24:21,202 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1578309a-eccd-4608-8d06-27e44d9b15e9', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41'} Body: b'' 2023-07-19 17:24:21,270 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210 :9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41 0.066s 2023-07-19 17:24:21,322 79210 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-cc263b89-68f9-430a-b483-cd1e0547fbbe', 'date': 'Wed, 19 Jul 2023 17:24:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 450fcf42-0ccb-42a9-8991-82b80e1f0b41 does not exist", "detail": ""}}' 2023-07-19 17:24:22,764 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4e5efd48-c74d-4f03-8f20-912350dba7ce 1.441s 2023-07-19 17:24:22,765 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4a23b618-dd5c-4b10-b7e8-edcaf6430098', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4e5efd48-c74d-4f03-8f20-912350dba7ce'} Body: b'' {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.350825s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [0.524043s] ... 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-19 17:24:23,157 79220 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.168s 2023-07-19 17:24:23,157 79220 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:22 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-5ddb75ec-5aea-43f8-87ee-c16289cd1683', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "21c99a26a21341df92b393452b311be6", "name": "tempest-VolumesActionsTest-536329039-project-member", "password_expires_at": null}, "audit_ids": ["hGYgRO6IREiy_r84rTEVTg"], "expires_at": "2023-07-19T18:24:23.000000Z", "issued_at": "2023-07-19T17:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17844c05529d4dab98ae9c49b68b71f8", "name": "tempest-VolumesActionsTest-536329039"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/17844c05529d4dab98ae9c49b68b71f8", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/17844c05529d4dab98ae9c49b68b71f8", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/17844c05529d4dab98ae9c49b68b71f8", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:23,158 79220 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'd5f6ed7d-93fb-4911-8729-59f00e6fb574', 'name': 'tempest-VolumesActionsTest-1999647956-network', 'tenant_id': '17844c05529d4dab98ae9c49b68b71f8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '17844c05529d4dab98ae9c49b68b71f8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44931, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:23,501 79220 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.340s 2023-07-19 17:24:23,501 79220 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-226060686", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "d5f6ed7d-93fb-4911-8729-59f00e6fb574"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24: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-5abcce20-41d1-48c8-aedd-b393f3f21dae', 'x-compute-request-id': 'req-5abcce20-41d1-48c8-aedd-b393f3f21dae', 'connection': 'close', 'status': '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.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [0.359244s] ... 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-19 17:24:26,241 79218 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.060s 2023-07-19 17:24:26,242 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f1d6dc8-14c4-429c-974a-d2e1e31ec12c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a71c0ba73624f6eb847df7da27bf720", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988-project-member", "password_expires_at": null}, "audit_ids": ["z2RySQkTRAu-Vk9ZI9eoYQ"], "expires_at": "2023-07-19T18:24:26.000000Z", "issued_at": "2023-07-19T17:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85c97f2684a2461fbab4d974744169fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:26,242 79218 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'ac130bb7-acbf-4944-ab35-ffed9a4d3831', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-769930805-network', 'tenant_id': '85c97f2684a2461fbab4d974744169fb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '85c97f2684a2461fbab4d974744169fb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4316, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:14Z', 'updated_at': '2023-07-19T17:24:14Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:26,528 79218 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.284s 2023-07-19 17:24:26,528 79218 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-1318653825", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "ac130bb7-acbf-4944-ab35-ffed9a4d3831"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-2b10af8a-d129-4a44-a431-e4a2b9b3d82d', 'x-compute-request-id': 'req-2b10af8a-d129-4a44-a431-e4a2b9b3d82d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [0.118989s] ... 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-19 17:24:26,601 79218 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.056s 2023-07-19 17:24:26,602 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-92454769-a5cd-4552-91bf-fad3a445030b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a71c0ba73624f6eb847df7da27bf720", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988-project-member", "password_expires_at": null}, "audit_ids": ["A5_fU3loS36FAm2Td7MPXw"], "expires_at": "2023-07-19T18:24:26.000000Z", "issued_at": "2023-07-19T17:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85c97f2684a2461fbab4d974744169fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:26,602 79218 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'ac130bb7-acbf-4944-ab35-ffed9a4d3831', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-769930805-network', 'tenant_id': '85c97f2684a2461fbab4d974744169fb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '85c97f2684a2461fbab4d974744169fb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4316, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:14Z', 'updated_at': '2023-07-19T17:24:14Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:26,652 79218 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.047s 2023-07-19 17:24:26,652 79218 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-600261797", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "ac130bb7-acbf-4944-ab35-ffed9a4d3831"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-4461ee26-2710-4be5-9fee-97b721b75802', 'x-compute-request-id': 'req-4461ee26-2710-4be5-9fee-97b721b75802', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [5.822918s] ... 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-19 17:24:22,770 79210 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:24:22,770 79210 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:22,868 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.093s 2023-07-19 17:24:22,868 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-999962039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8+Ng/au1zNqAS6MmNpYtc9lBeePjabv2WdEwDM/cUHm53rTREMrLJE4X3JdAAJC6xzrFoTYCxkduuTg04DDiauPwROONCwpBiGOchdnzUk3iwaO2q0o83boXDM0C0QdA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:22 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-ce897bf8-83cf-4d50-acc0-e4ee8524c837', 'x-compute-request-id': 'req-ce897bf8-83cf-4d50-acc0-e4ee8524c837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-999962039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8+Ng/au1zNqAS6MmNpYtc9lBeePjabv2WdEwDM/cUHm53rTREMrLJE4X3JdAAJC6xzrFoTYCxkduuTg04DDiauPwROONCwpBiGOchdnzUk3iwaO2q0o83boXDM0C0QdA==", "fingerprint": "50:19:91:f3:46:29:8c:0b:5f:89:95:c9:c3:ce:83:31", "user_id": "721298fbfd754d769b46379ec8c7d6c5"}}' 2023-07-19 17:24:22,871 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-999962039 created 2023-07-19 17:24:23,213 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.341s 2023-07-19 17:24:23,214 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--825396751", "description": "tempest-description--152736151"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-be3ae424-7a75-452f-8de3-9178d2cae0c9', 'date': 'Wed, 19 Jul 2023 17:24:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "name": "tempest-securitygroup--825396751", "stateful": true, "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "description": "tempest-description--152736151", "shared": false, "security_group_rules": [{"id": "73c13bef-fc68-4d1e-b484-e21759d33d57", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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": 522, "description": null, "tags": [], "created_at": "2023-07-19T17:24:23Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 0}, {"id": "d984770f-5f13-4fbc-8ff0-280f240c29da", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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": 521, "description": null, "tags": [], "created_at": "2023-07-19T17:24:23Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:22Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 1, "project_id": "36ec39397ec24dc0aab43e1597196e51"}}' 2023-07-19 17:24:23,904 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.689s 2023-07-19 17:24:23,904 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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-7e3af298-e61e-44fd-b98e-6d092d50c979', 'date': 'Wed, 19 Jul 2023 17:24: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": "39229f43-a99b-4554-a9d4-3e91fbd18e9c", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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-19T17:24:23Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 0}}' 2023-07-19 17:24:24,621 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.715s 2023-07-19 17:24:24,622 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-23a94df4-dffb-4411-9d97-94918413d3b5', 'date': 'Wed, 19 Jul 2023 17:24: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": "0f1c9841-ed73-4d0a-91c7-26762f0acd1d", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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-19T17:24:24Z", "updated_at": "2023-07-19T17:24:24Z", "revision_number": 0}}' 2023-07-19 17:24:24,622 79210 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--825396751 created 2023-07-19 17:24:27,294 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.671s 2023-07-19 17:24:27,294 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-open stack-request-id': 'req-0a42d229-577c-4bfe-bfa1-dc017942c12b', 'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "736a8265-b705-4279-805e-9628ca2cfbf0", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "floating_ip_address": "172.24.4.187", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "36ec39397ec24dc0aab43e1597196e51", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:26Z", "updated_at": "2023-07-19T17:24:26Z", "revision_number": 0}}' 2023-07-19 17:24:27,295 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '736a8265-b705-4279-805e-9628ca2cfbf0', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.187', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:26Z', 'updated_at': '2023-07-19T17:24:26Z', 'revision_number': 0, 'ip': '172.24.4.187'} created 2023-07-19 17:24:27,454 79210 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.148s 2023-07-19 17:24:27,454 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 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-68379ec6-e469-490e-bf4d-a02118ebb9b6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "721298fbfd754d769b46379ec8c7d6c5", "name": "tempest-AttachVolumeTestJSON-425298812-project-member", "password_expires_at": null}, "audit_ids": ["SF4W8D-QQza9ypLiEYxVWQ"], "expires_at": "2023-07-19T18:24:27.000000Z", "issued_at": "2023-07-19T17:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36ec39397ec24dc0aab43e1597196e51", "name": "tempest-AttachVolumeTestJSON-425298812"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24 dc0aab43e1597196e51", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:27,455 79210 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'bf4922e4-0553-44f9-82ed-e398ac0b6e9b', 'name': 'tempest-AttachVolumeTestJSON-1295690133-network', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58791, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:00Z', 'updated_at': '2023-07-19T17:24:00Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:27,455 79210 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-999962039', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8+Ng/au1zNqAS6MmNpYtc9lBeePjabv2WdEwDM/cUHm53rTREMrLJE4X3JdAAJC6xzrFoTYCxkduuTg04DDiauPwROONCwpBiGOchdnzUk3iwaO2q0o83boXDM0C0QdA==', 'fingerprint': '50:19:91:f3:46:29:8c:0b:5f:89:95:c9:c3:ce:83:31', 'user_id': '721298fbfd754d769b46379ec8c7d6c5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmTCk7IxS12H5uqvgJFh/6HGTH7wsPLVE0/Wf0h4zv2pgyscdYCns4\nJ+I4XeDi8YqgBwYFK4EEACKhZANiAAQfPjYP2rtczagEujJjaWLXPZQXnj42m79l\nnRMAzP3FB5ud600RDKyyROF9yXQACQusc6xaE2AsZHbrk4NOAw4mrj8ETjjQsKQY\nhjnIXZ81JN4sGjtqtKPN26FwzNAtEHQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5242ac25-27eb-4663-a913-e5f1a4e56ed3', 'name': 'tempest-securitygroup--825396751', 'stateful': True, 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'description': 'tempest-description--152736151', 'shared': False, 'security_group_rules': [{'id': '73c13bef-fc68-4d1e-b484-e21759d33d57', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '5242ac25-27eb-4663-a913-e5f1a4e56ed3', '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': 522, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:23Z', 'updated_at': '2023-07-19T17:24:23Z', 'revision_number': 0}, {'id': 'd984770f-5f13-4fbc-8ff0-280f240c29da', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '5242ac25-27eb-4663-a913-e5f1a4e56ed3', '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': 521, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:23Z', 'updated_at': '2023-07-19T17:24:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T1 7:24:22Z', 'updated_at': '2023-07-19T17:24:23Z', 'revision_number': 1, 'project_id': '36ec39397ec24dc0aab43e1597196e51'}, 'floating_ip': {'id': '736a8265-b705-4279-805e-9628ca2cfbf0', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.187', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:26Z', 'updated_at': '2023-07-19T17:24:26Z', 'revision_number': 0, 'ip': '172.24.4.187'}} 2023-07-19 17:24:27,505 79210 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.049s 2023-07-19 17:24:27,506 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1158212230", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "bf4922e4-0553-44f9-82ed-e398ac0b6e9b"}], "security_groups": [{"name": "tempest-securitygroup--825396751"}], "key_name": "tempest-keypair-999962039", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 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-fd104f50-a9a6-4074-937d-fa0c00be4f27', 'x-compute-request-id': 'req-fd104f50-a9a6-4074-937d-fa0c00be4f27', 'connection': 'close', 'status': '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-19 17:24:27,557 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-999962039 0.050s 2023-07-19 17:24:27,558 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 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-bdb06696-9e47-4053-95fc-fd44654e89ba', 'x-compute-request-id': 'req-bdb06696-9e47-4053-95fc-fd44654e89ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-999962039'} Body: b'' 2023-07-19 17:24:27,820 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3 0.262s 2023-07-19 17:24:27,821 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f763c445-5e3f-493c-9249-2c6dae458fb4', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3'} Body: b'' 2023-07-19 17:24:27,844 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http ://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3 0.022s 2023-07-19 17:24:27,844 79210 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-3dc80d87-6b6e-4034-8887-95e9fc1c632e', 'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5242ac25-27eb-4663-a913-e5f1a4e56ed3 does not exist", "detail": ""}}' 2023-07-19 17:24:28,590 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/736a8265-b705-4279-805e-9628ca2cfbf0 0.745s 2023-07-19 17:24:28,591 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-20ea95ea-c469-4831-894a-1bb889080d8a', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/736a8265-b705-4279-805e-9628ca2cfbf0'} Body: b'' {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [10.518410s] ... ok {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.761594s] ... ok {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.277851s] ... ok {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [31.576030s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [11.034839s] ... ok {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [1.126796s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [11.626870s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [41.563582s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [9.811130s] ... ok {11} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [3.826982s] ... 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-19 17:24:41,424 79226 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:41,737 79226 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.310s 2023-07-19 17:24:41,737 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-383269258", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLBryvkyFUd13hRxKE1HDAHahoLuuEUx2FdUDSt2oZf94kTTJfNq4ExFLSqgypRYuf8u//JFpIYCuHTngpjFNHXYuvTb0KxRR/EZynM3AgY7Mz2ga0RLOJJJMtLCXEQlnw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:41 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-4cc40e8d-560e-47f2-b020-cb27ea088e01', 'x-compute-request-id': 'req-4cc40e8d-560e-47f2-b020-cb27ea088e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-383269258", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLBryvkyFUd13hRxKE1HDAHahoLuuEUx2FdUDSt2oZf94kTTJfNq4ExFLSqgypRYuf8u//JFpIYCuHTngpjFNHXYuvTb0KxRR/EZynM3AgY7Mz2ga0RLOJJJMtLCXEQlnw==", "fingerprint": "97:a5:5c:24:54:26:d3:e4:b5:3c:e1:a8:e9:8f:0e:1a", "user_id": "c524b694661244569adb6b49ce0750ec"}}' 2023-07-19 17:24:41,743 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-383269258 created 2023-07-19 17:24:42,218 79226 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.474s 2023-07-19 17:24:42,218 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--138701267", "description": "tempest-description--709081411"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-fa34f861-ae08-48a3-a9e6-8537d6654c3f', 'date': 'Wed, 19 Jul 2023 17:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "49396e33-4747-431d-83c3-e2e360f6e58b", "name": "tempest-securitygroup--138701267", "stateful": true, "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "description": "tempest-description--709081411", "shared": false, "security_group_rules": [{"id": "0773a9b1-50e5-4027-aa3d-ab38692229f2", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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": 574, "description": null, "tags": [], "created_at": "2023-07-19T17:24:42Z", "updated_at": "2023-07-19T17:24:42Z", "revision_number": 0}, {"id": "b0b0dd8e-e0c9-4cc8-86c8-5e8640c3b883", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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": nul l, "remote_group_id": null, "standard_attr_id": 573, "description": null, "tags": [], "created_at": "2023-07-19T17:24:41Z", "updated_at": "2023-07-19T17:24:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:41Z", "updated_at": "2023-07-19T17:24:41Z", "revision_number": 1, "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe"}}' 2023-07-19 17:24:42,623 79226 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.404s 2023-07-19 17:24:42,623 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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-08ea0c76-d70d-4b0d-b5a7-de6423b08cba', 'date': 'Wed, 19 Jul 2023 17:24: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": "496e4887-4f5a-4d62-981c-e1c091a22452", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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-19T17:24:42Z", "updated_at": "2023-07-19T17:24:42Z", "revision_number": 0}}' 2023-07-19 17:24:43,393 79226 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.769s 2023-07-19 17:24:43,394 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-68873388-e443-4bda-8a20-2e3b64867201', 'date': 'Wed, 19 Jul 2023 17:24: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": "f7f6ca0f-e55a-4043-a28d-e459cd82d1c2", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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-19T17:24:42Z", "updated_at": "2023-07-19T17:24:42Z", "revision_number": 0}}' 2023-07-19 17:24:43,394 79226 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--138701267 created 2023-07-19 17:24:45,020 79226 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.625s 2023-07-19 17:24:45,021 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa 65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-19f9d707-4dec-4314-9ea9-b5ed00fe48a3', 'date': 'Wed, 19 Jul 2023 17:24:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5858c136-8399-4a25-b7eb-69d463072ccf", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "floating_ip_address": "172.24.4.119", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:44Z", "updated_at": "2023-07-19T17:24:44Z", "revision_number": 0}}' 2023-07-19 17:24:45,021 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5858c136-8399-4a25-b7eb-69d463072ccf', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:44Z', 'updated_at': '2023-07-19T17:24:44Z', 'revision_number': 0, 'ip': '172.24.4.119'} created 2023-07-19 17:24:45,217 79226 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.184s 2023-07-19 17:24:45,217 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-531698f1-8873-451a-9aba-18441af72b81', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c524b694661244569adb6b49ce0750ec", "name": "tempest-ServerStableDeviceRescueTest-1212544009-project-member", "password_expires_at": null}, "audit_ids": ["rx86HPSkQSiqpEaFbXbenA"], "expires_at": "2023-07-19T18:24:45.000000Z", "issued_at": "2023-07-19T17:24:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a60b64dee2b74bcea3ec15e7e8422bbe", "name": "tempest-ServerStableDeviceRescueTest-1212544009"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a60b64dee2b74bcea3ec15e7e8422bbe", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, { "endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a60b64dee2b74bcea3ec15e7e8422bbe", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a60b64dee2b74bcea3ec15e7e8422bbe", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:45,218 79226 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '9aefad30-4619-481d-86cc-d3836aa22052', 'name': 'tempest-ServerStableDeviceRescueTest-670483015-network', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59487, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:23Z', 'updated_at': '2023-07-19T17:24:24Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:45,218 79226 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-383269258', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLBryvkyFUd13hRxKE1HDAHahoLuuEUx2FdUDSt2oZf94kTTJfNq4ExFLSqgypRYuf8u//JFpIYCuHTngpjFNHXYuvTb0KxRR/EZynM3AgY7Mz2ga0RLOJJJMtLCXEQlnw==', 'fingerprint': '97:a5:5c:24:54:26:d3:e4:b5:3c:e1:a8:e9:8f:0e:1a', 'user_id': 'c524b694661244569adb6b49ce0750ec', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCdB1CVksK1BGfK6e+KdOSWgj+A+ZOQE64pqOUkG6ZBoPyOVJBLWMiw\nuxBRmxe3NXCgBwYFK4EEACKhZANiAASwa8r5MhVHdd4UcShNRwwB2oaC7rhFMdhX\nVA0rdqGX/eJE0yXzauBMRS0qoMqUWLn/Lv/yRaSGArh054KYxTR12Lr029CsUUfx\nGcpzNwIGOzM9oGtESziSSTLSwlxEJZ8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49396e33-4747-431d-83c3-e2e360f6e58b', 'name': 'tempest-securitygroup--138701267', 'stateful': True, 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'description': 'tempest-description--709081411', 'shared': False, 'security_group_rules': [{'id': '0773a9b1-50e5-4027-aa3d-ab38692229f2', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'security_group_id': '49396e33-4747-431d-83c3-e2e360f6e58b', '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': 574, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:42Z', 'updated_at': '2023-07-19T17:24:42Z', 'revision_number': 0}, {'id': 'b0b0dd8e-e0c9-4cc8-86c8-5e8640c3b883', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'security_group_id': '49396e33-4747-431d-83c3-e2e360f6e58b', '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': 573, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:41Z', 'updated_at': '2023-07-19T17:24:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:24:41Z', 'updated_at': '2023-07-19T17:24:41Z', 'revision_number': 1, 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe'}, 'floating_ip': {'id': '5858c136-8399-4a25-b7eb-69d463072ccf', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:44Z', 'updated_at': '2023-07-19T17:24:44Z', 'revision_number': 0, 'ip': '172.24.4.119'}} 2023-07-19 17:24:45,248 79226 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-19 17:24:45,248 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-107035106", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "9aefad30-4619-481d-86cc-d3836aa22052"}], "security_groups": [{"name": "tempest-securitygroup--138701267"}], "key_name": "tempest-keypair-383269258", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-dd6d7b1c-fd1d-49b1-b235-b399924b45ec', 'x-compute-request-id': 'req-dd6d7b1c-fd1d-49b1-b235-b399924b45ec', 'connection': 'close', 'status': '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.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.020112s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.023165s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.037754s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.028763s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.033971s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.020585s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.019312s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.024226s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.023953s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.147392s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.105243s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.044751s] ... ok {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [22.870636s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [8.926721s] ... ok {2} 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.'} {4} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {4} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [8.445162s] ... ok {7} 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.'} {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [9.186793s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.396170s] ... ok {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [14.138626s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [9.741582s] ... ok {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [77.157371s] ... 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-19 17:23:47,193 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes 1.099s 2023-07-19 17:23:47,194 79222 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-1761951368", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49285a7b-ebe5-49ce-9bea-32ed49f17540', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49285a7b-ebe5-49ce-9bea-32ed49f17540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.096940", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:47,299 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.081s 2023-07-19 17:23:47,300 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e960c534-da71-409c-94be-af5a28bcaeb5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e960c534-da71-409c-94be-af5a28bcaeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:48,390 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.072s 2023-07-19 17:23:48,391 79222 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8087de3b-0d2c-4bd7-8217-149d7dbcaaee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8087de3b-0d2c-4bd7-8217-149d7dbcaaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:49,483 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.080s 2023-07-19 17:23:49,484 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b21099b-1399-443f-813f-e6b2c4d6f422', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b21099b-1399-443f-813f-e6b2c4d6f422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:50,573 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.068s 2023-07-19 17:23:50,573 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:50 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81cd5942-820c-4efa-8a46-0d493be94f51', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81cd5942-820c-4efa-8a46-0d493be94f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:51,641 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.047s 2023-07-19 17:23:51,641 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b89db76-cbf5-4810-9e62-3a93abb3d16a', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b89db76-cbf5-4810-9e62-3a93abb3d16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:52,701 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.040s 2023-07-19 17:23:52,701 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434ffad3-e3ce-4b0d-bd66-af122500f95f', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434ffad3-e3ce-4b0d-bd66-af122500f95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:53,763 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.046s 2023-07-19 17:23:53,763 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb8b358-3322-41ad-a397-0b5fa5cb1746', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb8b358-3322-41ad-a397-0b5fa5cb1746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:54,825 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.043s 2023-07-19 17:23:54,825 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773afe80-7491-400b-b7e9-0e57e6749c5b', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773afe80-7491-400b-b7e9-0e57e6749c5b', 'connec tion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:55,886 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.048s 2023-07-19 17:23:55,886 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38fa4cd6-308b-47b1-944e-7d78053dfefe', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38fa4cd6-308b-47b1-944e-7d78053dfefe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:56,943 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.043s 2023-07-19 17:23:56,943 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a97d67-41e4-45d1-99dd-917e6f2ca74c', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a97d67-41e4-45d1-99dd-917e6f2ca74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4 140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:58,004 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.049s 2023-07-19 17:23:58,005 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bde7f3-ee7f-4789-b2c9-5f95615b89c6', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bde7f3-ee7f-4789-b2c9-5f95615b89c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:59,189 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.157s 2023-07-19 17:23:59,189 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa78873-250c-49b5-a55f-8558fd570b89', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa78873-250c-49b5-a55f-8558fd570b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "d ownloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:00,300 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.087s 2023-07-19 17:24:00,301 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f82e5fb5-9a32-4eae-b5d7-9dfa6a20a457', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f82e5fb5-9a32-4eae-b5d7-9dfa6a20a457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:01,400 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.083s 2023-07-19 17:24:01,400 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed8925f-ac45-43c7-8937-68bde1b28862', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed8925f-ac45-43c7-8937-68bde1b28862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-0 7-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:02,488 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.066s 2023-07-19 17:24:02,488 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b167615-ca05-4b72-8c25-a514f730fc2a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b167615-ca05-4b72-8c25-a514f730fc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:03,589 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.086s 2023-07-19 17:24:03,590 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c953a9c9-dbda-45fe-892b-a025c3e2442c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c953a9c9-dbda-45fe-892b-a025c3e2442c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:04,692 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.088s 2023-07-19 17:24:04,693 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e68301-8e47-4d9c-ab80-15e739afb772', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e68301-8e47-4d9c-ab80-15e739afb772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:05,790 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.081s 2023-07-19 17:24:05,791 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211fb4af-f01e-47c5-a49a-83cf5ee7c2cc', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211fb4af-f01e-47c5-a49a-83cf5ee7c2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10 .0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:06,871 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.069s 2023-07-19 17:24:06,871 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b4689e-054f-42d1-9e43-fa8ceb82fb54', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b4689e-054f-42d1-9e43-fa8ceb82fb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:07,928 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.043s 2023-07-19 17:24:07,928 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-357fcf68-2378-4bde-94e9-abdbf42f5814', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-357fcf68-2378-4bde-94e9-abdbf42f5814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark" , "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:08,990 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.040s 2023-07-19 17:24:08,991 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f4dcd80-4afe-4ff7-830a-3336562c4e98', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f4dcd80-4afe-4ff7-830a-3336562c4e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:10,044 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.040s 2023-07-19 17:24:10,044 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4733bef-d410-48a8-8776-8746e5838d08', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4733bef-d410-48a8-8776-8746e5838d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:11,123 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.054s 2023-07-19 17:24:11,126 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966311b5-569c-4d37-aa3d-e7de05845716', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966311b5-569c-4d37-aa3d-e7de05845716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:12,206 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.065s 2023-07-19 17:24:12,206 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f5db69-312f-4c6e-a229-610011a90203', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f5db69-312f-4c6e-a229-610011a90203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "c onsistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:13,291 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.074s 2023-07-19 17:24:13,292 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc91f4f5-3df3-43ca-83ee-ae552d282fd8', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc91f4f5-3df3-43ca-83ee-ae552d282fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:14,383 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.079s 2023-07-19 17:24:14,384 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-919f90c3-8b98-4397-bce6-3859bb9f16a7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-919f90c3-8b98-4397-bce6-3859bb9f16a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "F alse"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:15,512 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.103s 2023-07-19 17:24:15,513 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5301b16-6d2a-4d60-9bfd-c392e9cb0318', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5301b16-6d2a-4d60-9bfd-c392e9cb0318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:16,586 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.053s 2023-07-19 17:24:16,587 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c67aca-c048-4174-91a5-e5e57098af78', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c67aca-c048-4174-91a5-e5e57098af78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:17,664 79222 INFO [ tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.065s 2023-07-19 17:24:17,665 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad931de4-a49a-45f9-9ee5-d34fe815483e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad931de4-a49a-45f9-9ee5-d34fe815483e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:18,743 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.066s 2023-07-19 17:24:18,744 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d5453ef-281c-4001-8648-8145e54699e2', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d5453ef-281c-4001-8648-8145e54699e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:19,820 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/vo lume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.064s 2023-07-19 17:24:19,821 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72134dd-16a9-41a8-b919-87fc5351318b', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72134dd-16a9-41a8-b919-87fc5351318b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:20,913 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.072s 2023-07-19 17:24:20,913 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef11c57-6465-405c-a615-8cffaa897cf6', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef11c57-6465-405c-a615-8cffaa897cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:21,985 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.059s 2023-07-19 17:24:21,985 7 9222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70287c81-288d-4ed2-96fd-c5f3bdbe953a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70287c81-288d-4ed2-96fd-c5f3bdbe953a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:23,054 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.049s 2023-07-19 17:24:23,055 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54db9921-4902-4160-9392-683f86d65e46', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54db9921-4902-4160-9392-683f86d65e46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:24,208 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.137s 2023-07-19 17:24:24,213 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appl ication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792d5ca9-e7e4-48f4-b951-625a6779ec7d', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792d5ca9-e7e4-48f4-b951-625a6779ec7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:25,353 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.117s 2023-07-19 17:24:25,354 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a27f30e-42be-4c32-8dff-b480c98e55ed', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a27f30e-42be-4c32-8dff-b480c98e55ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:26,450 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.084s 2023-07-19 17:24:26,450 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:2 4:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4882bffa-97a9-4638-ab96-73b29ef760c1', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4882bffa-97a9-4638-ab96-73b29ef760c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:27,541 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.072s 2023-07-19 17:24:27,542 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a93617fc-a6c8-4be5-9113-dc4517e67d99', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93617fc-a6c8-4be5-9113-dc4517e67d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:28,637 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.076s 2023-07-19 17:24:28,637 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd85da 80-e531-4e6b-8167-fdd510f71fed', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd85da80-e531-4e6b-8167-fdd510f71fed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:29,745 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.086s 2023-07-19 17:24:29,759 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75045d7f-5a5d-47d1-b965-9b0eb7ee601a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75045d7f-5a5d-47d1-b965-9b0eb7ee601a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:30,920 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.140s 2023-07-19 17:24:30,924 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d37e99-6833-47da-ba06-84797f874457', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-AP I-Version', 'x-openstack-request-id': 'req-82d37e99-6833-47da-ba06-84797f874457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:32,022 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.079s 2023-07-19 17:24:32,022 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41de5a8f-12c9-4f96-9df3-9effcb92e740', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41de5a8f-12c9-4f96-9df3-9effcb92e740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:33,132 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.090s 2023-07-19 17:24:33,133 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5376d72c-21d8-48ef-8fce-b75d3a37c10e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5376d72c-21d8-48ef-8fce-b75d3a37c10e', 'connection': 'close', 'status': '20 0', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:34,250 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.100s 2023-07-19 17:24:34,250 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764fda1a-7eba-4726-a708-df980956c9fa', 'content-length': '1390', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764fda1a-7eba-4726-a708-df980956c9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:34.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:34,271 79222 INFO [tempest.common.waiters] volume 4140322a-c160-47a7-a1f5-fff3e51035bb reached available after waiting for 47.271034 seconds 2023-07-19 17:24:34,737 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes 0.464s 2023-07-19 17:24:34,737 79222 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-663858222"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca772938-c57c-49a0-9195-f6119289b85d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca772938-c57c-49a0-9195-f6119289b85d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:34.582738", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:24:34,847 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.093s 2023-07-19 17:24:34,847 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-befd8bef-7d81-462b-ae24-bc7fad7eda94', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-befd8bef-7d81-462b-ae24-bc7fad7eda94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:35,935 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.073s 2023-07-19 17:24:35,938 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcde9e50-3bcd-42c8-93da-7d6e1c5be27b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API -Version', 'x-openstack-request-id': 'req-bcde9e50-3bcd-42c8-93da-7d6e1c5be27b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": "2023-07-19T17:24:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:37,021 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.071s 2023-07-19 17:24:37,022 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e15772d-fe2d-4288-ac39-01f011cac0ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e15772d-fe2d-4288-ac39-01f011cac0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": "2023-07-19T17:24:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:38,093 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.059s 2023-07-19 17:24:38,094 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6262c49-6a0c-4a75-b530-a2fa01957deb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6262c49-6a0c-4a75-b530-a2fa01957deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814 e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": "2023-07-19T17:24:38.000000", "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:38,112 79222 INFO [tempest.common.waiters] volume afd4c2ba-c171-40c4-80b7-2c2e814e7085 reached available after waiting for 4.112874 seconds 2023-07-19 17:24:38,539 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes 0.425s 2023-07-19 17:24:38,539 79222 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-49441688"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e661d62-ac48-4bb3-bca3-48db56089aba', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e661d62-ac48-4bb3-bca3-48db56089aba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:38.413220", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:24:38,688 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 0.127s 2023-07-19 17:24:38,689 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a647a39-4c21-4ff4-b948-06ebd230f840', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a647a39-4c21-4ff4-b948-06ebd230f840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "202 3-07-19T17:24:38.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:39,761 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 0.056s 2023-07-19 17:24:39,761 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-796f82c7-dae4-48eb-89b2-f7d55f13ad38', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-796f82c7-dae4-48eb-89b2-f7d55f13ad38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:38.000000", "updated_at": "2023-07-19T17:24:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:40,858 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 0.076s 2023-07-19 17:24:40,859 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93416b39-aa2c-4670-b6fb-4bc53c720b84', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93416b39-aa2c-4670-b6fb-4bc53c720b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:38.000000", "updated_at": "2023-07-19T17:24:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "hre f": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:40,871 79222 INFO [tempest.common.waiters] volume fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 reached available after waiting for 2.871584 seconds 2023-07-19 17:24:42,284 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.412s 2023-07-19 17:24:42,285 79222 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-1857630657"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b86c354d-5874-4be2-9090-a83f5814105f', 'date': 'Wed, 19 Jul 2023 17:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3157870b-7eea-4215-b213-dc83666b86e0","name":"tempest-device-tagging-net1-1857630657","tenant_id":"d42831f82708470c93cb84a4af0a763c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d42831f82708470c93cb84a4af0a763c","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-19T17:24:40Z","updated_at":"2023-07-19T17:24:41Z","revision_number":1}}' 2023-07-19 17:24:43,942 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.656s 2023-07-19 17:24:43,943 79222 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-704287167"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-45f946ea-ede3-4ad6-b13e-e6e3f612112b', 'date': 'Wed, 19 Jul 2023 17:24:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba","name":"tempest-device-tagging-net2-704287167","tenant_id":"d42831f82708470c93cb84a4af0a763c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d42831f82708470c93cb84a4af0a763c","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-19T17:24:42Z","updated_at":"2023-07-19T17:24:42Z","revision_number":1}}' 2023-07-19 17:24:47,629 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.686s 2023-07-19 17:24:47,630 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "3157870b-7eea-4215-b213-dc83666b86e0", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b9e6a027-8852-45ba-8398-bb94d4cd9a07', 'date': 'Wed, 19 Jul 2023 17:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"c891197c-b038-48d7-97f7-5743283148ca","name":"","tenant_id":"d42831f82708470c93cb84a4af0a763c","network_id":"3157870b-7eea-4215-b213-dc83666b86e0","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-19T17:24:44Z","updated_at":"2023-07-19T17:24:44Z","revision_number":0,"project_id":"d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:52,127 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 4.496s 2023-07-19 17:24:52,127 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6ce8164c-50fd-4e3d-9d9a-c3caf9e2f74e', 'date': 'Wed, 19 Jul 2023 17:24:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3f4fa571-e21b-4f79-8b23-3e1e37a2d621","name":"","tenant_id":"d42831f82708470c93cb84a4af0a763c","network_id":"d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba","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-19T17:24:48Z","updated_at":"2023-07-19T17:24:48Z","revision_number":0,"project_id":"d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:53,622 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.494s 2023-07-19 17:24:53,622 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3157870b-7eea-4215-b213-dc83666b86e0", "name": "tempest-TaggedBootDevicesTest-751044575", "fixed_ips": [{"subnet_id": "c891197c-b038-48d7-97f7-5743283148ca"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-50cd920f-7265-42d3-aa70-09a727c379e4', 'date': 'Wed, 19 Jul 2023 17:24:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"33cf748f-684b-49a9-80b3-998aa9854a83","name":"tempest-TaggedBootDevicesTest-751044575","network_id":"3157870b-7eea-4215-b213-dc83666b86e0","tenant_id":"d42831f82708470c93cb84a4af0a763c","mac_address":"fa:16:3e:a3:ed:20","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"c891197c-b038-48d7-97f7-5743283148ca","ip_address":"10.1.1.46"}],"project_id":"d42831f82708470c93cb84a4af0a763c","port_security_enabled":true,"security_groups":["ebb0a33f-92eb-4068-9085-fc0fd33a2b98"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:24:52Z","updated_at":"2023-07-19T17:24:52Z","revision_number":1}}' 2023-07-19 17:24:54,864 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.241s 2023-07-19 17:24:54,865 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'app lication/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3157870b-7eea-4215-b213-dc83666b86e0", "name": "tempest-TaggedBootDevicesTest-1426427510", "fixed_ips": [{"subnet_id": "c891197c-b038-48d7-97f7-5743283148ca"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-9a0f0993-38b2-48fe-8b67-0f7922dfe0b8', 'date': 'Wed, 19 Jul 2023 17:24:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"55fca26f-70a0-40e6-8f9b-85b9339d049e","name":"tempest-TaggedBootDevicesTest-1426427510","network_id":"3157870b-7eea-4215-b213-dc83666b86e0","tenant_id":"d42831f82708470c93cb84a4af0a763c","mac_address":"fa:16:3e:62:b4:97","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"c891197c-b038-48d7-97f7-5743283148ca","ip_address":"10.1.1.249"}],"project_id":"d42831f82708470c93cb84a4af0a763c","port_security_enabled":true,"security_groups":["ebb0a33f-92eb-4068-9085-fc0fd33a2b98"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:24:53Z","updated_at":"2023-07-19T17:24:54Z","revision_number":1}}' 2023-07-19 17:24:54,869 79222 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:24:54,870 79222 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:54,971 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.092s 2023-07-19 17:24:54,972 79222 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-367564224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBInOGZMIsYYGBLSgRxfSY+stnp2Yeh2UdVAkkUrX7zfazMdpduuUoHCj9O6eUsWY+loVryRxab9E2+XGkXGj0uIlyn0+PV+RdOugcIvtBb/sS9eNIFamNNfvDte4P+11aQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', '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-aa03dcbf-df51-4cd6-96ac-cdf03b724f2d', 'x-compute-request-id': 'req-aa03dcbf-df51-4cd6-96ac-cdf03b724f2d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-367564224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBInOGZMIsYYGBLSgRxfSY+stnp2Yeh2UdVAkkUrX7zfazMdpduuUoHCj9O6eUsWY+loVryRxab9E2+XGkXGj0uIlyn0+PV+RdOugcIvtBb/sS9eNIFamNNfvDte4P+11aQ==", "fingerprint": "07:da:dd:f8:3f:f2:c3:12:10:35:cf:60:30:73:ae:1c", "user_id": "90ffa7a96ded4236a3dd4be90f5a7672"}}' 2023-07-19 17:24:54,977 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-367564224 created 2023-07-19 17:24:55,201 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.223s 2023-07-19 17:24:55,202 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--383647271", "description": "tempest-description--213660356"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-51f3a179-87f1-4650-a040-9959c56e0374', 'da te': 'Wed, 19 Jul 2023 17:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "name": "tempest-securitygroup--383647271", "stateful": true, "tenant_id": "d42831f82708470c93cb84a4af0a763c", "description": "tempest-description--213660356", "shared": false, "security_group_rules": [{"id": "089984b7-e0e3-4252-bd94-4eb0bd4272a4", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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": 625, "description": null, "tags": [], "created_at": "2023-07-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}, {"id": "be1058f8-5d93-4dab-bc48-e68ccaafa4e1", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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": 624, "description": null, "tags": [], "created_at": "2023-07-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 1, "project_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:55,524 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.321s 2023-07-19 17:24:55,524 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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-a03e1350-f538-4639-b8c9-f6009275aec9', 'date': 'Wed, 19 Jul 2023 17:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96ab83d5-e787-4a85-9791-57948f4978f7", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}}' 2023-07-19 17:24:55,735 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.209s 2023-07-19 17:24:55,735 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-40dcb59f-6c35-4f04-bc99-8129c59b59e2', 'date': 'Wed, 19 Jul 2023 17:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking /v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2028e41-4a15-464b-806e-896277e7b8f4", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}}' 2023-07-19 17:24:55,735 79222 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--383647271 created 2023-07-19 17:24:57,522 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.786s 2023-07-19 17:24:57,523 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-35da9784-88e2-43e1-8c8a-b79b5668fb70', 'date': 'Wed, 19 Jul 2023 17:24:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "87975130-2fcf-4b40-99c0-642e8c21eb0d", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "floating_ip_address": "172.24.4.90", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d42831f82708470c93cb84a4af0a763c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:56Z", "updated_at": "2023-07-19T17:24:56Z", "revision_number": 0}}' 2023-07-19 17:24:57,523 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '87975130-2fcf-4b40-99c0-642e8c21eb0d', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:56Z', 'updated_at': '2023-07-19T17:24:56Z', 'revision_number': 0, 'ip': '172.24.4.90'} created 2023-07-19 17:24:57,670 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.140s 2023-07-19 17:24:57,670 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e821a57e-9866-4b8f-ae78-0cef45226cae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90ffa7a96ded4236a3dd4be90f5a7672", "name": "tempest-TaggedBootDevicesTest-1567280136-project-member", "password_expires_at": null}, "audit_ids": ["Dis4gTVnQpWIPGcejaKEuA"], "expires_at": "2023-07-19T18:24:57.000000Z", "issued_at": "2023-07-19T17:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d42831f82708470c93cb84a4af0a763c", "name": "tempest-TaggedBootDevicesTest-1567280136"}, "is_domain": false, "r oles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:57,671 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '63658bda-e624-4ff7-8880-37e29ef2fb12', 'name': 'tempest-TaggedBootDevicesTest-733542083-network', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58811, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:57,823 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.144s 2023-07-19 17:24:57,824 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-46a75d52-75d0-4702-bf77-77bc134ce2e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90ffa7a96ded4236a3dd4be90f5a7672", "name": "tempest-TaggedBo otDevicesTest-1567280136-project-member", "password_expires_at": null}, "audit_ids": ["vPdHBwnxQGOuc5c3W9q4zw"], "expires_at": "2023-07-19T18:24:57.000000Z", "issued_at": "2023-07-19T17:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d42831f82708470c93cb84a4af0a763c", "name": "tempest-TaggedBootDevicesTest-1567280136"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:57,824 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '63658bda-e624-4ff7-8880-37e29ef2fb12', 'name': 'tempest-TaggedBootDevicesTest-733542083-network', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58811, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:57,825 79222 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-367564224', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBInOGZMIsYYGBLSgRxfSY+stnp2Yeh2UdVAkkUrX7zfazMdpduuUoHCj9O6eUsWY+loVryRxab9E2+XGkXGj0uIlyn0+PV+RdOugcIvtBb/sS9eNIFamNNfvDte4P+11aQ==', 'fingerprint': '07:da:dd:f8:3f:f2:c3:12:10:35:cf:60:30:73:ae:1c', 'user_id': '90ffa7a96ded4236a3dd4be90f5a7672', 'private_key': '-----BEGIN EC PRIVATE KEY-----\ nMIGkAgEBBDCVSA4ICudolwqQ9Qq1hc0Dl6wO9pq1LdOZGxkqGkEUX2hK4IUjG+CT\n168wKII5eBygBwYFK4EEACKhZANiAASJzhmTCLGGBgS0oEcX0mPrLZ6dmHodlHVQ\nJJFK1+832szHaXbrlKBwo/TunlLFmPpaFa8kcWm/RNvlxpFxo9LiJcp9Pj1fkXTr\noHCL7QW/7EvXjSBWpjTX7w7XuD/tdWk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '488f57d2-919f-4fb1-bf6e-489add4318cb', 'name': 'tempest-securitygroup--383647271', 'stateful': True, 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'description': 'tempest-description--213660356', 'shared': False, 'security_group_rules': [{'id': '089984b7-e0e3-4252-bd94-4eb0bd4272a4', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'security_group_id': '488f57d2-919f-4fb1-bf6e-489add4318cb', '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': 625, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:55Z', 'updated_at': '2023-07-19T17:24:55Z', 'revision_number': 0}, {'id': 'be1058f8-5d93-4dab-bc48-e68ccaafa4e1', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'security_group_id': '488f57d2-919f-4fb1-bf6e-489add4318cb', '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': 624, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:55Z', 'updated_at': '2023-07-19T17:24:55Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:24:55Z', 'updated_at': '2023-07-19T17:24:55Z', 'revision_number': 1, 'project_id': 'd42831f82708470c93cb84a4af0a763c'}, 'floating_ip': {'id': '87975130-2fcf-4b40-99c0-642e8c21eb0d', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:56Z', 'updated_at': '2023-07-19T17:24:56Z', 'revision_number': 0, 'ip': '172.24.4.90'}} 2023-07-19 17:24:57,874 79222 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-19 17:24:57,874 79222 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-706404243", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "63658bda-e624-4ff7-8880-37e29ef2fb12"}, {"port": "33cf748f-684b-49a9-80b3-998aa9854a83", "tag": "port-1"}, {"port": "55fca26f-70a0-40e6-8f9b-85b9339d049e", "tag": "port-2"}, {"uuid": "3157870b-7eea-4215-b213-dc83666b86e0", "tag": "net-1"}, {"uuid": "3157870b-7eea-4215-b213-dc83666b86e0"}, {"uuid": "d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "4140322a-c160-47a7-a1f5-fff3e51035bb", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--383647271"}], "key_name": "tempest-keypair-367564224", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyI GF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:57 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-83e935fd-4698-4b2e-bb10-f2bcec260501', 'x-compute-request-id': 'req-83e935fd-4698-4b2e-bb10-f2bcec260501', 'connection': 'close', 'status': '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-19 17:24:57,922 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-367564224 0.043s 2023-07-19 17:24:57,923 79222 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': 'Wed, 19 Jul 2023 17:24:57 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-a70c6476-5d0b-423c-a150-69f5bc5fc9f1', 'x-compute-request-id': 'req-a70c6476-5d0b-423c-a150-69f5bc5fc9f1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-367564224'} Body: b'' 2023-07-19 17:24:58,135 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb 0.212s 2023-07-19 17:24:58,136 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-09d2a64e-95c4-454f-852d-26a940d1c2d6', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb'} Body: b'' 2023-07-19 17:24:58,162 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb 0.025s 2023-07-19 17:24:58,163 79222 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-30095c1c-865f-4106-8824-3ff6764d3ab0', 'date': 'Wed, 19 Jul 2023 17:24:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 488f57d2-919f-4fb1-bf6e-489add4318cb does not exist", "detail": ""}}' 2023-07-19 17:24:59,162 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/87975130-2fcf-4b40-99c0-642e8c21eb0d 0.998s 2023-07-19 17:24:59,162 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1acfc795-f1e3-4f0d-9481-00235aa80626', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:59 GMT', 'connection': 'close', 'status': '20 4', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/87975130-2fcf-4b40-99c0-642e8c21eb0d'} Body: b'' 2023-07-19 17:24:59,968 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/55fca26f-70a0-40e6-8f9b-85b9339d049e 0.805s 2023-07-19 17:24:59,969 79222 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-f5b4638a-7a22-44d2-a2fc-45cf75352252', 'date': 'Wed, 19 Jul 2023 17:24:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/55fca26f-70a0-40e6-8f9b-85b9339d049e'} Body: b'' 2023-07-19 17:25:00,857 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/33cf748f-684b-49a9-80b3-998aa9854a83 0.887s 2023-07-19 17:25:00,858 79222 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-d348299f-4aa2-4c98-84e2-d82b90f0a1e0', 'date': 'Wed, 19 Jul 2023 17:25:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/33cf748f-684b-49a9-80b3-998aa9854a83'} Body: b'' 2023-07-19 17:25:01,141 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/3f4fa571-e21b-4f79-8b23-3e1e37a2d621 0.283s 2023-07-19 17:25:01,142 79222 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-a1e9e095-fc38-46e9-aa60-8d89c7429deb', 'date': 'Wed, 19 Jul 2023 17:25:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/3f4fa571-e21b-4f79-8b23-3e1e37a2d621'} Body: b'' 2023-07-19 17:25:01,685 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/c891197c-b038-48d7-97f7-5743283148ca 0.542s 2023-07-19 17:25:01,685 79222 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-1f906224-fa0b-401a-b791-e7e1f66c03b9', 'date': 'Wed, 19 Jul 2023 17:25:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/c891197c-b038-48d7-97f7-5743283148ca'} Body: b'' 2023-07-19 17:25:02,539 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba 0.853s 2023-07-19 17:25:02,540 79222 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-3bda8208-2ce5-4aae-b2bb-751fc232102f', 'date': 'Wed, 19 Jul 2023 17:25:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba'} Body: b'' 2023-07-19 17:25:03,247 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/3157870b-7eea-4215-b213-dc83666b86e0 0.707s 2023-07-19 17:25:03,248 79222 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-e5dd38da-cc04-4e0d-8866-2c5edf6afaf7', 'date': 'Wed, 19 Jul 2023 17:25:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/3157870b-7eea-4215-b213-dc83666b86e0'} Body: b'' {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [27.366436s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [11.656740s] ... ok {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [10.870383s] ... ok {1} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [5.113447s] ... ok {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.141791s] ... ok {2} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [19.494233s] ... ok {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.613749s] ... ok {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.053176s] ... ok {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.456898s] ... ok {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [10.098762s] ... ok {6} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [9.604288s] ... ok {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [42.274738s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.222823s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.539793s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.541052s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [24.176913s] ... ok {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [19.432748s] ... 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 29ef171b-1d32-4d49-ac39-083a166a513b 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-19 17:25:05,077 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes 0.331s 2023-07-19 17:25:05,078 79204 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-1877585536"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2dd51d-217f-4a1d-92e0-6e53ff4e7a73', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2dd51d-217f-4a1d-92e0-6e53ff4e7a73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:04.984454", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:25:05,189 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.101s 2023-07-19 17:25:05,189 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c073f54-ad70-484b-8bfe-d7e884b8fbfa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c073f54-ad70-484b-8bfe-d7e884b8fbfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:06,267 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.066s 2023-07-19 17:25:06,268 79204 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350fba12-fbb8-4a8c-882a-ed8d08554fba', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350fba12-fbb8-4a8c-882a-ed8d08554fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:07,344 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.061s 2023-07-19 17:25:07,344 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da85e575-6551-4d7a-9a6f-b6ddc097da1d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da85e575-6551-4d7a-9a6f-b6ddc097da1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:07.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:07,356 79204 INFO [tempest.common.waiters] volume 29ef171b-1d32-4d49-ac39-083a166a513b reached available after waiting for 2.356863 seconds 2023-07-19 17:25:07,571 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots 0.214s 2023-07-19 17:25:07,572 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9517ae-d0d1-4bf7-b4c8-8d454b2d3a30', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9517ae-d0d1-4bf7-b4c8-8d454b2d3a30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.495228", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-19 17:25:07,612 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.036s 2023-07-19 17:25:07,633 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a05c9c-7b52-4517-9202-41e1f052d7b0', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a05c9c-7b52-4517-9202-41e1f052d7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:08,680 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.038s 2023-07-19 17:25:08,680 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b2b2bc-91df-4581-8f5e-bc80f2801c72', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b2b2bc-91df-4581-8f5e-bc80f2801c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:09,728 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:t est_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.040s 2023-07-19 17:25:09,728 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ade56af-2afa-45f5-b564-acf9ea24a891', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ade56af-2afa-45f5-b564-acf9ea24a891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:10,820 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.043s 2023-07-19 17:25:10,821 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80bd4494-c516-4d03-afe7-6893a663690e', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80bd4494-c516-4d03-afe7-6893a663690e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:11,862 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.034s 2023-07-19 17:25:11,862 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd38b4b-27ce-4175-801f-a02a5dd7cf87', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd38b4b-27ce-4175-801f-a02a5dd7cf87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": "2023-07-19T17:25:11.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "descri ption": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:25:11,869 79204 INFO [tempest.common.waiters] snapshot 5a783747-da02-4876-a92d-82342ab3fd8a reached available after waiting for 4.869355 seconds 2023-07-19 17:25:12,437 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes 0.567s 2023-07-19 17:25:12,438 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1257176507"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e5b8c8b-06f7-4612-84d8-f9091749ced3', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e5b8c8b-06f7-4612-84d8-f9091749ced3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.258057", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:25:12,557 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.102s 2023-07-19 17:25:12,557 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cbbec83-c90c-4ca2-ab0d-5c0192a3ac1c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cbbec83-c90c-4ca2-ab0d-5c0192a3ac1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d 5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:13,645 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.064s 2023-07-19 17:25:13,646 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306067ea-23a5-4916-87a3-803ddd635cfb', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306067ea-23a5-4916-87a3-803ddd635cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:14,746 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.077s 2023-07-19 17:25:14,746 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a897ab52-5978-4742-bd93-202f1d56adef', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a897ab52-5978-4742-bd93-202f1d56adef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:15,811 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.053s 2023-07-19 17:25:15,811 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2db134b-b6e2-4b26-af1b-96d98c1c20a0', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2db134b-b6e2-4b26-af1b-96d98c1c20a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:16,877 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.045s 2023-07-19 17:25:16,878 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02cd39bb-b05d-4bd5-bd2f-c8842064fa24', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02cd39bb-b05d-4bd5-bd2f-c8842064fa24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:16,897 79204 INFO [tempest.common.waiters] volume a 7659394-b18d-47bb-a013-e581ed364df4 reached available after waiting for 4.897892 seconds 2023-07-19 17:25:16,961 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.063s 2023-07-19 17:25:16,962 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb4eeba-485e-41e9-9681-428d9f23185b', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb4eeba-485e-41e9-9681-428d9f23185b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:17,074 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b?cascade=True 0.094s 2023-07-19 17:25:17,074 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5da737-5185-4de2-bbea-bc75e8594294', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b?cascade=True'} Body: b'' 2023-07-19 17:25:17,126 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.051s 2023-07-19 17:25:17,126 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ccd6d7-d681-49eb-ad3d-3b7bea3834f1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ccd6d7-d681-49eb-ad3d-3b7bea3834f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{ "volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:18,218 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.076s 2023-07-19 17:25:18,219 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9c8f76-5b75-4396-a7b5-0bc1b8285e1d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9c8f76-5b75-4396-a7b5-0bc1b8285e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:19,302 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.072s 2023-07-19 17:25:19,302 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf61771-b97e-4c12-8b89-62ceb94e71be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf61771-b97e-4c12-8b89-62ceb94e71be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:19,387 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.068s 2023-07-19 17:25:19,387 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ad73d0-d628-46e5-8474-cc9d6cdf67f4', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22ad73d0-d628-46e5-8474-cc9d6cdf67f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:19,612 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.202s 2023-07-19 17:25:19,612 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469616c0-c6e7-4729-8033-92ef36a4a3ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'' 2023-07-19 17:25:19,689 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.076s 2023-07-19 17:25:19,689 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4033381a-c6dc-4aba-820a-ebd228b8217d', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4033381a-c6dc-4aba-820a-ebd228b8217d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:20,779 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.073s 2023-07-19 17:25:20,780 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c196e92b-ae50-418c-b696-70b836dd1970', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c196e92b-ae50-418c-b696-70b836dd1970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:21,861 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.067s 2023-07-19 17:25:21,861 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f982d7-2a4b-4a36-90ca-6d08055c5319', 'content-length': '944', 'openstack-api-ve rsion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f982d7-2a4b-4a36-90ca-6d08055c5319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:22,944 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.063s 2023-07-19 17:25:22,945 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0886986-1188-4d78-8d38-59e6336ef9ce', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0886986-1188-4d78-8d38-59e6336ef9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:23,990 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.027s 2023-07-19 17:25:23,990 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:23 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-1f217b59-6e61-4606-bbed-3287c56a9259', 'x-openstack-request-id': 'req-1f217b59-6e61-4606-bbed-3287c56a9259', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0. 0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a7659394-b18d-47bb-a013-e581ed364df4 could not be found."}}' 2023-07-19 17:25:24,060 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.068s 2023-07-19 17:25:24,060 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:23 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-13a09fec-9cf7-486d-a2aa-9980daacbf41', 'x-openstack-request-id': 'req-13a09fec-9cf7-486d-a2aa-9980daacbf41', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} 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-19 17:25:24,105 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.042s 2023-07-19 17:25:24,105 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27e26cc3-fcef-4d43-ba4e-2db4970cd299', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27e26cc3-fcef-4d43-ba4e-2db4970cd299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:24,174 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.056s 2023-07-19 17:25:24,174 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:24 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-0a1e4e2f-d478-4de6-a7af-33aa90f4fc77', 'x-openstack-request-id': 'req-0a1e4e2f-d478-4de6-a7 af-33aa90f4fc77', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} 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."}}' {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.137719s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.127592s] ... ok {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [25.310110s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.300173s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.138385s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.312885s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.123446s] ... ok {0} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.273303s] ... ok {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.181578s] ... ok {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.038579s] ... ok {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.093897s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.226836s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [13.818209s] ... ok {9} tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 4140322a-c160-47a7-a1f5-fff3e51035bb failed to delete and is in error_deleting status, ) {11} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {10} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [17.805308s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [0.138651s] ... 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-19 17:25:35,958 79210 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.103s 2023-07-19 17:25:35,959 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:35 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-b34e78fb-8b77-413f-a4f9-302c3c4ce174', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5cf1c4474603464a979c375efe538882", "name": "tempest-VolumesNegativeTest-285311674-project-member", "password_expires_at": null}, "audit_ids": ["HaFnXP36QxG7zfSpzR08vQ"], "expires_at": "2023-07-19T18:25:35.000000Z", "issued_at": "2023-07-19T17:25:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d634e713c2447348ab28303c25754b4", "name": "tempest-VolumesNegativeTest-285311674"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d634e713c2447348ab28303c25754b4", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d634e713c2447348ab28303c25754b4", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d634e713c2447348ab28303c25754b4", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:25:35,960 79210 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-19 17:25:35,986 79210 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.025s 2023-07-19 17:25:35,986 79210 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-1368271213", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-36753005-cd3a-4e38-9596-eb4755a861fd', 'x-compute-request-id': 'req-36753005-cd3a-4e38-9596-eb4755a861fd', 'connection': 'close', 'status': '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_extensions.ExtensionsTestJSON.test_list_extensions [0.154768s] ... ok {8} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [7.486119s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [3.990834s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.280897s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.116887s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.019687s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.025449s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.030043s] ... ok {6} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [11.811254s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [3.381137s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.021039s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.023921s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.035575s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.046124s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.026250s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.027380s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.014654s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.044655s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.015855s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.036105s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.032557s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.012584s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.087521s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.115180s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.118041s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.084397s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.194399s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.049633s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.034610s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.010531s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.043593s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.106722s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.242631s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.050271s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.032150s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.049193s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.023895s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.063250s] ... ok {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.045280s] ... ok {5} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [13.667938s] ... ok {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.722939s] ... ok {3} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {3} 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} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [24.874085s] ... ok {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.017711s] ... ok {2} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.189568s] ... ok {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [29.841433s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.101747s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.082467s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.130235s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.810244s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.252350s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.360396s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.077281s] ... ok {8} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [23.845088s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.087670s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.142098s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.102002s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.141042s] ... ok {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.493972s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.119803s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.184030s] ... ok {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.264377s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.190580s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.567121s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.094668s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.192909s] ... ok {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.170561s] ... ok {10} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [25.628761s] ... ok {0} 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 1a8d5b58-1d5a-46e7-af74-419be58b8cfe 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.'}, )) {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [15.714884s] ... ok {8} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [8.204549s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [24.193664s] ... ok {7} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {1} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [17.738037s] ... 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-19 17:25:59,642 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.581s 2023-07-19 17:25:59,642 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1942022503", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHjHTQBOTOJ2wpe4svuQL+PLr+cH1V6gIRIMV++RTW1686V7euG2Cl6iJQ5h3tEcig7giF+VPzxc9fCDQJ2GpE8FwxXnLwBX6zbiwZHY6bilnxX3VKS+ICc4WBm/xyP6Xg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:59 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-d2a8425f-3e91-49aa-a574-fdc04cf377ca', 'x-compute-request-id': 'req-d2a8425f-3e91-49aa-a574-fdc04cf377ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1942022503", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHjHTQBOTOJ2wpe4svuQL+PLr+cH1V6gIRIMV++RTW1686V7euG2Cl6iJQ5h3tEcig7giF+VPzxc9fCDQJ2GpE8FwxXnLwBX6zbiwZHY6bilnxX3VKS+ICc4WBm/xyP6Xg==", "fingerprint": "bb:25:b4:6f:44:a2:be:c6:13:d3:fa:09:c1:dc:14:06", "user_id": "3d736edc74a14a279735129f93a99036"}}' 2023-07-19 17:25:59,905 79206 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.258s 2023-07-19 17:25:59,906 79206 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-527859107", "description": "tempest-secgroup-smoke-527859107 description", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-5fa524cc-6f9c-4452-9670-a9fe291fc9b6', 'date': 'Wed, 19 Jul 2023 17:25:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ecbc1107-05da-439d-8210-2b457866fa2f", "name": "tempest-secgroup-smoke-527859107", "stateful": true, "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "description": "tempest-secgroup-smoke-527859107 description", "shared": false, "security_group_rules": [{"id": "8deb71a0-798c-4a75-8a15-c0f2fd178ae9", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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": 879, "description": null, "tags": [], "created_at": "2023-07-19T17:25:59Z", "updated_at": "2023-07-19T17:25:59Z", "revision_number": 0}, {"id": "fd465b55-87a1-4874-8828-64b77758ee51", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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": 878, "description": null, "tags": [], "created_at": "2023-07-19T17:25:59Z", "updated_at": "2023-07-19T17:25:59Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:25:59Z", "updated_at": "2023-07-19T17:25:59Z", "revision_number": 1, "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:00,140 79206 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.233s 2023-07-19 17:26:00,140 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "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-f802b8e2-f199-4863-bb36-42325ceebe32', 'date': 'Wed, 19 Jul 2023 17:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68d6924a-8e76-4455-9f94-153cab006aa1", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:00,416 79206 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.275s 2023-07-19 17:26:00,417 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "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-04e95ec8-f801-4946-b979-224a46a7f3b1', 'date': 'Wed, 19 Jul 2023 17:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b265862d-eb18-4005-a5e2-382f1d631146", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:00,752 79206 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.335s 2023-07-19 17:26:00,753 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a230a386-1038-49c2-b337-8d506d52b456', 'date': 'Wed, 19 Jul 2023 17:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ad28299-7f35-4a74-9b7a-1ea38d65003f", "project_id": "c2cf92c3b1114e 28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:01,025 79206 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.271s 2023-07-19 17:26:01,025 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9a3ff40a-0f65-431e-81ac-39f606dd74b2', 'date': 'Wed, 19 Jul 2023 17:26: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": "aa5234af-5731-481b-be4d-8b9bf9424ec4", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:01,254 79206 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.227s 2023-07-19 17:26:01,254 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-167e4870-9044-42d8-b9f3-0b1895bd8572', 'date': 'Wed, 19 Jul 2023 17:26: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": "3344da53-6c2e-4c31-ad90-c04b96bbc030", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:01Z", "updated_at": "2023-07-19T17:26:01Z", "revision_number": 0}}' 2023-07-19 17:26:01,531 79206 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.275s 2023-07-19 17:26:01,531 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-df707f9b-db49-49a6-8349-f1b8d9a18d9a', 'date': 'Wed, 19 Jul 2023 17:26: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": "ba174fb0-fff1-423c-a697-18c238b9a4c9", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:01Z", "updated_at": "2023-07-19T17:26:01Z", "revision_number": 0}}' 2023-07-19 17:26:01,948 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes 0.415s 2023-07-19 17:26:01,948 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-702069135", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b644922c-f7dd-4d2a-b577-dafac5585ab7', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b644922c-f7dd-4d2a-b577-dafac5585ab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:01.873572", "updated_at": null, "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:02,031 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.069s 2023-07-19 17:26:02,031 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75da81af-5b18-45e2-b105-8869817944e9', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75da81af-5b18-45e2-b105-8869817944e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "met adata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:03,094 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.044s 2023-07-19 17:26:03,094 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11c213c-9bbf-4de1-ba04-814ccd0fa18e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11c213c-9bbf-4de1-ba04-814ccd0fa18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:02.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:04,152 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.046s 2023-07-19 17:26:04,152 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-946f6ab2-bbe4-4591-9efb-5ec7f4e8a87b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-946f6ab2-bbe4-4591-9efb-5ec7f4e8a87b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:02.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23 -7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:05,225 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.060s 2023-07-19 17:26:05,225 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fb9450a-6f63-4c41-9d2d-3bfa29194f38', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fb9450a-6f63-4c41-9d2d-3bfa29194f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:05.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:05,243 79206 INFO [tempest.common.waiters] volume 34624a3a-c32f-46bf-af23-7cbdc401053a reached available after waiting for 3.243213 seconds 2023-07-19 17:26:05,284 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.041s 2023-07-19 17:26:05,285 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f352395-96e4-4f25-a239-c51a2e0a3390', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f352395-96e4-4f25-a239-c51a2e0a3390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:05.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "repl ication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:05,424 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.122s 2023-07-19 17:26:05,425 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f31642af-bb6a-427b-8c6e-40f83998a181', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3d736edc74a14a279735129f93a99036", "name": "tempest-TestStampPattern-1686737312-project-member", "password_expires_at": null}, "audit_ids": ["B0d6C_yIQJak1n1iKM3jZQ"], "expires_at": "2023-07-19T18:26:05.000000Z", "issued_at": "2023-07-19T17:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "name": "tempest-TestStampPattern-1686737312"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c2cf92c3b1114e28b2d9f1c742ddb23a", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:05,425 79206 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'e91605bc-cc29-4501-8d41-8fe9824e0c9b', 'name': 'tempest-TestStampPattern-1814623687-network', 'tenant_id': 'c2cf92c3b1114e28b2d9f1c742ddb23a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared ': False, 'project_id': 'c2cf92c3b1114e28b2d9f1c742ddb23a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54582, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:25:34Z', 'updated_at': '2023-07-19T17:25:34Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:05,462 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-19 17:26:05,462 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-2056541259", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1942022503", "security_groups": [{"name": "tempest-secgroup-smoke-527859107"}], "networks": [{"uuid": "e91605bc-cc29-4501-8d41-8fe9824e0c9b"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-c162d014-030e-4cb5-8999-732f00b81e5d', 'x-compute-request-id': 'req-c162d014-030e-4cb5-8999-732f00b81e5d', 'connection': 'close', 'status': '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-19 17:26:05,540 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.074s 2023-07-19 17:26:05,541 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceac2482-5dd6-4284-b515-f8c93015f13f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'' 2023-07-19 17:26:05,607 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.066s 2023-07-19 17:26:05,607 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ac5386a-e465-4935-bf28-fb1ed0b1c4c8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ac5386a-e465-4935-bf28-fb1ed0b1c4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviand ss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:06,678 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.053s 2023-07-19 17:26:06,678 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6e21ae8-e1b9-46ee-9d0b-d67c829ad33a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6e21ae8-e1b9-46ee-9d0b-d67c829ad33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:07,749 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.057s 2023-07-19 17:26:07,749 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be7ef58-e655-438a-ab23-8bbec385e4c3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be7ef58-e655-438a-ab23-8bbec385e4c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9 f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:08,810 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.046s 2023-07-19 17:26:08,811 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1da5c4-430f-4b4b-bf7b-0608ead59edb', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1da5c4-430f-4b4b-bf7b-0608ead59edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:09,880 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.054s 2023-07-19 17:26:09,880 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f81d367-5cd0-4219-9767-3080db3b6b81', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f81d367-5cd0-4219-9767-3080db3b6b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2c f92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:10,939 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.047s 2023-07-19 17:26:10,940 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a6f42c-fa38-446c-8340-c5212ce8584a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a6f42c-fa38-446c-8340-c5212ce8584a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:12,005 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.052s 2023-07-19 17:26:12,005 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84c88b32-dff5-452b-be01-5e88356da1e9', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84c88b32-dff5-452b-be01-5e88356da1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:13,129 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.112s 2023-07-19 17:2 6:13,129 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db415744-cbfc-4a5b-937a-73a1acb7f6e2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db415744-cbfc-4a5b-937a-73a1acb7f6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:14,196 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.053s 2023-07-19 17:26:14,197 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c90d2493-df54-4cfc-a002-df7fcf286187', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c90d2493-df54-4cfc-a002-df7fcf286187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:15,250 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.040s 2023-07-19 17:26:15,250 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:15 GMT', 'server': 'Apache/2.4.52 (U buntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dde47b-26e5-493e-b9d3-331565434570', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dde47b-26e5-493e-b9d3-331565434570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:16,299 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.037s 2023-07-19 17:26:16,299 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:16 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-2b15beba-a2a8-46c3-8761-ee9694113d5a', 'x-openstack-request-id': 'req-2b15beba-a2a8-46c3-8761-ee9694113d5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 34624a3a-c32f-46bf-af23-7cbdc401053a could not be found."}}' 2023-07-19 17:26:16,736 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ecbc1107-05da-439d-8210-2b457866fa2f 0.436s 2023-07-19 17:26:16,737 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-be0cec0d-1914-4ac0-8953-d63fa82e467b', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ecbc1107-05da-439d-8210-2b457866fa2f'} Body: b'' 2023-07-19 17:26:16,792 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1942022503 0.054s 2023-07-19 17:26:16,792 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4161fe4b-a87b-47f1-ad33-c544742f447a', 'x-compute-request-id': 'req-4161fe4b-a87b-47f1-ad33-c544742f44 7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1942022503'} Body: b'' {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [5.552312s] ... ok {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [29.574117s] ... ok {10} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [3.747218s] ... 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-19 17:26:27,846 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.134s 2023-07-19 17:26:27,847 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:27 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-1671d860-698d-40f8-b493-985e5be5ed78', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "db60c957608642acbdb51348128d2af8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1270031184-project-member", "password_expires_at": null}, "audit_ids": ["0_dbxlrsS7ieWf93rlF9dw"], "expires_at": "2023-07-19T18:26:27.000000Z", "issued_at": "2023-07-19T17:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1270031184"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e3ed301fcc6a4f9fa693fc8f501ba45d", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e3ed301fcc6a4f9fa693fc8f501ba45d", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e3ed301fcc6a4f9fa693fc8f501ba45d", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:27,847 79224 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'c3af427d-544c-480d-a69e-4d3370ce9322', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1600971002-network', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e3ed30 1fcc6a4f9fa693fc8f501ba45d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12612, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:08Z', 'updated_at': '2023-07-19T17:26:08Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:27,848 79224 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:26:27,848 79224 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:26:28,160 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.306s 2023-07-19 17:26:28,160 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-842402757", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMEX7eCVic7TC3iJf3WvElHiY1F4ax1hc1hTvv9IjNk6WwoZM3aoF06K9Svf0ONuGItO92xMhml/8BLXZL0uyjUDJfLOc29uvYoKRA+yCJq9F8nHU9ZuFW5+7Yk3LvABnQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe58cdf4-071d-4fd9-b778-d4ca74699d5a', 'x-compute-request-id': 'req-fe58cdf4-071d-4fd9-b778-d4ca74699d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-842402757", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMEX7eCVic7TC3iJf3WvElHiY1F4ax1hc1hTvv9IjNk6WwoZM3aoF06K9Svf0ONuGItO92xMhml/8BLXZL0uyjUDJfLOc29uvYoKRA+yCJq9F8nHU9ZuFW5+7Yk3LvABnQ==", "fingerprint": "c5:dc:bf:8d:54:85:40:86:cf:a4:82:26:c5:f9:4d:75", "user_id": "db60c957608642acbdb51348128d2af8"}}' 2023-07-19 17:26:28,163 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-842402757 created 2023-07-19 17:26:28,449 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.285s 2023-07-19 17:26:28,449 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--556919777", "description": "tempest-description--1528929937"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-914a2a8a-8192-43c6-8112-46dc080bc5d5', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "name": "tempest-securitygroup--556919777", "stateful": true, "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "description": "tempest-description--1528929937", "shared": false, "security_group_rules": [{"id": "3183eae3-136b-404e-8f9f-3e0444cbbe0a", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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_i d": 983, "description": null, "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}, {"id": "7408f511-5cfc-47b8-ad21-57db7e0bc6f8", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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": 982, "description": null, "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 1, "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d"}}' 2023-07-19 17:26:28,657 79224 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-19 17:26:28,658 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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-596ee11f-140a-4ef4-ad9a-55ab5e39f72a', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "51c2b362-2743-471a-ae04-9ec6537df235", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}}' 2023-07-19 17:26:29,051 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.393s 2023-07-19 17:26:29,051 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c4b9fa2f-897c-4db3-bcc0-cec8f04af64c', 'date': 'Wed, 19 Jul 2023 17:26: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": "23b44987-c4e9-4a55-8b0f-109d3392bbcd", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}}' 2023-07-19 17:26:29,052 79224 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--556919777 created 2023-07-19 17:26:30,654 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.602s 2023-07-19 17:26:30,655 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e57efc6d-2ffd-4036-b050-0e769c8e2502', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "833b1fc4-b99b-4a48-a858-f6207dbeb80a", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "floating_ip_address": "172.24.4.109", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:26:30Z", "updated_at": "2023-07-19T17:26:30Z", "revision_number": 0}}' 2023-07-19 17:26:30,655 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '833b1fc4-b99b-4a48-a858-f6207dbeb80a', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:30Z', 'updated_at': '2023-07-19T17:26:30Z', 'revision_number': 0, 'ip': '172.24.4.109'} created 2023-07-19 17:26:30,656 79224 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-842402757', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMEX7eCVic7TC3iJf3WvElHiY1F4ax1hc1hTvv9IjNk6WwoZM3aoF06K9Svf0ONuGItO92xMhml/8BLXZL0uyjUDJfLOc29uvYoKRA+yCJq9F8nHU9ZuFW5+7Yk3LvABnQ==', 'fingerprint': 'c5:dc:bf:8d:54:85:40:86:cf:a4:82:26:c5:f9:4d:75', 'user_id': 'db60c957608642acbdb51348128d2af8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQGUvxDekwLk77QRuy3bIRskGCGs7J7Th/tbgyaDzgNPVgJ+x7Xsws\nvvGoHQa6kSegBwYFK4EEACKhZANiAATBF+3glYnO0wt4iX91rxJR4mNReGsdYXNY\nU77/SIzZOlsKGTN2qBdOivUr39DjbhiLTvdsTIZpf/AS12S9Lso1AyXyznNvbr2K\nCkQPsgiavRfJx1PWbhVufu2JNy7wAZ0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '149425cc-dd19-41f6-8f89-2aa81454aa93', 'name': 'tempest-securitygroup--556919777', 'stateful': True, 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'description': 'tempest-description--1528929937', 'shared': False, 'security_group_rules': [{'id': '3183eae3-136b-404e-8f9f-3e0444cbbe0a', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'security_group_id': '149425cc-dd19-41f6-8f89-2aa81454aa93', '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': 983, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 0}, {'id': '7408f511-5cfc-47b8-ad21-57db7e0bc6f8', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'security_group_id': '149425cc-dd19-41f6-8f89-2aa81454aa93', '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': 982, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at' : '2023-07-19T17:26:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1, 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d'}, 'floating_ip': {'id': '833b1fc4-b99b-4a48-a858-f6207dbeb80a', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:30Z', 'updated_at': '2023-07-19T17:26:30Z', 'revision_number': 0, 'ip': '172.24.4.109'}} 2023-07-19 17:26:30,678 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-19 17:26:30,678 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1513945184", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "c3af427d-544c-480d-a69e-4d3370ce9322"}], "security_groups": [{"name": "tempest-securitygroup--556919777"}], "key_name": "tempest-keypair-842402757", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-6d5e3cbc-bcd4-412c-8477-750033df3786', 'x-compute-request-id': 'req-6d5e3cbc-bcd4-412c-8477-750033df3786', 'connection': 'close', 'status': '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-19 17:26:30,719 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-842402757 0.038s 2023-07-19 17:26:30,719 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-417c3d1d-ecde-4b27-93a7-5dcc30d6599f', 'x-compute-request-id': 'req-417c3d1d-ecde-4b27-93a7-5dcc30d6599f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-842402757'} Body: b'' 2023-07-19 17:26:30,855 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93 0.135s 2023-07-19 17:26:30,855 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d5884769-ba06-4281-95cb-b3beec3dc93e', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93'} Body : b'' 2023-07-19 17:26:30,881 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93 0.025s 2023-07-19 17:26:30,881 79224 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-1f23c8f5-813a-438f-bd75-faf216b19a4c', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 149425cc-dd19-41f6-8f89-2aa81454aa93 does not exist", "detail": ""}}' 2023-07-19 17:26:31,451 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/833b1fc4-b99b-4a48-a858-f6207dbeb80a 0.569s 2023-07-19 17:26:31,451 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8d619c8c-935e-4ede-8226-107c1a0553d9', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/833b1fc4-b99b-4a48-a858-f6207dbeb80a'} Body: b'' {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [36.064505s] ... 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-19 17:25:57,767 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes 0.682s 2023-07-19 17:25:57,768 79222 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-1504320266", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b426aa-d6ba-4a6d-9972-f1717d4bb045', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b426aa-d6ba-4a6d-9972-f1717d4bb045', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:57.687435", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:25:57,827 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.047s 2023-07-19 17:25:57,827 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1725b907-ce01-4436-9ec7-d57a0bbc2aac', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1725b907-ce01-4436-9ec7-d57a0bbc2aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:25:58,960 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.119s 2023-07-19 17:25:58,960 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86bb992f-4934-4a96-a31d-68306df8ee27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86bb992f-4934-4a96-a31d-68306df8ee27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:00,046 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.069s 2023-07-19 17:26:00,047 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a0974c-9747-44a3-a131-4f499b51e7d2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a0974c-9747-44a3-a131-4f499b51e7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:01,117 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.049s 2023-07-19 17:26:01,117 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f1002a-7ff4-472c-b326-c39dd7156c6d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f1002a-7ff4-472c-b326-c39dd7156c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:02,191 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.062s 2023-07-19 17:26:02,254 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abe66bf-cc53-46d6-9977-726f8a34bd3a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abe66bf-cc53-46d6-9977-726f8a34bd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:03,321 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.053s 2023-07-19 17:26:03,321 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b2cef4-231e-4f1a-9338-2e9ec799b5c4', 'content-length': '916', 'openstack-ap i-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b2cef4-231e-4f1a-9338-2e9ec799b5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:04,390 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.056s 2023-07-19 17:26:04,390 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec321fd5-a8be-45cb-bc5b-de2d6cb6b060', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec321fd5-a8be-45cb-bc5b-de2d6cb6b060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:05,466 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.064s 2023-07-19 17:26:05,466 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a482490-c645-49c9-85ce-ef28c63c0941', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a482490-c645-49c9-85ce-ef28c63c0941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0 706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:26:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:05,485 79222 INFO [tempest.common.waiters] volume da935863-8ca0-4f9b-a215-8af49e4ff3c1 reached available after waiting for 8.485226 seconds 2023-07-19 17:26:06,037 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes 0.551s 2023-07-19 17:26:06,037 79222 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-504487799"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5558a58f-472c-4119-88e1-3d5b7ae3da19', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5558a58f-472c-4119-88e1-3d5b7ae3da19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:05.721132", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:06,097 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.043s 2023-07-19 17:26:06,124 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-r equest-id': 'req-ad325c30-189f-4f51-a793-94bac76063ab', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad325c30-189f-4f51-a793-94bac76063ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:07,188 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.051s 2023-07-19 17:26:07,188 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59c2bda-cd49-4b9f-9341-d50ef354af3d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59c2bda-cd49-4b9f-9341-d50ef354af3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:08,262 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.060s 2023-07-19 17:26:08,262 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33349db-e4de-4181-bfd9-789933987f9f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33349db-e4de-4181-bfd9-789933987f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": "2023-07-19T17:26:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:09,345 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.071s 2023-07-19 17:26:09,346 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa99764-7289-4641-a67d-56aaa7056fd7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa99764-7289-4641-a67d-56aaa7056fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": "2023-07-19T17:26:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:09,356 79222 INFO [tempest.common.waiters] volume a5576908-7407-4bac-8b12-2122c778b3d9 reached available after waiting for 3.356586 seconds 2023-07-19 17:26:09,697 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes 0.340s 2023-07-19 17:26:09,697 79222 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-605981010"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4497fc-883e-49fa-80d4-11a63fdb6e55', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f4497fc-883e-49fa-80d4-11a63fdb6e55', 'connection': 'close', 'statu s': '202', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:09.525994", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:09,757 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.049s 2023-07-19 17:26:09,757 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53461825-0d3f-4005-b4fa-180e9ebf487b', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53461825-0d3f-4005-b4fa-180e9ebf487b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:10,810 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.041s 2023-07-19 17:26:10,811 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2af89c8-972a-4214-80fb-250f81d23ad8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2af89c8-972a-4214-80fb-250f81d23ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": "2023-07-19T17:26:10.000000", "name": "te mpest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:11,958 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.125s 2023-07-19 17:26:11,958 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def80c5e-1e45-4bcf-8b18-070e43835487', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def80c5e-1e45-4bcf-8b18-070e43835487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": "2023-07-19T17:26:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:13,042 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.072s 2023-07-19 17:26:13,103 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a4f4e8-0889-48d0-b746-f2a4218956a7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a4f4e8-0889-48d0-b746-f2a4218956a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": "2023-07-19T17:26:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume /v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:13,114 79222 INFO [tempest.common.waiters] volume 6d975950-9ea7-4004-bb38-e057f84c9648 reached available after waiting for 4.114614 seconds 2023-07-19 17:26:14,396 79222 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.281s 2023-07-19 17:26:14,397 79222 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-466079971"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a91b0448-a904-4716-8bca-661529b57295', 'date': 'Wed, 19 Jul 2023 17:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","name":"tempest-device-tagging-net1-466079971","tenant_id":"0706705533f74a19aadea9a51713b378","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0706705533f74a19aadea9a51713b378","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-19T17:26:13Z","updated_at":"2023-07-19T17:26:13Z","revision_number":1}}' 2023-07-19 17:26:15,606 79222 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.208s 2023-07-19 17:26:15,606 79222 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-1819375487"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9123ffa4-16ba-4d32-9a5c-86640d9af10b', 'date': 'Wed, 19 Jul 2023 17:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"46df276e-771a-4d9d-9e3c-bca0e87597da","name":"tempest-device-tagging-net2-1819375487","tenant_id":"0706705533f74a19aadea9a51713b378","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0706705533f74a19aadea9a51713b378","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-19T17:26:14Z","updated_at":"2023-07-19T17:26:14Z","revision_number":1}}' 2023-07-19 17:26:18,484 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.877s 2023-07-19 17:26:18,484 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-bc060d04-fb5d-480b-bed0-ab4c8dd83bcf', 'date': 'Wed, 19 Jul 2023 17:26:18 GMT', 'connection': 'close', 'sta tus': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ba36ad45-9fc9-4bf7-81e0-f8112244f015","name":"","tenant_id":"0706705533f74a19aadea9a51713b378","network_id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","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-19T17:26:16Z","updated_at":"2023-07-19T17:26:16Z","revision_number":0,"project_id":"0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:20,901 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.416s 2023-07-19 17:26:20,901 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "46df276e-771a-4d9d-9e3c-bca0e87597da", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-29cb1417-d7bb-40a6-b04d-d477d0cfbf87', 'date': 'Wed, 19 Jul 2023 17:26:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8e9bef35-7e26-4efc-bdd0-ac762e93f5ad","name":"","tenant_id":"0706705533f74a19aadea9a51713b378","network_id":"46df276e-771a-4d9d-9e3c-bca0e87597da","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-19T17:26:18Z","updated_at":"2023-07-19T17:26:18Z","revision_number":0,"project_id":"0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:22,717 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.815s 2023-07-19 17:26:22,717 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "name": "tempest-TaggedBootDevicesTest_v242-570741535", "fixed_ips": [{"subnet_id": "ba36ad45-9fc9-4bf7-81e0-f8112244f015"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-78ffbff3-d935-4da4-8aea-e8937f285eef', 'date': 'Wed, 19 Jul 2023 17:26:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"4582e812-97ff-46d8-a136-f254bc13d7a7","name":"tempest-TaggedBootDevicesTest_v242-570741535","network_id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","tenant_id":"0706705533f74a19aadea9a51713b378","mac_address":"fa:16:3e:75:e4:d0","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"ba36ad45-9fc9-4bf7-81e0-f8112244f015","ip_address":"10.1.1.240"}],"project_id":"0706705533f74a19aadea9a51713b378","port_security_enabled":true,"security_groups":["68c00593-b459-4f6a-abab-63eaf041a91b"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:26:21Z","updated_at":"2023-07-19T17:26:21Z","revision_number":1}}' 2023-07-19 17:26:24,641 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.923s 2023-07-19 17:26:24,641 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "name": "tempest-TaggedBootDevicesTest_v242-516999934", "fixed_ips": [{"subnet_id": "ba36ad45-9fc9-4bf7-81e0-f8112244f015"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-701926b9-6626-41be-a0bc-185137b91477', 'date': 'Wed, 19 Jul 2023 17:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"37eadc19-8444-47db-9343-9e83513de184","name":"tempest-TaggedBootDevicesTest_v242-516999934","network_id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","tenant_id":"0706705533f74a19aadea9a51713b378","mac_address":"fa:16:3e:23:62:73","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"ba36ad45-9fc9-4bf7-81e0-f8112244f015","ip_address":"10.1.1.78"}],"project_id":"0706705533f74a19aadea9a51713b378","port_security_enabled":true,"security_groups":["68c00593-b459-4f6a-abab-63eaf041a91b"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:26:23Z","updated_at":"2023-07-19T17:26:23Z","revision_number":1}}' 2023-07-19 17:26:24,642 79222 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:26:24,642 79222 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:26:24,729 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.083s 2023-07-19 17:26:24,729 79222 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-865383923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV5spisoQKoxM0mx5f0lESKuaB3fUHNhNOYI0h5UM7jedZDBc/8/fbJBHg/eNjvO1O+FlENqbuEyQHAKGqZx4+Hr32Q0Y2BRa5UQxdS/7PkRRtHSrLMgShdHXPU5DqILw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c64d8750-2779-40ec-b2df-da3bfe4af2ff', 'x-compute-request-id': 'req-c64d8750-2779-40ec-b2df-da3bfe4af2ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-865383923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV5spisoQKoxM0mx5f0lESKuaB3fUHNhNOYI0h5UM7jedZDBc/8/fbJBHg/eNjvO1O+FlENqbuEyQHAKGqZx4+Hr32Q0Y2BRa5UQxdS/7PkRRtHSrLMgShdHXPU5DqILw==", "fingerprint": "78:2b:a1:5a:85:a8:a5:53:0c:4e:20:8d:f7:8d:4e:4a", "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a"}}' 2023-07-19 17:26:24,732 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-865383923 created 2023-07-19 17:26:25,538 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.805s 2023-07-19 17:26:25,538 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1343809913", "description": "tempest-description--1023672590"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-1236155d-d58e-44f4-88 98-cde6eb14837c', 'date': 'Wed, 19 Jul 2023 17:26:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "name": "tempest-securitygroup--1343809913", "stateful": true, "tenant_id": "0706705533f74a19aadea9a51713b378", "description": "tempest-description--1023672590", "shared": false, "security_group_rules": [{"id": "043ad9a6-402c-4bd5-9ddc-c566f7eade9a", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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": 964, "description": null, "tags": [], "created_at": "2023-07-19T17:26:25Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 0}, {"id": "8c31d572-14e1-48fe-a338-c3eec0020c92", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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": 963, "description": null, "tags": [], "created_at": "2023-07-19T17:26:25Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:26:24Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 1, "project_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:26,290 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.751s 2023-07-19 17:26:26,291 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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-1494b6c7-5e9a-4ce2-8bee-5e720240991d', 'date': 'Wed, 19 Jul 2023 17:26:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "19823edf-29d8-436b-a64c-687a4139a757", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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-19T17:26:25Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 0}}' 2023-07-19 17:26:27,336 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.044s 2023-07-19 17:26:27,337 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8dfa9134-887c-458c-90a9-5763b0eedbd7', 'date': 'Wed, 19 Jul 2023 17:26: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": "b48f702b-2290-46ee-8e42-27253930144a", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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-19T17:26:26Z", "updated_at": "2023-07-19T17:26:26Z", "revision_number": 0}}' 2023-07-19 17:26:27,337 79222 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1343809913 created 2023-07-19 17:26:28,510 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.172s 2023-07-19 17:26:28,510 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f9e3f621-3b45-42a1-b717-d679b32dddff', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "01849657-6058-49fe-9c8f-4f00526a706c", "tenant_id": "0706705533f74a19aadea9a51713b378", "floating_ip_address": "172.24.4.12", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0706705533f74a19aadea9a51713b378", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}}' 2023-07-19 17:26:28,511 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '01849657-6058-49fe-9c8f-4f00526a706c', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'floating_ip_address': '172.24.4.12', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0706705533f74a19aadea9a51713b378', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 0, 'ip': '172.24.4.12'} created 2023-07-19 17:26:28,610 79222 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-19 17:26:28,610 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:28 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-ac4c2e42-ec3f-4ec2-80fa-c1137d4cf445', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d83c8ae82294c16bf96ecb06ce0b64a", "name": "tempest-TaggedBootDevicesTest_v242-1455381984-project-member", "password_expires_at": null}, "audit_ids": ["YpglA2_VTMu75dB5LYeoZA"], "expires_at": "2023-07-19T18:26:28.000000Z", "issued_at": "2023-07-19T17:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0706705533f74a19aadea9a51713b378", "name": "tempest-TaggedBootDevicesTest_v2 42-1455381984"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:28,611 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e49b94cb-0690-42b6-9e7b-3bec989143ef', 'name': 'tempest-TaggedBootDevicesTest_v242-131582772-network', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0706705533f74a19aadea9a51713b378', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:25:31Z', 'updated_at': '2023-07-19T17:25:31Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:28,663 79222 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.046s 2023-07-19 17:26:28,663 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:28 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-604034c8-4997-416b-a28c-1e587ce1a7d5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d83c8 ae82294c16bf96ecb06ce0b64a", "name": "tempest-TaggedBootDevicesTest_v242-1455381984-project-member", "password_expires_at": null}, "audit_ids": ["axvzvvjmQDCRP8TvD1iaEA"], "expires_at": "2023-07-19T18:26:28.000000Z", "issued_at": "2023-07-19T17:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0706705533f74a19aadea9a51713b378", "name": "tempest-TaggedBootDevicesTest_v242-1455381984"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:28,664 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e49b94cb-0690-42b6-9e7b-3bec989143ef', 'name': 'tempest-TaggedBootDevicesTest_v242-131582772-network', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0706705533f74a19aadea9a51713b378', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:25:31Z', 'updated_at': '2023-07-19T17:25:31Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:28,664 79222 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-865383923', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV5spisoQKoxM0mx5f0lESKuaB3fUHNhNOYI0h5UM7jedZDBc/8/fbJBHg/eNjvO1O+FlENqbuEyQHAKGqZx4+Hr32Q0Y2BRa5UQxdS/7PkRRtHSrLMgShdHXPU5DqILw==', 'fingerprint': '78:2b:a1:5a:85:a8:a5:53:0c:4e:20:8d:f7:8d:4e:4a', 'user_id': '4d83c8ae 82294c16bf96ecb06ce0b64a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDAVt50wcLc7bcry2h0MpQ8S5PFgTDfczFz2a4Pic1wrg16LjtdX+nH\neC+Qa9wbuo+gBwYFK4EEACKhZANiAATFebKYrKECqMTNJseX9JREirmgd31BzYTT\nmCNIeVDO43nWQwXP/P32yQR4P3jY7ztTvhZRDam7hMkBwChqmcePh699kNGNgUWu\nVEMXUv+z5EUbR0qyzIEoXR1z1OQ6iC8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7', 'name': 'tempest-securitygroup--1343809913', 'stateful': True, 'tenant_id': '0706705533f74a19aadea9a51713b378', 'description': 'tempest-description--1023672590', 'shared': False, 'security_group_rules': [{'id': '043ad9a6-402c-4bd5-9ddc-c566f7eade9a', 'project_id': '0706705533f74a19aadea9a51713b378', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'security_group_id': 'a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7', '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': 964, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:25Z', 'updated_at': '2023-07-19T17:26:25Z', 'revision_number': 0}, {'id': '8c31d572-14e1-48fe-a338-c3eec0020c92', 'project_id': '0706705533f74a19aadea9a51713b378', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'security_group_id': 'a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7', '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': 963, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:25Z', 'updated_at': '2023-07-19T17:26:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:26:24Z', 'updated_at': '2023-07-19T17:26:25Z', 'revision_number': 1, 'project_id': '0706705533f74a19aadea9a51713b378'}, 'floating_ip': {'id': '01849657-6058-49fe-9c8f-4f00526a706c', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'floating_ip_address': '172.24.4.12', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0706705533f74a19aadea9a51713b378', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 0, 'ip': '172.24.4.12'}} 2023-07-19 17:26:28,697 79222 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.032s 2023-07-19 17:26:28,697 79222 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-1907847714", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e49b94cb-0690-42b6-9e7b-3bec989143ef"}, {"port": "4582e812-97ff-46d8-a136-f254bc13d7a7", "tag": "port-1"}, {"port": "37eadc19-8444-47db-9343-9e83513de184", "tag": "port-2"}, {"uuid": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "tag": "net-1"}, {"uuid": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b"}, {"uuid": "46df276e-771a-4d9d-9e3c-bca0e87597da", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "46df276e-771a-4d9d-9e3c-bca0e87597da", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "a5576908-7407-4bac-8b12-2122c778b3d9", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "6d975950-9ea7-4004-bb38-e057f84c9648", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1343809913"}], "key_name": "tempest- keypair-865383923", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:28 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-f95a8255-a05e-4815-9ac4-5c28604e6fc8', 'x-compute-request-id': 'req-f95a8255-a05e-4815-9ac4-5c28604e6fc8', 'connection': 'close', 'status': '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-19 17:26:28,733 79222 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-865383923 0.034s 2023-07-19 17:26:28,733 79222 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': 'Wed, 19 Jul 2023 17:26:28 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-8a768f3b-6d00-462f-aee5-fc807cd5cc18', 'x-compute-request-id': 'req-8a768f3b-6d00-462f-aee5-fc807cd5cc18', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-865383923'} Body: b'' 2023-07-19 17:26:28,930 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7 0.196s 2023-07-19 17:26:28,930 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-7f217619-362e-48a8-992d-93d86416c112', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7'} Body: b'' 2023-07-19 17:26:28,970 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7 0.039s 2023-07-19 17:26:28,970 79222 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-cbd17a67-cea1-471e-9cbe-7783c6b998c7', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7 does not exist", "detail": ""}}' 2023-07-19 17:26:29,466 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/01849657-6058-49fe-9c8f-4f00526a706c 0.495s 2023-07-19 17:26:29,467 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fda9fd1d-9619-4e68-b088-a2647c301e13 ', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/01849657-6058-49fe-9c8f-4f00526a706c'} Body: b'' 2023-07-19 17:26:29,927 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/37eadc19-8444-47db-9343-9e83513de184 0.459s 2023-07-19 17:26:29,927 79222 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-19285a80-d3a0-406f-bad0-416d78fb65cc', 'date': 'Wed, 19 Jul 2023 17:26:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/37eadc19-8444-47db-9343-9e83513de184'} Body: b'' 2023-07-19 17:26:30,340 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/4582e812-97ff-46d8-a136-f254bc13d7a7 0.412s 2023-07-19 17:26:30,340 79222 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-8866de02-c0f3-441d-a81d-6cc409dbb412', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/4582e812-97ff-46d8-a136-f254bc13d7a7'} Body: b'' 2023-07-19 17:26:31,120 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/8e9bef35-7e26-4efc-bdd0-ac762e93f5ad 0.779s 2023-07-19 17:26:31,121 79222 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-0db3b4fc-3525-4941-bc3d-6b94934f69e1', 'date': 'Wed, 19 Jul 2023 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/8e9bef35-7e26-4efc-bdd0-ac762e93f5ad'} Body: b'' 2023-07-19 17:26:31,483 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/ba36ad45-9fc9-4bf7-81e0-f8112244f015 0.362s 2023-07-19 17:26:31,483 79222 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-20201cea-7d64-4b7c-91e3-d5bfa7ee156c', 'date': 'Wed, 19 Jul 2023 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/ba36ad45-9fc9-4bf7-81e0-f8112244f015'} Body: b'' 2023-07-19 17:26:32,149 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/46df276e-771a-4d9d-9e3c-bca0e87597da 0.665s 2023-07-19 17:26:32,150 79222 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-90f28596-4374-4d8a-b14b-d13f401ed0de', 'date': 'Wed, 19 Jul 2023 17:26:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/46df276e-771a-4d9d-9e3c-bca0e87597da'} Body: b'' 2023-07-19 17:26:33,147 79222 INFO [tempest.lib.common.rest_client] Request (Tagge dBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/1526a14c-fc30-4a4e-a9a0-b849bcda5c1b 0.997s 2023-07-19 17:26:33,148 79222 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-4f15fd01-d87e-4e30-a242-853894ebf452', 'date': 'Wed, 19 Jul 2023 17:26:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/1526a14c-fc30-4a4e-a9a0-b849bcda5c1b'} Body: b'' {6} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {6} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {6} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [3.292970s] ... 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-19 17:26:36,081 79226 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-19 17:26:37,182 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 1.101s 2023-07-19 17:26:37,183 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--105206684", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-80216508-d214-43a1-950f-834c99375b33', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--105206684", "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": "2b1e7604581f4bf0a418404f16a4666d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "65f7ef71-03bf-4bb0-b42f-923ad1de1768", "created_at": "2023-07-19T17:26:37Z", "updated_at": "2023-07-19T17:26:37Z", "tags": [], "self": "/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768", "file": "/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:26:39,059 79226 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/65f7ef71-03bf-4bb0-b42f-923ad1de1768/file 1.875s 2023-07-19 17:26:39,059 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8addf8f0-3840-4701-b5af-e0a76186cfa1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768/file'} Body: b'' 2023-07-19 17:26:39,059 79226 DEBUG [tempest.scenario.manager] image:65f7ef71-03bf-4bb0-b42f-923ad1de1768 2023-07-19 17:26:39,146 79226 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.083s 2023-07-19 17:26:39,146 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1920701519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNbqtnuTJEaDsjxKKyp4kca0iAAdbzHRbk10kbNjPr80MTcGKdo8RLv39k73/PJtowwJYboI/+lqfCMQCJIXcgcRN8gc+Y3spXa/CEJex2a2gA86shVb9b38H1y18r+tzg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f6d4d68-32f1-4ed8-a704-873e003e59c5', 'x-compute-request-id': 'req-4f6d4d68-32f1-4ed8-a704-873e003e59c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1920701519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNbqtnuTJEaDsjxKKyp4kca0iAAdbzHRbk10kbNjPr80MTcGKdo8RLv39k73/PJtowwJYboI/+lqfCMQCJIXcgcRN8gc+Y3spXa/CEJex2a2gA86shVb9b38H1y18r+tzg==", "fingerprint": "ed:ee:b9:2a:17:5d:26:34:25:57:94:f2:2f:ce:ef:f5", "user_id": "9e59dcc29ac2471aa81f19cc8d3734ab"}}' 2023-07-19 17:26:39,215 79226 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.059s 2023-07-19 17:26:39,215 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-8b8745a4-b4bb-43c0-adf5-e427f75084c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9e59dcc29ac2471aa81f19cc8d3734ab", "name": "tempest-TestMinimumBasicScenario-512097773-project-member", "password_expires_at": null}, "audit_ids": ["j5TK1_UoToCwjF6hA_hPZQ"], "expires_at": "2023-07-19T18:26:39.000000Z", "issued_at": "2023-07-19T17:26:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b1e7604581f4bf0a418404f16a4666d", "name": "tempest-TestMinimumBasicScenario-512097773"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:39,216 79226 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '7eb819e3-d451-4f4c-99b1-105e8b6e4b11', 'name': 'tempest-TestMinimumBasicScenario-60020651-network', 'tenant_id': '2b1e7604581f4bf0a418404f16a4666d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b1e7604581f4bf0a418404f16a4666d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6209, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:15Z', 'updated_at': '2023-07-19T17:26:15Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:39,242 79226 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.024s 2023-07-19 17:26:39,242 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-773384418", "imageRef": "65f7ef71-03bf-4bb0-b42f-923ad1de1768", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1920701519", "networks": [{"uuid": "7eb819e3-d451-4f4c-99b1-105e8b6e4b11"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-cbfbf130-4e85-4ca3-9384-73e0fb1a00bb', 'x-compute-request-id': 'req-cbfbf130-4e85-4ca3-9384-73e0fb1a00bb', 'connection': 'close', 'status': '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-19 17:26:39,272 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1920701519 0.028s 2023-07-19 17:26:39,273 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-b374fa96-8ba0-4f4d-8973-da5ea2bdce64', 'x-compute-request-id': 'req-b374fa96-8ba0-4f4d-8973-da5ea2bdce64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1920701519'} Body: b'' 2023-07-19 17:26:39,371 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768 0.097s 2023-07-19 17:26:39,371 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f17b2caa-a0c6-4c3b-80b6-140ad2c44b63', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768'} Body: b'' {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [3.330889s] ... 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-19 17:26:39,376 79226 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-19 17:26:40,550 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 1.174s 2023-07-19 17:26:40,551 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1981859814", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-46fe2276-d0a9-448a-8763-d454d9fffc5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1981859814", "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": "2b1e7604581f4bf0a418404f16a4666d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a518c07d-7f0c-4cd8-bcb0-a73fc0e74407", "created_at": "2023-07-19T17:26:40Z", "updated_at": "2023-07-19T17:26:40Z", "tags": [], "self": "/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407", "file": "/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:26:42,285 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407/file 1.733s 2023-07-19 17:26:42,285 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c026a424-b6b3-4d86-ba73-0ce32859a932', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407/file'} Body: b'' 2023-07-19 17:26:42,285 79226 DEBUG [tempest.scenario.manager] image:a518c07d-7f0c-4cd8-bcb0-a73fc0e74407 2023-07-19 17:26:42,363 79226 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.075s 2023-07-19 17:26:42,364 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1137928540", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1uZjQ53H5Z1nCa2arDbfDmaGMzJR88u/7eESISZJrgaKnE7WjdlvmB677G/U++OC3iHjjNNNH/0WvjuJPF7xVhhEhl0O9hrF0nx4EPRuVfOUkAzOLnv9dX8XAty6CEgQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1e3cf21-2ee7-46b4-b97f-6d767ff8b1c0', 'x-compute-request-id': 'req-f1e3cf21-2ee7-46b4-b97f-6d767ff8b1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-113 7928540", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1uZjQ53H5Z1nCa2arDbfDmaGMzJR88u/7eESISZJrgaKnE7WjdlvmB677G/U++OC3iHjjNNNH/0WvjuJPF7xVhhEhl0O9hrF0nx4EPRuVfOUkAzOLnv9dX8XAty6CEgQ==", "fingerprint": "72:42:14:3e:8b:42:cc:90:1f:17:d2:3b:bc:ba:0d:d9", "user_id": "9e59dcc29ac2471aa81f19cc8d3734ab"}}' 2023-07-19 17:26:42,541 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.170s 2023-07-19 17:26:42,542 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 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-e1a0dd1b-53c7-4d13-8daf-1442ec931aec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9e59dcc29ac2471aa81f19cc8d3734ab", "name": "tempest-TestMinimumBasicScenario-512097773-project-member", "password_expires_at": null}, "audit_ids": ["2Her66hTRU-d4_rfwwpeiQ"], "expires_at": "2023-07-19T18:26:42.000000Z", "issued_at": "2023-07-19T17:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b1e7604581f4bf0a418404f16a4666d", "name": "tempest-TestMinimumBasicScenario-512097773"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:42,543 79226 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '7eb819e3-d451-4f4c-99b1-105e8b6e4b11', 'name': 'tempest-TestMinimumBasicScenario-60020651-network', 'tenant_id': '2b1e7604581f4bf0a418404f16a4666d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b1e7604581f4bf0a418404f16a4666d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6209, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:15Z', 'updated_at': '2023-07-19T17:26:15Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:42,574 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-19 17:26:42,574 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1641257092", "imageRef": "a518c07d-7f0c-4cd8-bcb0-a73fc0e74407", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1137928540", "networks": [{"uuid": "7eb819e3-d451-4f4c-99b1-105e8b6e4b11"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-6e758054-1404-48ff-bbd5-58f181d22ab7', 'x-compute-request-id': 'req-6e758054-1404-48ff-bbd5-58f181d22ab7', 'connection': 'close', 'status': '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-19 17:26:42,605 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1137928540 0.030s 2023-07-19 17:26:42,606 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1743324-11a8-49af-85ea-7344b6c2ff72', 'x-compute-request-id': 'req-f1743324-11a8-49af-85ea-7344b6c2ff72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1137928540'} Body: b'' 2023-07-19 17:26:42,705 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407 0.098s 2023-07-19 17:26:42,705 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c40b2411-22a2-43df-8d10-b6495822989e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407'} Body: b'' {2} 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`. {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [26.814707s] ... ok {9} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.036445s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.034409s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.026929s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [16.220571s] ... 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-19 17:26:48,121 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.173s 2023-07-19 17:26:48,121 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-330c283f-bfa4-40d3-991d-5e1f09256a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:26:48,622 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes 0.499s 2023-07-19 17:26:48,622 79206 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-430154964", "snapshot_id": null, "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e0c74e-24bd-4f30-b003-4fbe73d3f270', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e0c74e-24bd-4f30-b003-4fbe73d3f270', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:48.547240", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:48,701 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.068s 2023-07-19 17:26:48,701 79206 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6beb1400-536b-433e-ade6-48ed34f2fc8e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6beb1400-536b-433e-ade6-48ed34f2fc8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:49,779 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.065s 2023-07-19 17:26:49,779 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26096df9-ec5b-49ec-95d8-9e213f7324c3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26096df9-ec5b-49ec-95d8-9e213f7324c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:50,854 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.063s 2023-07-19 17:26:50,855 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:50 GMT', 'server': 'Apache/2. 4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb5ba5a-0058-461d-8de9-5d35e57db962', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb5ba5a-0058-461d-8de9-5d35e57db962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:51,919 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.042s 2023-07-19 17:26:51,919 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e512dd2f-0b66-443e-afba-ef1e4e307cd8', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e512dd2f-0b66-443e-afba-ef1e4e307cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:51,931 79206 INFO [tempest.common.waiters] volume 4065ba43-cfee-4b49-9a94-2732c6a87782 reached available after waiting for 3.930996 seconds 2023-07-19 17:26:51,983 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 2 00 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.052s 2023-07-19 17:26:51,984 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a588d2c-8fad-4295-8eb1-8f1f49180f95', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a588d2c-8fad-4295-8eb1-8f1f49180f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:52,173 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots 0.176s 2023-07-19 17:26:52,173 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "metadata": null}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c38ef40a-7142-4691-b468-a285922a94d2', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c38ef40a-7142-4691-b468-a285922a94d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.116712", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-19 17:26:52,200 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.023s 2023-07-19 17:26:52,200 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305624a1-1c6d-4dc3-8d1b-40cb1ae13360', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305624a1-1c6d-4dc3-8d1b-40cb1ae13360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:53,272 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.067s 2023-07-19 17:26:53,273 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86486273-3129-4d00-8ae6-23ca9dd894a7', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86486273-3129-4d00-8ae6-23ca9dd894a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:54,327 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.050s 2023-07-19 17:26:54,328 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-878c4273-0a2b-4c5e-b438-311cf0c83acc', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-878c4273-0a2b-4c5e-b438-311cf0c83acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:55,371 79206 INFO [tempest.lib.common.rest_cli ent] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.038s 2023-07-19 17:26:55,372 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b259d75e-6904-454c-a834-5b0170d45ae1', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b259d75e-6904-454c-a834-5b0170d45ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:56,402 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.025s 2023-07-19 17:26:56,402 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2d3f0f-dfaf-4609-9644-b71b98c2a2f1', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2d3f0f-dfaf-4609-9644-b71b98c2a2f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:55.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:56,406 79206 INFO [tempest.common.waiters] snapshot 4031ea91-bd02-4257-aa5d-ed444f1b78ae reached available after waiting for 4.406320 seconds 2023-07-19 17:26:56,431 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.025s 2023-07-19 17:26:56,432 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841558b7-79d7-45bc-a69e-d89ea1b73cac', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841558b7-79d7-45bc-a69e-d89ea1b73cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:55.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:56,607 79206 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.167s 2023-07-19 17:26:56,607 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-264fee43-a4f5-41d3-b5fc-42beec5ffccb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71ccf2e228440c5b8e8524ded2493f9", "name": "tempest-TestVolumeBootPattern-153051111-project-member", "password_expires_at": null}, "audit_ids": ["cX32fG-4Sqe6wNmWWvzz4A"], "expires_at": "2023-07-19T18:26:56.000000Z", "issued_at": "2023-07-19T17:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a886d05c1366494dbe2f7a5835643d3c", "name": "tempest-TestVolumeBootPattern-153051111"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-0 7-19 17:26:56,608 79206 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '2fc0a922-cca5-43d5-8972-99dcdcf11fae', 'name': 'tempest-TestVolumeBootPattern-817259085-network', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54933, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:56,644 79206 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.035s 2023-07-19 17:26:56,645 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-336224728", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "2fc0a922-cca5-43d5-8972-99dcdcf11fae"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-4a8def54-5bb5-4903-a845-22b71fd12dd1', 'x-compute-request-id': 'req-4a8def54-5bb5-4903-a845-22b71fd12dd1', 'connection': 'close', 'status': '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-19 17:26:56,707 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.061s 2023-07-19 17:26:56,707 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 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-a81c97f8-4ab4-4816-a587-6b0a07372f78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'' 2023-07-19 17:26:56,738 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.031s 2023-07-19 17:26:56,739 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fbc8ae-1cb3-44f9-aa5f-3d6026c5868e', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fbc8ae-1cb3-44f9-aa5f-3d6026c5868e', 'connection': 'close', 'status': ' 200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:57,773 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.029s 2023-07-19 17:26:57,773 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b75f9ea-f0a3-46c0-b60c-e3d10cdf0c48', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b75f9ea-f0a3-46c0-b60c-e3d10cdf0c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:58,818 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.040s 2023-07-19 17:26:58,819 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf27ead-b52e-4b20-b18a-7074a366dfd0', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf27ead-b52e-4b20-b18a-7074a366dfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:59,853 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.028s 2023-07-19 17:26:59,853 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:59 GMT', 'server': 'A pache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f72c1b8-f2ab-4516-90b2-1e4781fc6812', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f72c1b8-f2ab-4516-90b2-1e4781fc6812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:00,880 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.018s 2023-07-19 17:27:00,880 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:00 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-08fb3c2d-b662-4a66-9df3-660a2b81075e', 'x-openstack-request-id': 'req-08fb3c2d-b662-4a66-9df3-660a2b81075e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 4031ea91-bd02-4257-aa5d-ed444f1b78ae could not be found."}}' 2023-07-19 17:27:00,947 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.066s 2023-07-19 17:27:00,948 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:00 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-72161dd0-3f41-4978-b066-c58b358b6e0a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'' 2023-07-19 17:27:00,989 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.041s 2023-07-19 17:27:00,990 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-054e7fc2-1336-4226-9810-677701265ded', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-054e7fc2-1336-4226-9810-677701265ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "delet ing", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:27:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:02,062 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.060s 2023-07-19 17:27:02,062 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2094b8d-4708-48ee-a510-ecd9be2e737c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2094b8d-4708-48ee-a510-ecd9be2e737c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:27:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:03,130 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.049s 2023-07-19 17:27:03,131 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79cf33b-ec01-4242-abb2-e8182f713c12', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d79cf33b-ec01-4242-abb2-e8182f713c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:27:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:04,167 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.025s 2023-07-19 17:27:04,167 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 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-8d0cbb49-e3d8-43dc-95cf-500d272bf762', 'x-openstack-request-id': 'req-8d0cbb49-e3d8-43dc-95cf-500d272bf762', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4065ba43-cfee-4b49-9a94-2732c6a87782 could not be found."}}' {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [7.169014s] ... ok {9} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.021867s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.219020s] ... ok {2} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [5.911138s] ... 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-19 17:27:07,682 79208 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:07,682 79208 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:07,905 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.218s 2023-07-19 17:27:07,905 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-527672065", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMsHzC6sJ/DDwZXgTxXVGKCzuw1ITyY2Eh0EkesAEDfmbhXn6/0wIUu1XMEDJ2fR+FAnPGMRam4DdL2G7B3yYqvgVlzh8FteXE7bwd97RXhe5GyCf1lGdgCgWrqq0ZmBtQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1063e2cc-65bb-4398-bd93-83d70bf4b8ac', 'x-compute-request-id': 'req-1063e2cc-65bb-4398-bd93-83d70bf4b8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-527672065", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMsHzC6sJ/DDwZXgTxXVGKCzuw1ITyY2Eh0EkesAEDfmbhXn6/0wIUu1XMEDJ2fR+FAnPGMRam4DdL2G7B3yYqvgVlzh8FteXE7bwd97RXhe5GyCf1lGdgCgWrqq0ZmBtQ==", "fingerprint": "69:46:da:c8:69:fa:1b:7f:4e:f4:c2:0d:59:4f:a4:7a", "user_id": "2054c8f645ec441fbe03148e437a20ef"}}' 2023-07-19 17:27:07,909 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-527672065 created 2023-07-19 17:27:08,093 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-07-19 17:27:08,093 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1400933942", "description": "tempest-description--1112726871"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-f0e68e73-3a3f-4054-9e47-4e82457fdd11', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "name": "tempest-securitygroup--1400933942", "stateful": true, "tenant_id": "26e637ede5da4455a96799437c8c18c2", "description": "tempest-description--1112726871", "shared": false, "security_group_rules": [{"id": "9c4b381e-c138-4bb5-b882-4220c355c135", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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": 1105, "description": null, "tags": [], "created_at": "2023-07-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}, {"id": "a42e461d-d93e-4787-a559-b9657b9a3465", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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": 1104, "description": null, "tags": [], "created_at": "2023-07-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 1, "project_id": "26e637ede5da4455a96799437c8c18c2"}}' 2023-07-19 17:27:08,283 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-07-19 17:27:08,283 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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-81b42b8a-f047-47c6-a0a4-51ccc7bbac96', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8797aee5-08b0-4c92-8fa9-987b56f6396d", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,446 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.162s 2023-07-19 17:27:08,447 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-affca8f1-6cdf-451b-9114-766f0ee60b32', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b718c35-9063-4253-89b0-87a61a1b2cd7", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,447 79208 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1400933942 created 2023-07-19 17:27:09,847 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.400s 2023-07-19 17:27:09,847 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bcfadb30-77f0-4e33-8ab6-567ade2be4bf', 'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6a1281b9-2424-4a7c-8012-1dacd2dbdf8d", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "floating_ip_address": "172.24.4.233", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26e637ede5da4455a96799437c8c18c2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}}' 2023-07-19 17:27:09,848 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6a1281b9-2424-4a7c-8012-1dacd2dbdf8d', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0, 'ip': '172.24.4.233'} created 2023-07-19 17:27:10,021 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.173s 2023-07-19 17:27:10,021 79208 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-2028077305", "description": "tempest-secgroup-smoke-2028077305 description", "project_id": "26e637ede5da4455a96799437c8c18c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-9d8f295f-a9e4-4053-9984-c7835c84cb6b', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "name": "tempest-secgroup-smoke-2028077305", "stateful": true, "tenant_id": "26e637ede5da4455a96799437c8c18c2", "description": "tempest-secgroup-smoke-2028077305 description", "shared": false, "security_group_rules": [{"id": "4c72e9b4-b69f-4be7-bcf0-09dfadb3c81b", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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": 1124, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}, {"id": "537de962-65e4-439b-86ef-9e978d6365d2", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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": 1125, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 1, "project_id": "26e637ede5da4455a96799437c8c18c2"}}' 2023-07-19 17:27:10,342 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networ king/v2.0/security-group-rules 0.320s 2023-07-19 17:27:10,343 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "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-3f673fcd-80a3-4cd9-b70f-6cd8cb84109c', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50839853-b7e4-4840-ac08-4c5ff02c93b2", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:10,799 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.455s 2023-07-19 17:27:10,799 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "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-64212559-994b-410b-a62a-a5da01ef7356', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6eb7a21d-41e9-43e8-bf2c-e88ee3f48c86", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:11,506 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.706s 2023-07-19 17:27:11,506 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-77036f29-e930-4574-b11b-2daaeb07c71b', 'date': 'Wed, 19 Jul 2023 17:27:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e11f0fac-e3ef-44e3-8b51-37642bb66545", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:12,015 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.507s 2023-07-19 17:27:12,015 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c95f5af1-4ce3-4226-9254-ee1f575356a3', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7dccb7e5-de22-40f3-961d-ba4279fb0cbe", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:11Z", "updated_at": "2023-07-19T17:27:11Z", "revision_number": 0}}' 2023-07-19 17:27:12,275 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.259s 2023-07-19 17:27:12,275 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e0d3202c-000e-4aff-a295-a110cd3b5433', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9a6c1c7-fc19-431e-ab63-60beff88c623", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,576 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.300s 2023-07-19 17:27:12,576 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5a215659-6fc8-4fca-9edd-bd34c2a2160b', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'conten t-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef7c8526-052b-4d0e-b242-1ca77eb443ae", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,677 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-07-19 17:27:12,677 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:12 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-b3228491-1309-45c1-82cb-c2c10b3fd457', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2054c8f645ec441fbe03148e437a20ef", "name": "tempest-SnapshotDataIntegrityTests-159180265-project-member", "password_expires_at": null}, "audit_ids": ["O-ArtA3FRYCwyPLOElc7pQ"], "expires_at": "2023-07-19T18:27:12.000000Z", "issued_at": "2023-07-19T17:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26e637ede5da4455a96799437c8c18c2", "name": "tempest-SnapshotDataIntegrityTests-159180265"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26e637ede5da4455a96799437c8c18c2", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26e637ede5da4455a96799437c8c18c2", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26e637ede5da4455a96799437c8c18c2", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface ": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:12,678 79208 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '70c7bf9c-0999-4ff5-9671-17b75622272e', 'name': 'tempest-SnapshotDataIntegrityTests-173595900-network', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26e637ede5da4455a96799437c8c18c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56268, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:48Z', 'updated_at': '2023-07-19T17:26:48Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:12,679 79208 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-527672065', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMsHzC6sJ/DDwZXgTxXVGKCzuw1ITyY2Eh0EkesAEDfmbhXn6/0wIUu1XMEDJ2fR+FAnPGMRam4DdL2G7B3yYqvgVlzh8FteXE7bwd97RXhe5GyCf1lGdgCgWrqq0ZmBtQ==', 'fingerprint': '69:46:da:c8:69:fa:1b:7f:4e:f4:c2:0d:59:4f:a4:7a', 'user_id': '2054c8f645ec441fbe03148e437a20ef', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC6jJfuoVuaNuHenfH4nCTyID28UPYcrgTZ0PEGMuu5Iu8ZLqsH21p+\nz/KgXZAgWzagBwYFK4EEACKhZANiAATLB8wurCfww8GV4E8V1Rigs7sNSE8mNhId\nBJHrABA35m4V5+v9MCFLtVzBAydn0fhQJzxjEWpuA3S9huwd8mKr4FZc4fBbXlxO\n28Hfe0V4XuRsgn9ZRnYAoFq6qtGZgbU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3', 'name': 'tempest-securitygroup--1400933942', 'stateful': True, 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'description': 'tempest-description--1112726871', 'shared': False, 'security_group_rules': [{'id': '9c4b381e-c138-4bb5-b882-4220c355c135', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'security_group_id': 'dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3', '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': 1105, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:08Z', 'updated_at': '2023-07-19T17:27:08Z', 'revision_number': 0}, {'id': 'a42e461d-d93e-4787-a559-b9657b9a3465', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'security_group_id': 'dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3', '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': 1104, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:07Z', 'updated_at': '2023-07-19T17:27:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:07Z', 'updated_at': '2023-07-19T17:27:07Z', 'revision_number': 1, 'project_id': '26e637ede5da4455a96799437c8c18c2'}, 'floating_ip': {'id': '6a1281b9-2424-4a7c-8012-1dacd2dbdf8d', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0, 'ip': '172.24.4.233'}} 2023-07-19 17:27:12,705 79208 INFO [tempest.lib.co mmon.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.025s 2023-07-19 17:27:12,705 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-413538685", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "key_name": "tempest-keypair-527672065", "security_groups": [{"name": "tempest-secgroup-smoke-2028077305"}, {"name": "tempest-securitygroup--1400933942"}], "networks": [{"uuid": "70c7bf9c-0999-4ff5-9671-17b75622272e"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-7ce189d1-bce7-474e-a542-d875bc124534', 'x-compute-request-id': 'req-7ce189d1-bce7-474e-a542-d875bc124534', 'connection': 'close', 'status': '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-19 17:27:12,918 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a880df8f-df9e-4f45-8bb1-a7e03e23dd16 0.211s 2023-07-19 17:27:12,918 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-56b18015-a366-42c5-ad85-5254ef537471', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a880df8f-df9e-4f45-8bb1-a7e03e23dd16'} Body: b'' 2023-07-19 17:27:12,961 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527672065 0.042s 2023-07-19 17:27:12,962 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-197ec623-b6da-45e5-8858-b3cb978c7602', 'x-compute-request-id': 'req-197ec623-b6da-45e5-8858-b3cb978c7602', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527672065'} Body: b'' 2023-07-19 17:27:13,106 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3 0.143s 2023-07-19 17:27:13,106 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5555ef32-bcfd-441a-8e15-4cf4bb57aeeb', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3'} Body: b'' 2023-07-19 17:27:13,127 79208 INFO [tem pest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3 0.020s 2023-07-19 17:27:13,128 79208 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-a3badf34-0548-4e95-a40f-c273664bd20c', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3 does not exist", "detail": ""}}' 2023-07-19 17:27:13,590 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6a1281b9-2424-4a7c-8012-1dacd2dbdf8d 0.462s 2023-07-19 17:27:13,590 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8089ea77-f371-44a6-aabd-7ef253540232', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6a1281b9-2424-4a7c-8012-1dacd2dbdf8d'} Body: b'' {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [16.655462s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.269765s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.022054s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.156369s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.023425s] ... ok {10} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [7.448790s] ... 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-19 17:27:06,955 79224 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.387s 2023-07-19 17:27:06,956 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-440004382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJGT0fWbrfdUWDXP5qiorDvqzwpWRT1zKOOEh5rxT/eLTs5vyid1jepTXvByEZhOBiJNGHwkuClp2N2lKVLL0cx0+zkukH8YWCI3qzGw6hiGK9QdbSJdVnzJ0yLWd0SItA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a6cb2b9-5dc1-4724-84fa-02e274f1473e', 'x-compute-request-id': 'req-6a6cb2b9-5dc1-4724-84fa-02e274f1473e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-440004382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJGT0fWbrfdUWDXP5qiorDvqzwpWRT1zKOOEh5rxT/eLTs5vyid1jepTXvByEZhOBiJNGHwkuClp2N2lKVLL0cx0+zkukH8YWCI3qzGw6hiGK9QdbSJdVnzJ0yLWd0SItA==", "fingerprint": "20:b9:6e:62:5c:67:40:c0:32:74:0d:fa:11:76:2c:b1", "user_id": "51c1551d58434556bb1e316b5d9ec3dc"}}' 2023-07-19 17:27:07,573 79224 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.612s 2023-07-19 17:27:07,574 79224 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-968611455", "description": "tempest-secgroup-smoke-968611455 description", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-752fdefc-c4cf-4e6e-a496-d2d20e045a9a', 'date': 'Wed, 19 Jul 2023 17:27:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "name": "tempest-secgroup-smoke-968611455", "stateful": true, "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "description": "tempest-secgroup-smoke-968611455 description", "shared": false, "security_group_rules": [{"id": "8670e098-068d-4034-81e4-0ee462775231", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}, {"id": "efa1bb7e-7ec1-42b4-8342-432c88f507fa", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:07Z", "updated_at": "2023-07-19T17:27:0 7Z", "revision_number": 1, "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:07,811 79224 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.237s 2023-07-19 17:27:07,812 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "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-521aadcf-03bd-4ccf-947a-4c3939af9b03', 'date': 'Wed, 19 Jul 2023 17:27: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": "ca3bdcc0-044c-40c1-997a-5c5e35fbca0e", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}}' 2023-07-19 17:27:07,990 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.178s 2023-07-19 17:27:07,991 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "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-d99d07cf-2cd6-4846-9dea-2287f7c33604', 'date': 'Wed, 19 Jul 2023 17:27: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": "6980ff3e-c54c-4fe6-924d-799f5b9d2f13", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}}' 2023-07-19 17:27:08,185 79224 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.193s 2023-07-19 17:27:08,185 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8393e308-36af-4f0c-ad84-9d2a365728e1', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"secu rity_group_rule": {"id": "84c8801f-607a-4aff-85c7-ebcfa3882384", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,351 79224 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.166s 2023-07-19 17:27:08,352 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b749acfb-2fd9-4e75-89b6-04a77219f502', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2267d25-2d54-4273-9af6-7b3bf6bfc92a", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,531 79224 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.179s 2023-07-19 17:27:08,532 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0efbc0a8-a486-4beb-a2de-f3ac2a44d95a', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2f360c33-7dbe-4e8e-87d0-501921b09916", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,826 79224 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.293s 2023-07-19 17:27:08,826 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-7b36335d-8907-4da9-a75f-7a23fea20423', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c0024546-1bd6-4a1e-b34c-ab508433b9fd", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,960 79224 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.127s 2023-07-19 17:27:08,961 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:08 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-1d88dced-b1b6-490b-92f6-510d38ab2acf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "51c1551d58434556bb1e316b5d9ec3dc", "name": "tempest-TestShelveInstance-807239856-project-member", "password_expires_at": null}, "audit_ids": ["dAmAc6iLRcaekVavt2Ez_g"], "expires_at": "2023-07-19T18:27:08.000000Z", "issued_at": "2023-07-19T17:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c37fd955b348e1a6be1e5bf8fdcf68", "name": "tempest-TestShelveInstance-807239856"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/18c37fd955b348e1a6be1e5bf8fdcf68", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_lega cy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:08,962 79224 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '06401782-3446-404a-af11-abfb229a612d', 'name': 'tempest-TestShelveInstance-1167038132-network', 'tenant_id': '18c37fd955b348e1a6be1e5bf8fdcf68', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '18c37fd955b348e1a6be1e5bf8fdcf68', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65100, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:44Z', 'updated_at': '2023-07-19T17:26:44Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:09,408 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes 0.444s 2023-07-19 17:27:09,408 79224 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-1677114821", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3612cd7e-91ab-4458-9df3-742f6d202734', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3612cd7e-91ab-4458-9df3-742f6d202734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.332460", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:09,470 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.052s 2023-07-19 17:27:09,471 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ff816d-f26e-4497-ad7d-4cf5d9ca3ee2', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-a8ff816d-f26e-4497-ad7d-4cf5d9ca3ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:10,541 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.059s 2023-07-19 17:27:10,542 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a02c1e-7b7f-445f-955a-33ade77ecccb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a02c1e-7b7f-445f-955a-33ade77ecccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:09.000000", "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:11,628 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.070s 2023-07-19 17:27:11,628 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6522fc-e38b-44f0-aa9e-450834d38c7d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6522fc-e38b-44f0-aa9e-450834d38c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:09.000000", "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:12,698 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.058s 2023-07-19 17:27:12,699 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b505414-5bb9-405a-9497-131777473aa8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b505414-5bb9-405a-9497-131777473aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:09.000000", "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:13,752 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.042s 2023-07-19 17:27:13,752 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a3b8e7-027d-4300-8d36-a847c30bd2c1', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a3b8e7-027d-4300-8d36-a847c30bd2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:13.000000", "name": "tempest-tempest .common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:13,763 79224 INFO [tempest.common.waiters] volume f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea reached available after waiting for 4.763725 seconds 2023-07-19 17:27:13,797 79224 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.033s 2023-07-19 17:27:13,797 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-813591706", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-440004382", "security_groups": [{"name": "tempest-secgroup-smoke-968611455"}], "networks": [{"uuid": "06401782-3446-404a-af11-abfb229a612d"}], "block_device_mapping_v2": [{"uuid": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 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-430b4325-da12-4ae8-9a40-662c46629ab4', 'x-compute-request-id': 'req-430b4325-da12-4ae8-9a40-662c46629ab4', 'connection': 'close', 'status': '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-19 17:27:13,971 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cebee3fb-a313-4438-b879-fa3eebe00a7b 0.172s 2023-07-19 17:27:13,972 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-19ab6143-1895-48d2-a8fd-cd2362b2e6ba', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cebee3fb-a313-4438-b879-fa3eebe00a7b'} Body: b'' 2023-07-19 17:27:14,011 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-440004382 0.039s 2023-07-19 17:27:14,012 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '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-cf959343-18d3-4816-ace1-59e1743ba4e7', 'x-compute-request-id': 'req-cf959343-18d3-4816-ace1-59e1743ba4e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-440004382'} Body: b'' {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.020808s] ... ok {11} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [3.185431s] ... 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-19 17:27:11,978 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.097s 2023-07-19 17:27:11,979 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2839', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e0a28bf4-d08e-49e2-be38-ffcd4c3d86f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "97737294f6e44fd18980cb6160a10efe", "name": "tempest-TestServerVolumeAttachmentScenario-570563023-project-member", "password_expires_at": null}, "audit_ids": ["uLQbKPG5SimTZySkat9vaA"], "expires_at": "2023-07-19T18:27:11.000000Z", "issued_at": "2023-07-19T17:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42b5a773b47c441ea45cbe14a196cf26", "name": "tempest-TestServerVolumeAttachmentScenario-570563023"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/42b5a773b47c441ea45cbe14a196cf26", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/42b5a773b47c441ea45cbe14a196cf26", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/42b5a773b47c441ea45cbe14a196cf26", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:11,979 79226 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '2041ae28-7bdf-45a8-8a99-f16e2cc78c46', 'name': 'tempest-TestServerVolumeAttachmentScenario-783136687-network', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'por t_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17550, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:55Z', 'updated_at': '2023-07-19T17:26:55Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:11,980 79226 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:11,980 79226 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:12,206 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.223s 2023-07-19 17:27:12,207 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1627705641", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxk9hrSQnUq0CUTxxzSKHmeUNhtvBiVhNHCQo6xefZacn3d0RNk6ad9IUmc9MQEMMuSRvOWM7fVOxsV3F7HRj75ZX2Dh8ZLKTO2yHZdJ51D/KwOtMVSMJHwxKL0swwduQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:11 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-5dfee2d8-0c0e-4d43-883f-85980be549a9', 'x-compute-request-id': 'req-5dfee2d8-0c0e-4d43-883f-85980be549a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1627705641", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxk9hrSQnUq0CUTxxzSKHmeUNhtvBiVhNHCQo6xefZacn3d0RNk6ad9IUmc9MQEMMuSRvOWM7fVOxsV3F7HRj75ZX2Dh8ZLKTO2yHZdJ51D/KwOtMVSMJHwxKL0swwduQ==", "fingerprint": "f3:53:a0:b2:a3:f0:89:d7:d4:28:79:30:3e:94:2a:90", "user_id": "97737294f6e44fd18980cb6160a10efe"}}' 2023-07-19 17:27:12,212 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1627705641 created 2023-07-19 17:27:12,405 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.192s 2023-07-19 17:27:12,406 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--823225073", "description": "tempest-description--1849607235"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-2fe80f40-1796-44f6-8cd9-b8cfbf65023e', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7265f202-e16c-4651-a548-ee262cfce6e9", "name": "tempest-securitygroup--823225073", "stateful": true, "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "description": "tempest-description--1849607235", "shared": false, "security_group_rules": [{"id": "6344fd8d-a524-4cc9-af6e-9c08c36bc461", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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": 1142, "description": null, "tags": [], "created_at": "2023-07-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}, {"id": "e70cc435-be56-4689-b530-29eb93338bc4", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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": 1141, "description": null, "tags": [], "created_at": "2023-07-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 1, "project_id": "42b5a773b47c441ea45cbe14a196cf26"}}' 2023-07-19 17:27:12,698 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.291s 2023-07-19 17:27:12,698 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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-746b0022-a95b-46ac-b45f-2fcfce6bc511', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5516269e-69f7-4d08-b072-3ccdb191dbf7", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,905 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-19 17:27:12,905 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-eccf9dac-2252-4889-bfd4-4f2f83c9d495', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "125adbec-048c-4f15-b641-35c6f67885a7", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,905 79226 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--823225073 created 2023-07-19 17:27:13,819 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture: setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.913s 2023-07-19 17:27:13,819 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3ef7c5f6-b7bc-43af-9f28-5b41dc344e1b', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "255ecf26-025d-412e-9129-7be3e272db01", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "floating_ip_address": "172.24.4.112", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:13Z", "updated_at": "2023-07-19T17:27:13Z", "revision_number": 0}}' 2023-07-19 17:27:13,820 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '255ecf26-025d-412e-9129-7be3e272db01', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'floating_ip_address': '172.24.4.112', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:13Z', 'updated_at': '2023-07-19T17:27:13Z', 'revision_number': 0, 'ip': '172.24.4.112'} created 2023-07-19 17:27:13,820 79226 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1627705641', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxk9hrSQnUq0CUTxxzSKHmeUNhtvBiVhNHCQo6xefZacn3d0RNk6ad9IUmc9MQEMMuSRvOWM7fVOxsV3F7HRj75ZX2Dh8ZLKTO2yHZdJ51D/KwOtMVSMJHwxKL0swwduQ==', 'fingerprint': 'f3:53:a0:b2:a3:f0:89:d7:d4:28:79:30:3e:94:2a:90', 'user_id': '97737294f6e44fd18980cb6160a10efe', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAMzZmnagxrJi/CewRd29bSRSLht7UVm94USyfN3joFMQHX5mrFsKtg\n54QYCF3iTZqgBwYFK4EEACKhZANiAASMZPYa0kJ1KtAlE8cc0ih5nlDYbbwYlYTR\nwkKOsXn2WnJ93dETZOmnfSFJnPTEBDDLkkbzljO31TsbFdxex0Y++WV9g4fGSykz\ntsh2XSedQ/ysDrTFUjCR8MSi9LMMHbk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7265f202-e16c-4651-a548-ee262cfce6e9', 'name': 'tempest-securitygroup--823225073', 'stateful': True, 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'description': 'tempest-description--1849607235', 'shared': False, 'security_group_rules': [{'id': '6344fd8d-a524-4cc9-af6e-9c08c36bc461', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'security_group_id': '7265f202-e16c-4651-a548-ee262cfce6e9', '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': 1142, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:12Z', 'updated_at': '2023-07-19T17:27:12Z', 'revision_number': 0}, {'id': 'e70cc435-be56-4689-b530-29eb93338bc4', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'security_group_id': '7265f202-e16c-4651-a548-ee262cfce6e9', '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': 1141, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:12Z', 'updated_at': '2023-07-19T17:27:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:12Z', 'updated_at': '2023-07-19T17:27:12Z', 'revision_number': 1, 'project_id': '42b5a773b47c441ea45cbe14a196cf26'}, 'floating_ip': {'id': '255ecf26-025d-412e-9129-7be3e272db01', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'floating_ip_address': '172.24.4.112', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:13Z', 'updated_at': '2023-07-19T17:27:13Z', 'revision_number': 0, 'ip': '172.24.4.112'}} 2023-07-19 17:27:13,852 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.031s 2023-07-19 17:27:13,853 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-139592993", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "2041ae28-7bdf-45a8-8a99-f16e2cc78c46"}], "security_groups": [{"name": "tempest-securitygroup--823225073"}], "key_name": "tempest-keypair-1627705641", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 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-d0dfda94-9d30-4dbe-b3d9-b85664592794', 'x-compute-request-id': 'req-d0dfda94-9d30-4dbe-b3d9-b85664592794', 'connection': 'close', 'status': '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-19 17:27:13,885 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627705641 0.031s 2023-07-19 17:27:13,885 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 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-b02dc245-3146-437c-9e31-41374881cf44', 'x-compute-request-id': 'req-b02dc245-3146-437c-9e31-41374881cf44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627705641'} Body: b'' 2023-07-19 17:27:14,107 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9 0.221s 2023-07-19 17:27:14,107 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6ec77a8c-ca8a-46ca-b00b-ef8704780b0d', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9'} Body: b'' 2023-07-19 17:27:14,129 79226 INFO [t empest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9 0.021s 2023-07-19 17:27:14,129 79226 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-bb22566d-4577-4171-b0ec-fa8c45e73769', 'date': 'Wed, 19 Jul 2023 17:27:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7265f202-e16c-4651-a548-ee262cfce6e9 does not exist", "detail": ""}}' 2023-07-19 17:27:15,059 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/255ecf26-025d-412e-9129-7be3e272db01 0.929s 2023-07-19 17:27:15,059 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ea231db3-a11c-4afa-91f2-04a402c60893', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/255ecf26-025d-412e-9129-7be3e272db01'} Body: b'' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [12.625951s] ... 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-19 17:27:04,196 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.020s 2023-07-19 17:27:04,197 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d294168-dade-4ad8-9599-c15a8a5a8734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:27:04,712 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes 0.514s 2023-07-19 17:27:04,712 79206 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-974546749", "snapshot_id": null, "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840489b6-7b4c-45ec-8b3f-404a61b25a75', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840489b6-7b4c-45ec-8b3f-404a61b25a75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:04.606821", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:04,785 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.062s 2023-07-19 17:27:04,785 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19693a13-d69b-4a44-ac7e-27ff2a75c28a', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19693a13-d69b-4a44-ac7e-27ff2a75c28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:05,844 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.047s 2023-07-19 17:27:05,845 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51665306-fb17-4e05-a299-63326e0479da', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51665306-fb17-4e05-a299-63326e0479da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:06,903 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.046s 2023-07-19 17:27:06,904 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-938ea279-9697-40d5-bd8b-6f6d0831a05c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938ea279-9697-40d5-bd8b-6f6d0831a05c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:07,969 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.053s 2023-07-19 17:27:07,969 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb50931-520d-402c-ab4b-9f7d25571526', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb50931-520d-402c-ab4b-9f7d25571526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:09,029 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.048s 2023-07-19 17:27:09,030 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fceda33f-5568-423a-bd44-e50a6a556342', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opens tack-request-id': 'req-fceda33f-5568-423a-bd44-e50a6a556342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:09,041 79206 INFO [tempest.common.waiters] volume 78d70d96-381e-40db-81ab-aac857112b5a reached available after waiting for 5.041028 seconds 2023-07-19 17:27:09,086 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.045s 2023-07-19 17:27:09,087 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb29b5e7-4391-4ad8-9c6a-75b824f5b7a9', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb29b5e7-4391-4ad8-9c6a-75b824f5b7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:09,217 79206 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.102s 2023-07-19 17:27:09,218 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5a4c9c95-7328-4fa1-b4eb-8b3f7a01f229', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71ccf2e228440c5b8e8524ded2493f9", "name": "tempest-TestVolumeBootPattern-153051111-project-member", "password_expires_at": null}, "audit_ids": ["k_0ai1LASXGq-55V2ciCfQ"], "expires_at": "2023-07-19T18:27:09.000000Z", "issued_at": "2023-07-19T17:27:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a886d05c1366494dbe2f7a5835643d3c", "name": "tempest-TestVolumeBootPattern-153051111"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:09,218 79206 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '2fc0a922-cca5-43d5-8972-99dcdcf11fae', 'name': 'tempest-TestVolumeBootPattern-817259085-network', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a886d05c1 366494dbe2f7a5835643d3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54933, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:09,219 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:09,219 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:09,316 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.095s 2023-07-19 17:27:09,317 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-494934705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI9Of1jM9OaM2TXhhZ1yy43U57OuDoud8yhOMat8VgmW+53bptTaOZXBN5WWHQkoPuinINrhUhDgfSljfWrSnQWEgqEWyzxcoHxWC2vNMwwXkGsr3n2hIPRUjtZDqvVbvQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 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-15ef3987-7d03-4fbf-8643-b6b1b354b397', 'x-compute-request-id': 'req-15ef3987-7d03-4fbf-8643-b6b1b354b397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-494934705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI9Of1jM9OaM2TXhhZ1yy43U57OuDoud8yhOMat8VgmW+53bptTaOZXBN5WWHQkoPuinINrhUhDgfSljfWrSnQWEgqEWyzxcoHxWC2vNMwwXkGsr3n2hIPRUjtZDqvVbvQ==", "fingerprint": "1b:a3:c1:a2:fb:c9:fa:2a:9e:fe:73:4f:be:b1:8d:f4", "user_id": "b71ccf2e228440c5b8e8524ded2493f9"}}' 2023-07-19 17:27:09,319 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-494934705 created 2023-07-19 17:27:09,995 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.676s 2023-07-19 17:27:09,996 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--201984339", "description": "tempest-description--336661508"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-2ba6dd19-1588-4d3e-aad3-aa31d18969da', 'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "name": "tempest-securitygroup--201984339", "stateful": true, "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "description": "tempest-description--336661508", "shared": false, "security_group_rules": [{"id": "7378fdce-1a67-4dc8-b896-326950b7631d", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1 120, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}, {"id": "7a7a9392-6abe-4aef-b708-ab26e57c93d1", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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": 1121, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 1, "project_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:10,380 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.383s 2023-07-19 17:27:10,380 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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-a0ed466b-0386-4faf-9f41-662cee2d1435', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed953b30-4c92-48ed-880a-5d300498ce79", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:10,911 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.530s 2023-07-19 17:27:10,911 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bf15e5ad-7d5a-46a9-bea3-dc623b84a9af', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a1909f8f-373b-4cc5-a155-c783fd3f9017", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:10,912 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--201984339 created 2023-07-19 17:27:12,788 79206 INFO [tempest.lib.common.rest_client] Request (Va lidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.875s 2023-07-19 17:27:12,789 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-64123610-640e-4781-8333-f542e717881d', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d014b2a8-b0a2-436b-bf14-015ae914db9c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "floating_ip_address": "172.24.4.192", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:11Z", "updated_at": "2023-07-19T17:27:11Z", "revision_number": 0}}' 2023-07-19 17:27:12,789 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd014b2a8-b0a2-436b-bf14-015ae914db9c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:11Z', 'updated_at': '2023-07-19T17:27:11Z', 'revision_number': 0, 'ip': '172.24.4.192'} created 2023-07-19 17:27:12,789 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-494934705', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI9Of1jM9OaM2TXhhZ1yy43U57OuDoud8yhOMat8VgmW+53bptTaOZXBN5WWHQkoPuinINrhUhDgfSljfWrSnQWEgqEWyzxcoHxWC2vNMwwXkGsr3n2hIPRUjtZDqvVbvQ==', 'fingerprint': '1b:a3:c1:a2:fb:c9:fa:2a:9e:fe:73:4f:be:b1:8d:f4', 'user_id': 'b71ccf2e228440c5b8e8524ded2493f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDtQefXg6pOyParHGqe+99+LJWtw8Q3rMJygFN/SotlPNTFTNCUv2Sf\nvGwbCw5Z8gigBwYFK4EEACKhZANiAASPTn9YzPTmjNk14YWdcsuN1Oezrg6LnfMo\nTjGrfFYJlvud26bU2jmVwTeVlh0JKD7opyDa4VIQ4H0pY31q0p0FhIKhFss8XKB8\nVgtrzTMMF5BrK959oSD0VI7WQ6r1W70=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f206f9b8-7360-427f-8bae-98c552a0efc4', 'name': 'tempest-securitygroup--201984339', 'stateful': True, 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'description': 'tempest-description--336661508', 'shared': False, 'security_group_rules': [{'id': '7378fdce-1a67-4dc8-b896-326950b7631d', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'security_group_id': 'f206f9b8-7360-427f-8bae-98c552a0efc4', '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': 1120, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0}, {'id': '7a7a9392-6abe-4aef-b708-ab26e57c93d1', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'security_group_id': 'f206f9b8-7360-427f-8bae-98c552a0efc4', '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': 1121, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 1, 'project_id': 'a886d05c1366494dbe2f7a5835643d3c'}, 'floating_ip': {'id': 'd014b2a8-b0a2-436b-bf14-015ae914db9c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:11Z', 'updated_at': '2023-07-19T17:27:11Z', 'revision_number': 0, 'ip': '172.24.4.192'}} 2023-07-19 17:27:12,819 79206 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.029s 2023-07-19 17:27:12,819 79206 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-761910215", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "78d70d96-381e-40db-81ab-aac857112b5a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "2fc0a922-cca5-43d5-8972-99dcdcf11fae"}], "security_groups": [{"name": "tempest-securitygroup--201984339"}], "key_name": "tempest-keypair-494934705", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-02a6e1cc-78c6-4e96-8a8c-8a650310d2f0', 'x-compute-request-id': 'req-02a6e1cc-78c6-4e96-8a8c-8a650310d2f0', 'connection': 'close', 'status': '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-19 17:27:12,847 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494934705 0.027s 2023-07-19 17:27:12,847 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-29d1934f-fb0c-41e6-b002-08aa4b35cac7', 'x-compute-request-id': 'req-29d1934f-fb0c-41e6-b002-08aa4b35cac7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494934705'} Body: b'' 2023-07-19 17:27:13,012 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4 0.164s 2023-07-19 17:27:13,013 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-92a23e99-7fa0-45f7-9b64-dc75149f354e', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0. 210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4'} Body: b'' 2023-07-19 17:27:13,034 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4 0.021s 2023-07-19 17:27:13,034 79206 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-699160d2-1cc1-4dd4-b614-4698e1455079', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f206f9b8-7360-427f-8bae-98c552a0efc4 does not exist", "detail": ""}}' 2023-07-19 17:27:13,479 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d014b2a8-b0a2-436b-bf14-015ae914db9c 0.444s 2023-07-19 17:27:13,480 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-16f2ca66-2f21-4199-b2b8-f9c987f41317', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d014b2a8-b0a2-436b-bf14-015ae914db9c'} Body: b'' 2023-07-19 17:27:13,549 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.068s 2023-07-19 17:27:13,549 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45093738-b470-4c36-935f-43e9dad1480e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'' 2023-07-19 17:27:13,609 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.059s 2023-07-19 17:27:13,609 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed66d0ce-b1e7-4ce9-a86c-eccde3c1f087', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed66d0ce-b1e7-4ce9-a86c-eccde3c1f087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:14,691 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.065s 2023-07-19 17:27:14,692 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e603ce-a3aa-4a3d-9cd6-056470f55f33', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e603ce-a3aa-4a3d-9cd6-056470f55f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:15,758 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.046s 2023-07-19 17:27:15,758 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a96d93f0-9825-4534-9300-80923e76ef0c', 'content-length': '1364', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a96d93f0-9825-4534-9300-80923e76ef0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:16,801 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.030s 2023-07-19 17:27:16,801 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:16 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-bc9b4dc4-4884-404d-b960-7d9161111690', 'x-openstack-request-id': 'req-bc9b4dc4-4884-404d-b960-7d9161111690', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78d70d96-381e-40db-81ab-aac857112b5a could not be found."}}' {9} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.334843s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [10.222775s] ... 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-19 17:27:16,809 79206 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-19 17:27:16,871 79206 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.059s 2023-07-19 17:27:16,871 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1910918408", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLVXADBxwkegxO1B/qa2Ow6IQThQ8tgSygDV6PH2TxruFKbS4Djv48TOz9q6Z86WHkfhHoFax83jbPuuF+xDyg0jAf/1KluxfhAp0LSVT2Vjj8exdRJDNtT/c9MQKu0Rw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:16 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-f7f548c4-4104-4925-9dc9-d2b9ea672caf', 'x-compute-request-id': 'req-f7f548c4-4104-4925-9dc9-d2b9ea672caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1910918408", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLVXADBxwkegxO1B/qa2Ow6IQThQ8tgSygDV6PH2TxruFKbS4Djv48TOz9q6Z86WHkfhHoFax83jbPuuF+xDyg0jAf/1KluxfhAp0LSVT2Vjj8exdRJDNtT/c9MQKu0Rw==", "fingerprint": "80:1b:44:60:94:0d:8e:5c:21:17:ef:b9:0b:ea:f9:80", "user_id": "b71ccf2e228440c5b8e8524ded2493f9"}}' 2023-07-19 17:27:17,106 79206 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.232s 2023-07-19 17:27:17,107 79206 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-1092258409", "description": "tempest-secgroup-smoke-1092258409 description", "project_id": "a886d05c1366494dbe2f7a5835643d3c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-32e61687-cc9e-4c78-b30d-cc157a0c9481', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "name": "tempest-secgroup-smoke-1092258409", "stateful": true, "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "description": "tempest-secgroup-smoke-1092258409 description", "shared": false, "security_group_rules": [{"id": "05875c4b-da94-45fa-adea-3607f9f13cb6", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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": 1170, "description": null, "tags": [], "created_at": "2023-07-19T17:27:16Z", "updated_at": "2023-07-19T17:27:16Z", "revision_number": 0}, {"id": "89c7bc74-3429-4b37-86b4-d097709d6262", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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": 1171, "description": null, "tags": [], "created_at": "2023-07-19T17:27:17Z", "updated_at": "2023-07-19T17 :27:17Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:16Z", "updated_at": "2023-07-19T17:27:16Z", "revision_number": 1, "project_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:17,250 79206 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.143s 2023-07-19 17:27:17,250 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "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-1a319a0c-7bd6-4b50-bced-174442a3555c', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bf6e6a9-e535-451e-b713-faffc6b7a26b", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:17,420 79206 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.169s 2023-07-19 17:27:17,420 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "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-d7f0caae-2fa0-4369-ad01-24ff8868a765', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15b60539-492c-4e08-8c64-eb8ca1d0187b", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:17,741 79206 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.320s 2023-07-19 17:27:17,742 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a5a5a800-d7d3-4ffe-9553-250900be25ee', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content- location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5fcf4929-8082-4c48-8d88-78ea67773049", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:17,939 79206 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.196s 2023-07-19 17:27:17,939 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6b2d873e-0052-46ea-8a47-6a7d2623dca4', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0b719f81-f477-4c58-a804-c72f7618b37c", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:18,110 79206 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.170s 2023-07-19 17:27:18,110 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1222ed01-38bb-4ff3-88d1-cf3a47ea5e0a', 'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a432c9a-5d75-47e3-9baa-025684db083d", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:18Z", "updated_at": "2023-07-19T17:27:18Z", "revision_number": 0}}' 2023-07-19 17:27:18,574 79206 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.463s 2023-07-19 17:27:18,574 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_ group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5b906861-4b17-44bc-911c-39c127d719f0', 'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfab4513-3ff0-4690-9be7-303a3b71421a", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:18Z", "updated_at": "2023-07-19T17:27:18Z", "revision_number": 0}}' 2023-07-19 17:27:18,574 79206 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-19 17:27:18,601 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.026s 2023-07-19 17:27:18,601 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0d1fd6e3-1946-4a04-9b50-ccee0ebf2346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:27:18,990 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes 0.388s 2023-07-19 17:27:18,990 79206 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-1408437854", "snapshot_id": null, "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0233b9fd-df3f-4ef9-bdd8-65327e7a1f3e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0233b9fd-df3f-4ef9-bdd8-65327e7a1f3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/vo lumes'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:18.897038", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:19,047 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.046s 2023-07-19 17:27:19,047 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa24a161-ef99-42ef-b8e6-9b853ab3a5a3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa24a161-ef99-42ef-b8e6-9b853ab3a5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:20,114 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.053s 2023-07-19 17:27:20,114 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e1522f-b72c-4c92-8028-1bc56062a2ef', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e1522f-b72c-4c92-8028-1bc56062a2ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviand ss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:21,180 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.054s 2023-07-19 17:27:21,180 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad99393d-140e-42f6-9663-0a0bbb402cd0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad99393d-140e-42f6-9663-0a0bbb402cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:22,243 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.050s 2023-07-19 17:27:22,243 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-233f8d3e-0044-41f6-b348-6708ff33ad3a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-233f8d3e-0044-41f6-b348-6708ff33ad3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmar k", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:23,298 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.043s 2023-07-19 17:27:23,299 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a667a06-bba8-4046-b7e2-3c55de0aa710', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a667a06-bba8-4046-b7e2-3c55de0aa710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:23,309 79206 INFO [tempest.common.waiters] volume 2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d reached available after waiting for 4.309326 seconds 2023-07-19 17:27:23,357 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.047s 2023-07-19 17:27:23,357 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc4ce66-c381-4f87-b7d7-d2018f3fa282', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc4ce66-c381-4f87-b7d7-d2018f3fa282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000 000", "updated_at": "2023-07-19T17:27:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:23,471 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.091s 2023-07-19 17:27:23,471 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cdd3935d-9bac-4b77-adae-3d5f69defc0d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71ccf2e228440c5b8e8524ded2493f9", "name": "tempest-TestVolumeBootPattern-153051111-project-member", "password_expires_at": null}, "audit_ids": ["b3Pm7b69Qhy-LJtpGrq6WA"], "expires_at": "2023-07-19T18:27:23.000000Z", "issued_at": "2023-07-19T17:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a886d05c1366494dbe2f7a5835643d3c", "name": "tempest-TestVolumeBootPattern-153051111"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "regi on_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:23,472 79206 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '2fc0a922-cca5-43d5-8972-99dcdcf11fae', 'name': 'tempest-TestVolumeBootPattern-817259085-network', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54933, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:23,502 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-19 17:27:23,503 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1027118132", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-1092258409"}], "block_device_mapping_v2": [{"uuid": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1910918408", "networks": [{"uuid": "2fc0a922-cca5-43d5-8972-99dcdcf11fae"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-2b346f90-cbc9-44f6-aa97-796d888bb66d', 'x-compute-request-id': 'req-2b346f90-cbc9-44f6-aa97-796d888bb66d', 'connection': 'close', 'status': '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-19 17:27:23,603 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.098s 2023-07-19 17:27:23,603 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 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-b6e2d824-9c7b-4f0e-b452-b566ff66aa42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'' 2023-07-19 17:27:23,651 79206 INFO [tempest.li b.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.048s 2023-07-19 17:27:23,652 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a90b58-14c2-432a-84f5-4b9cc046ae16', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a90b58-14c2-432a-84f5-4b9cc046ae16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:24,711 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.047s 2023-07-19 17:27:24,711 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb79ab5-cefb-46a6-a2c8-51d5ec86401d', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb79ab5-cefb-46a6-a2c8-51d5ec86401d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "true", "encrypted": false, "replication_statu s": 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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:25,777 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.054s 2023-07-19 17:27:25,778 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf8c008-f685-4955-bbb0-7895ab5a65d6', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf8c008-f685-4955-bbb0-7895ab5a65d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:26,810 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.021s 2023-07-19 17:27:26,810 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:26 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-1ea759af-432c-4234-9518-3f7d84f43d36', 'x-openstack-request-id': 'req-1ea759af-432c-4234-9518-3f7d84f43d36', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d could not be found."}}' 2023-07-19 17:27:26,998 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c52d53e9-9362-4ab9-9037-86d72a6bdff0 0.187s 2023-07-19 17:27:26,998 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5b336603-b398-4282-b54f-9a6907027a58', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c52d53e9-9362-4ab9-9037-86d72a6bdff0'} Body: b'' 2023-07-19 17:27:27,030 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1910918408 0.032s 2023-07-19 17:27:27,031 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-f1fa781c-836f-41f6-a878-0d5925ec6d53', 'x-compute-request-id': 'req-f1fa781c-836f-41f6-a878-0d5925ec6d53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1910918408'} Body: b'' {11} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {5} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [8.524957s] ... ok {9} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [9.062115s] ... ok {5} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [13.677868s] ... 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-19 17:27:29,455 79214 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/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.031s 2023-07-19 17:27:29,455 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f24e176e-0ae4-4539-9fff-81c51c68d249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:27:29,788 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes 0.332s 2023-07-19 17:27:29,788 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-039328a6-35dc-4d8b-9eaf-655e3dba4b93', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-039328a6-35dc-4d8b-9eaf-655e3dba4b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:29.725307", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:29,843 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.043s 2023-07-19 17:27:29,844 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Co ntent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee588761-9a5b-4c37-9260-06cc4b2a9d97', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee588761-9a5b-4c37-9260-06cc4b2a9d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:30,928 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.066s 2023-07-19 17:27:30,929 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174b0dfe-5c4a-4b7b-8e92-b759900a7247', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174b0dfe-5c4a-4b7b-8e92-b759900a7247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:31,996 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.054s 2023-07-19 17:27:31,996 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-type': 'application/json', 'x-compute-request-id': 'req-4f30186b-df73-491a-a40b-2415496b56c7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f30186b-df73-491a-a40b-2415496b56c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:33,068 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.059s 2023-07-19 17:27:33,068 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c6dcde-d7f8-4455-80e9-c113018bbd35', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c6dcde-d7f8-4455-80e9-c113018bbd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:34,123 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.041s 2023-07-19 17:27:34,124 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf100d87-f078-40e8-967a-964820f29be1', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API -Version', 'x-openstack-request-id': 'req-cf100d87-f078-40e8-967a-964820f29be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:34,134 79214 INFO [tempest.common.waiters] volume 1c0640c9-2b68-4872-93b1-c6177a48585e reached available after waiting for 5.134374 seconds 2023-07-19 17:27:34,135 79214 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:34,136 79214 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:34,206 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.067s 2023-07-19 17:27:34,206 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1599481526", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC0hP8nU8lHnRYGlOGi9phTG1AvtTha6f0ue9G/G+2o9mKn1SQ2A0OYbMpf44qz6Nr1wPiWExUvNQGEiynxPuCEYAbthuJH3DisYz1p4YHJpYeQz+cytQYOPMrEXCx7n4Q=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8ae7cd7-fa5d-4182-9c9c-d3c66d79e817', 'x-compute-request-id': 'req-f8ae7cd7-fa5d-4182-9c9c-d3c66d79e817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1599481526", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC0hP8nU8lHnRYGlOGi9phTG1AvtTha6f0ue9G/G+2o9mKn1SQ2A0OYbMpf44qz6Nr1wPiWExUvNQGEiynxPuCEYAbthuJH3DisYz1p4YHJpYeQz+cytQYOPMrEXCx7n4Q==", "fingerprint": "e8:71:f8:bc:9d:9a:79:73:6c:44:b0:d4:dd:60:a4:9a", "user_id": "9a4b183d8a57419bb78d2686a93895d3"}}' 2023-07-19 17:27:34,209 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1599481526 created 2023-07-19 17:27:34,361 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.151s 2023-07-19 17:27:34,361 79214 DEBUG [te mpest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1174480171", "description": "tempest-description--186930098"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-c07197a9-7cc9-45fe-9321-0bbdccc56e59', 'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "name": "tempest-securitygroup--1174480171", "stateful": true, "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "tempest-description--186930098", "shared": false, "security_group_rules": [{"id": "1e00c38a-ebdb-44b1-9ce1-958b0bce14ee", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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": 1190, "description": null, "tags": [], "created_at": "2023-07-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}, {"id": "a1c0233f-11d6-48e9-b778-e19d1c32eb0a", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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": 1191, "description": null, "tags": [], "created_at": "2023-07-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 1, "project_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:34,553 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2023-07-19 17:27:34,553 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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-15adab35-dc80-4844-83d9-74c5cd900bce', 'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f51d214-7cbf-4310-9df2-02997c2d0d20", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}}' 2023-07-19 17:27:34,806 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.253s 2023-07-19 17:27:34,807 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"secu rity_group_rule": {"security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-84ca822d-95ba-43d3-8574-454f7314acc6', 'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4555a0a-479c-4cdb-9fd2-422b890a1131", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}}' 2023-07-19 17:27:34,807 79214 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1174480171 created 2023-07-19 17:27:35,637 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.829s 2023-07-19 17:27:35,637 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5a63e099-aa7f-4aa5-ac6a-048226d8e728', 'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fd67cd9d-3700-4dff-914c-8f67dd0ee186", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "floating_ip_address": "172.24.4.54", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:35Z", "updated_at": "2023-07-19T17:27:35Z", "revision_number": 0}}' 2023-07-19 17:27:35,637 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fd67cd9d-3700-4dff-914c-8f67dd0ee186', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:35Z', 'updated_at': '2023-07-19T17:27:35Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2023-07-19 17:27:35,754 79214 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.109s 2023-07-19 17:27:35,754 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-07a16e7b-0960-4ced-8421-20edb543a056', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "nam e": "Default"}, "id": "9a4b183d8a57419bb78d2686a93895d3", "name": "tempest-VolumesSnapshotTestJSON-875496318-project-member", "password_expires_at": null}, "audit_ids": ["fwbesGj7Qo621YhVBmCU6Q"], "expires_at": "2023-07-19T18:27:35.000000Z", "issued_at": "2023-07-19T17:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd44d5c38084fb0b3900b53861ad911", "name": "tempest-VolumesSnapshotTestJSON-875496318"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:35,755 79214 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'abdb8b78-c727-41b8-86f1-731654ba5d6b', 'name': 'tempest-VolumesSnapshotTestJSON-575099555-network', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2585, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:27:16Z', 'updated_at': '2023-07-19T17:27:17Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:35,755 79214 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1599481526', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC0hP8nU8lHnRYGlOGi9phTG1AvtTha6f0ue9G/G+2o9mKn1SQ2A0OYbMpf44qz6Nr1wPiWExUvNQGEiynxPuCEYAbthuJH3DisYz1p4YHJpYeQz+cytQYOPMrEXCx7n4Q==', 'fingerprint': 'e8:71:f8:bc:9d:9a:79:73:6c:44:b0:d4:dd:60:a4:9a' , 'user_id': '9a4b183d8a57419bb78d2686a93895d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiFUt/kABfW1LnnuWRAEY6ZurcWDx3DTYbeEsJXqCHkP5Fm/BCrOxd\ncsUP9dCKZlWgBwYFK4EEACKhZANiAAQtIT/J1PJR50WBpThovaYUxtQL7U4Wun9L\nnvRvxvtqPZip9UkNgNDmGzKX+OKs+ja9cD4lhMVLzUBhIsp8T7ghGAG7YbiR9w4r\nGM9aeGByaWHkM/nMrUGDjzKxFwse5+E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a943f0e9-941d-4c65-ba7a-d35d48be9a0d', 'name': 'tempest-securitygroup--1174480171', 'stateful': True, 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': 'tempest-description--186930098', 'shared': False, 'security_group_rules': [{'id': '1e00c38a-ebdb-44b1-9ce1-958b0bce14ee', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a943f0e9-941d-4c65-ba7a-d35d48be9a0d', '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': 1190, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:34Z', 'updated_at': '2023-07-19T17:27:34Z', 'revision_number': 0}, {'id': 'a1c0233f-11d6-48e9-b778-e19d1c32eb0a', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a943f0e9-941d-4c65-ba7a-d35d48be9a0d', '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': 1191, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:34Z', 'updated_at': '2023-07-19T17:27:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:34Z', 'updated_at': '2023-07-19T17:27:34Z', 'revision_number': 1, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911'}, 'floating_ip': {'id': 'fd67cd9d-3700-4dff-914c-8f67dd0ee186', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:35Z', 'updated_at': '2023-07-19T17:27:35Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2023-07-19 17:27:35,783 79214 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.027s 2023-07-19 17:27:35,784 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-583873282", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "abdb8b78-c727-41b8-86f1-731654ba5d6b"}], "security_groups": [{"name": "tempest-securitygroup--1174480171"}], "key_name": "tempest-keypair-1599481526", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-227afebb-0995-4757-9aa1-99af1844ec85', 'x-compute-request-id': 'req-227afebb-0995-4757-9aa1-99af1844ec85', 'connection': 'close', 'status': '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-19 17:27:35,814 79214 INFO [tempest.lib.common.res t_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1599481526 0.027s 2023-07-19 17:27:35,815 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d6ee78-6f5a-48ee-8510-15675b2b79d1', 'x-compute-request-id': 'req-c4d6ee78-6f5a-48ee-8510-15675b2b79d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1599481526'} Body: b'' 2023-07-19 17:27:36,032 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d 0.216s 2023-07-19 17:27:36,032 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d222d254-486c-47ff-a597-6f2bf065a722', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d'} Body: b'' 2023-07-19 17:27:36,056 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d 0.023s 2023-07-19 17:27:36,056 79214 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-e497eb66-968c-44c6-9819-fe4433df899d', 'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a943f0e9-941d-4c65-ba7a-d35d48be9a0d does not exist", "detail": ""}}' 2023-07-19 17:27:36,507 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fd67cd9d-3700-4dff-914c-8f67dd0ee186 0.449s 2023-07-19 17:27:36,507 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ce0960b2-54bd-4d5e-9608-2cea352f9c80', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fd67cd9d-3700-4dff-914c-8f67dd0ee186'} Body: b'' 2023-07-19 17:27:36,549 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.041s 2023-07-19 17:27:36,550 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8dd3b4c-d8ef-4733-8c57-662fd2233dea', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8dd3b4c-d8ef-4733-8c57-662fd2233dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:36,615 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.050s 2023-07-19 17:27:36,616 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddb176e-4ce7-45d8-a173-2fb431fc12bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'' 2023-07-19 17:27:36,663 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.047s 2023-07-19 17:27:36,664 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f718170-6ec0-40ea-8768-e921cb1c4f67', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f718170-6ec0-40ea-8768-e921cb1c4f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df d44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:37,720 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.045s 2023-07-19 17:27:37,721 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599ce50a-dda9-45f5-bd0d-932df32b80bb', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599ce50a-dda9-45f5-bd0d-932df32b80bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:38,783 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.049s 2023-07-19 17:27:38,783 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c1e606-ad6c-48f8-a0eb-c0b0c2ba4cbe', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c1e606-ad6c-48f8-a0eb-c0b 0c2ba4cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:39,837 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.037s 2023-07-19 17:27:39,837 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8e6593-861b-4220-a03e-7d0b6c43b114', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8e6593-861b-4220-a03e-7d0b6c43b114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:40,965 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084 fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.116s 2023-07-19 17:27:40,966 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a0552f-1761-4a36-8c07-e041739142fa', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a0552f-1761-4a36-8c07-e041739142fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:42,028 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.051s 2023-07-19 17:27:42,053 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e8757e-c33c-436c-beed-2c23372f5a74', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e8757e-c33c-436c-beed-2c23372f5a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virti o", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:43,099 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.033s 2023-07-19 17:27:43,100 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:43 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-3e994a75-4fd4-4fad-87e5-2d2d230de04e', 'x-openstack-request-id': 'req-3e994a75-4fd4-4fad-87e5-2d2d230de04e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1c0640c9-2b68-4872-93b1-c6177a48585e could not be found."}}' {9} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [8.024069s] ... ok {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [10.824499s] ... ok {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} 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`. {5} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [7.729156s] ... ok {5} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [8.970526s] ... 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-19 17:27:50,968 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots 0.121s 2023-07-19 17:27:50,969 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-974ab620-7bc3-4a2f-aa96-26f95fdcae25', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-974ab620-7bc3-4a2f-aa96-26f95fdcae25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:50.919445", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-19 17:27:50,996 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.021s 2023-07-19 17:27:50,997 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c415b87c-3c19-417a-a336-59f594712c58', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c415b87c-3c19-417a-a336-59f594712c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:27:52,024 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.022s 2023-07-19 17:27:52,025 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ae42a1-2fba-4393-a259-fcc6df10cb32', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ae42a1-2fba-4393-a259-fcc6df10cb32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snaps hot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:27:53,053 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.023s 2023-07-19 17:27:53,054 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031c3520-4e06-46f0-a76a-10fd342c08a6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031c3520-4e06-46f0-a76a-10fd342c08a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:27:54,086 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.024s 2023-07-19 17:27:54,087 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4fc2bd8-aee9-4dc5-8aba-c360cccdbc89', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4fc2bd8-aee9-4dc5-8aba-c360cccdbc89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:54,090 79214 INFO [tempest.common.waiters] snapshot fc9948a9-ebd2-4a73-99f6-e09292bcce8b reached available after waiting for 3.090559 seconds 2023-07-19 17:27:54,090 79214 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:54,091 79214 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:54,146 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2023-07-19 17:27:54,147 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-845994593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPGpVu6Mcn/h+uVzNlQJ7BSixGIVmvdxOxYWl3NPVhy657DQIKfz6d3o3rzBod7e2M2iRaE8QU1OLnuEzgOqkiJVBByLBP/o30Q8uQ4ekJOvHNIDX6g5G+T1XzkZt2MKPQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:54 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-0400e7a7-1ba5-4f8b-ac73-51be4356dc8b', 'x-compute-request-id': 'req-0400e7a7-1ba5-4f8b-ac73-51be4356dc8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-845994593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPGpVu6Mcn/h+uVzNlQJ7BSixGIVmvdxOxYWl3NPVhy657DQIKfz6d3o3rzBod7e2M2iRaE8QU1OLnuEzgOqkiJVBByLBP/o30Q8uQ4ekJOvHNIDX6g5G+T1XzkZt2MKPQ==", "fingerprint": "04:9e:5b:00:74:7b:2e:cc:73:8f:8a:37:01:ff:a4:e1", "user_id": "9a4b183d8a57419bb78d2686a93895d3"}}' 2023-07-19 17:27:54,149 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-845994593 created 2023-07-19 17:27:54,314 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.165s 2023-07-19 17:27:54,315 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1449515063", "description": "tempest-description--713407425"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-b7d5f8cd-06ce-4373-9198-02130096d066', 'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "name": "tempest-securitygroup--1449515063", "stateful": true, "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "tempest-description--713407425", "shared": false, "security_group_rules": [{"id": "728818f0-f597-4fb5-8b76-ec28f9615216", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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": 1212, "description": null, "tags": [], "created_at": "2023-07-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}, {"id": "cfaeeeb5-a496-4343-a125-cce233a24ca7", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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": 1213, "description": null, "tags": [], "created_at": "2023-07-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 1, "project_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:54,556 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.240s 2023-07-19 17:27:54,556 79214 DEBUG [tempest.lib.common.r est_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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-14a075b1-8287-4607-b6ef-8e385b6f515d', 'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a98e1c59-62d4-4bb1-ac0c-c6f3149157dd", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}}' 2023-07-19 17:27:54,729 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-07-19 17:27:54,730 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8a2c4e47-fdfd-4de4-91d1-253108c2fb3d', 'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "21377f7e-8241-49dc-9378-bcfae2e1860c", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}}' 2023-07-19 17:27:54,730 79214 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1449515063 created 2023-07-19 17:27:55,885 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.154s 2023-07-19 17:27:55,885 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e01d86c5-5615-462f-931a-bb103d48fbde', 'date': 'Wed, 19 Jul 2023 17:27:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4da74a25-08dd-44c5-b122-9d9cbc8fb219", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "floating_ip_address": "172.24.4.146", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [ ], "created_at": "2023-07-19T17:27:55Z", "updated_at": "2023-07-19T17:27:55Z", "revision_number": 0}}' 2023-07-19 17:27:55,886 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4da74a25-08dd-44c5-b122-9d9cbc8fb219', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:55Z', 'updated_at': '2023-07-19T17:27:55Z', 'revision_number': 0, 'ip': '172.24.4.146'} created 2023-07-19 17:27:55,978 79214 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.087s 2023-07-19 17:27:55,979 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7771cb7a-0aff-40eb-82b0-c8d2d1fe6298', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a4b183d8a57419bb78d2686a93895d3", "name": "tempest-VolumesSnapshotTestJSON-875496318-project-member", "password_expires_at": null}, "audit_ids": ["pEKBu8rnRn2CEo6E6HKdFA"], "expires_at": "2023-07-19T18:27:55.000000Z", "issued_at": "2023-07-19T17:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd44d5c38084fb0b3900b53861ad911", "name": "tempest-VolumesSnapshotTestJSON-875496318"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:55,979 79214 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'abdb8b78-c727-41b8-86f1-731654ba5d6b', 'name': 'tempest-VolumesSnapshotTestJSON-575099555-network', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2585, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:27:16Z', 'updated_at': '2023-07-19T17:27:17Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:55,980 79214 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-845994593', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPGpVu6Mcn/h+uVzNlQJ7BSixGIVmvdxOxYWl3NPVhy657DQIKfz6d3o3rzBod7e2M2iRaE8QU1OLnuEzgOqkiJVBByLBP/o30Q8uQ4ekJOvHNIDX6g5G+T1XzkZt2MKPQ==', 'fingerprint': '04:9e:5b:00:74:7b:2e:cc:73:8f:8a:37:01:ff:a4:e1', 'user_id': '9a4b183d8a57419bb78d2686a93895d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDXJEFMkX/bmw19y+7GV1BSH3+acI0mfHe4bYNcqfadCvfXkjFrYVB\nOJp8mk7QChigBwYFK4EEACKhZANiAATxqVbujHJ/4frlczZUCewUosRiFZr3cTsW\nFpdzT1Ycuuew0CCn8+nd6N68waHe3tjNokWhPEFNTi57hM4DqpIiVQQciwT/6N9E\nPLkOHpCTrxzSA1+oORvk9V85GbdjCj0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a80fdecc-ecb8-44b6-a4bd-720e99a64631', 'name': 'tempest-securitygroup--1449515063', 'stateful': True, 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': 'tempest-description--713407425', 'shared': False, 'security_group_rules': [{'id': '728818f0-f597-4fb5-8b76-ec28f9615216', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a80fdecc-ecb8-44b6-a4bd-720e99a64631', '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': 1212, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:54Z', 'updated_at': '2023-07-19T17:27:54Z', 'revision_number': 0}, {'id': 'cfaeeeb5-a496-4343-a125-cce233a24ca7', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a80fdecc-ecb8-44b6-a4bd-720e99a64631', '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': 1213, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:54Z', 'updated_at': '2023-07-19T17:27:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:54Z', 'updated_at': '2023-07-19T17:27:54Z', 'revision_number': 1, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911'}, 'floating_ip': {'id': '4da74a25-08dd-44c5-b122-9d9cbc8fb219', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:55Z', 'updated_at': '2023-07-19T17:27:55Z ', 'revision_number': 0, 'ip': '172.24.4.146'}} 2023-07-19 17:27:56,037 79214 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.057s 2023-07-19 17:27:56,038 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1723886776", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "abdb8b78-c727-41b8-86f1-731654ba5d6b"}], "security_groups": [{"name": "tempest-securitygroup--1449515063"}], "key_name": "tempest-keypair-845994593", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-4cae5ce6-4340-44d2-b47c-29db9afa38e6', 'x-compute-request-id': 'req-4cae5ce6-4340-44d2-b47c-29db9afa38e6', 'connection': 'close', 'status': '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-19 17:27:56,065 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-845994593 0.026s 2023-07-19 17:27:56,065 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-dd812588-54e6-435b-b3b1-88d63f4dd20b', 'x-compute-request-id': 'req-dd812588-54e6-435b-b3b1-88d63f4dd20b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-845994593'} Body: b'' 2023-07-19 17:27:56,189 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc-ecb8-44b6-a4bd-720e99a64631 0.123s 2023-07-19 17:27:56,189 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d8a81afc-3eb1-4386-8dd5-76dceef7b51f', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc-ecb8-44b6-a4bd-720e99a64631'} Body: b'' 2023-07-19 17:27:56,207 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc-ecb8-44b6-a4bd-720e99a64631 0.017s 2023-07-19 17:27:56,207 79214 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-3e3dd507-68a5-44bf-a337-d260128fe81a', 'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc -ecb8-44b6-a4bd-720e99a64631'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a80fdecc-ecb8-44b6-a4bd-720e99a64631 does not exist", "detail": ""}}' 2023-07-19 17:27:56,642 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4da74a25-08dd-44c5-b122-9d9cbc8fb219 0.434s 2023-07-19 17:27:56,642 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-379a9a27-7192-483a-bccb-add4976858d7', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4da74a25-08dd-44c5-b122-9d9cbc8fb219'} Body: b'' 2023-07-19 17:27:56,695 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.052s 2023-07-19 17:27:56,695 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:56 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-2aff52ee-8b2b-430d-8c61-181d35ffc9c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'' 2023-07-19 17:27:56,718 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.022s 2023-07-19 17:27:56,718 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493beec5-90a1-470d-b6d9-956e257cee8d', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493beec5-90a1-470d-b6d9-956e257cee8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:57,747 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.024s 2023-07-19 17:27:57,747 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f919fbc4-b95d-45c1-816b-e40cda2cde9e', 'content-length': '468', 'openstack-api-version': ' volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f919fbc4-b95d-45c1-816b-e40cda2cde9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:58,784 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.032s 2023-07-19 17:27:58,784 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2e3729-d088-4a49-b608-21055d650448', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2e3729-d088-4a49-b608-21055d650448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:59,816 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.026s 2023-07-19 17:27:59,816 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:59 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-e86d5de2-4856-4d71-9280-c670d5cdbbbd', 'x-openstack-request-id': 'req-e86d5de2-4856-4d71-9280-c670d5cdbbbd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot fc9948a9-ebd2-4a73-99f6-e09292bcce8b could not be found."}}' {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.055363s] ... ok {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [5.774922s] ... ok {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {5} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [28.667867s] ... ok {5} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [18.981850s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.027094s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.058750s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.023550s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.070559s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.037081s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.038999s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.025149s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.055849s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.035338s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.051267s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.037727s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.130358s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.076356s] ... ok {5} 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`. ============================== Failed 41 tests - output below: ============================== tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:23:07,384 79210 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.047s 2023-07-19 17:23:07,384 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-a9489666-c770-4912-8ebc-de2f86a0e782', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fd5f894fed2645079c1f56da10f923e8", "name": "tempest-DeleteServersTestJSON-1562896288-project-member", "password_expires_at": null}, "audit_ids": ["AQH7_fncTdKA4ilzhgXmLw"], "expires_at": "2023-07-19T18:23:07.000000Z", "issued_at": "2023-07-19T17:23:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c1928c657d2f4fe8ad4492d1f3834359", "name": "tempest-DeleteServersTestJSON-1562896288"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c1928c657d2f4fe8ad4492d1f3834359", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c1928c657d2f4fe8ad4492d1f3834359", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c1928c657d2f4fe8ad4492d1f3834359", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:07,385 79210 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '3ea82aa9-9470-4eb0-ab53-074913058865', 'name': 'tempest-DeleteServersTestJSON-439046902-network', 'tenant_id': 'c1928c657d2f4fe8ad4492d1f3834359', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c1928c657d2f4fe8ad4492d1f3834359', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 232, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:52Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:07,589 79210 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.202s 2023-07-19 17:23:07,589 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1192786242", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "3ea82aa9-9470-4eb0-ab53-074913058865"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-b96a91b1-38cf-4f9e-9e4c-26155fac1588', 'x-compute-request-id': 'req-b96a91b1-38cf-4f9e-9e4c-26155fac1588', 'connection': 'close', 'status': '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-19 17:23:04,330 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:04,330 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:04,585 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.252s 2023-07-19 17:23:04,585 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1024479490", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzWFXbgtCX0iQ7FxobnQ/0MVqiredX752Dsu4Ey9JGXGhFa7MYUELIVlHgKbEasNdGQBZzHQXY73OHzHPhxDlGlSSFfXhvLEJGIHDNhBpuKMR5QVd53empAm3WvqAJ4tg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:04 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-ca936de3-296d-4590-ae17-610af1ceb64d', 'x-compute-request-id': 'req-ca936de3-296d-4590-ae17-610af1ceb64d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1024479490", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzWFXbgtCX0iQ7FxobnQ/0MVqiredX752Dsu4Ey9JGXGhFa7MYUELIVlHgKbEasNdGQBZzHQXY73OHzHPhxDlGlSSFfXhvLEJGIHDNhBpuKMR5QVd53empAm3WvqAJ4tg==", "fingerprint": "0d:66:77:97:3d:13:1b:68:43:47:d4:3d:ea:4e:9c:53", "user_id": "eaf620765d4d4398b2c6279ae7ae7fba"}}' 2023-07-19 17:23:04,590 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1024479490 created 2023-07-19 17:23:05,600 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.009s 2023-07-19 17:23:05,600 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--534848068", "description": "tempest-description--446701700"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-3f368d11-822f-44d7-82f2-c851759fffed', 'date': 'Wed, 19 Jul 2023 17:23:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f5f41190-3f97-4867-82b3-264d395771e1", "name": "tempest-securitygroup--534848068", "stateful": true, "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "tempest-description--446701700", "shared": false, "security_group_rules": [{"id": "112965a1-581d-41d3-b7db-f6c7f1fe3066", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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": 170, "description": null, "tags": [], "created_at": "2023-07-19T17:23:04Z", "updated_at": "2023-07-19T17:23:04Z", "revision_number": 0}, {"id": "e01949b3-a807-4e55-84e2-731f52e3218c", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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": 171, "description": null, "tags": [], "created_at": "2023-07-19T17:23:05Z", "updated_at": "2023-07-19T17:23:05Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:04Z", "updated_at": "2023-07-19T17:23:04Z", "revision_number": 1, "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb"}}' 2023-07-19 17:23:06,804 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.203s 2023-07-19 17:23:06,804 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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-437e10a8-feef-4eef-9e94-1884e7706197', 'date': 'Wed, 19 Jul 2023 17:23: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": "f22a3ce0-61bb-406c-9c7c-5ab233e5814c", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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-19T17:23:06Z", "updated_at": "2023-07-19T17:23:06Z", "revision_number": 0}}' 2023-07-19 17:23:08,746 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.941s 2023-07-19 17:23:08,746 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9b470a63-3284-4fce-a476-3257da98ddd1', 'date': 'Wed, 19 Jul 2023 17:23:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79361fa2-7b02-467f-b0f9-b8973a88f3f8", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f5f41190-3f97-4867-82b3-264d395771e1", "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-19T17:23:07Z", "updated_at": "2023-07-19T17:23:07Z", "revision_number": 0}}' 2023-07-19 17:23:08,747 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--534848068 created 2023-07-19 17:23:11,179 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.432s 2023-07-19 17:23:11,179 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-8f4029b9-2caf-4cdc-96b0-929170bc8bb1', 'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cb1fa378-8897-4d23-8bc1-d33d541a14ef", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "floating_ip_address": "172.24.4.185", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:10Z", "updated_at": "2023-07-19T17:23:10Z", "revision_number": 0}}' 2023-07-19 17:23:11,180 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cb1fa378-8897-4d23-8bc1-d33d541a14ef', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:10Z', 'updated_at': '2023-07-19T17:23:10Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2023-07-19 17:23:11,292 79206 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.107s 2023-07-19 17:23:11,293 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c084ad85-bc78-40aa-bea4-9d89ede70e34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eaf620765d4d4398b2c6279ae7ae7fba", "name": "tempest-AttachVolumeNegativeTest-2102145767-project-member", "password_expires_at": null}, "audit_ids": ["XqMzLlSpQEqrY_TSld63KQ"], "expires_at": "2023-07-19T18:23:11.000000Z", "issued_at": "2023-07-19T17:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "name": "tempest-AttachVolumeNegativeTest-2102145767"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10 .0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:11,294 79206 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '5995bd89-4e0d-4687-9691-a30b73524f85', 'name': 'tempest-AttachVolumeNegativeTest-1884418703-network', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12614, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:11,294 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1024479490', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGzWFXbgtCX0iQ7FxobnQ/0MVqiredX752Dsu4Ey9JGXGhFa7MYUELIVlHgKbEasNdGQBZzHQXY73OHzHPhxDlGlSSFfXhvLEJGIHDNhBpuKMR5QVd53empAm3WvqAJ4tg==', 'fingerprint': '0d:66:77:97:3d:13:1b:68:43:47:d4:3d:ea:4e:9c:53', 'user_id': 'eaf620765d4d4398b2c6279ae7ae7fba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfnb8RhfMn9V5qrE17RltTjC5sDm+kJwiUPianOiV7CJzv75uWwNSt\nTQsHH7gleDmgBwYFK4EEACKhZANiAARs1hV24LQl9IkOxcaG50P9DFaoq3nV++dg\n7LuBMvSRlxoRWuzGFBCyFZR4CmxGrDXRkAWcx0F2O9zh8xz4cQ5RpUkhX14byxCR\niBwzYQabijEeUFXed3pqQJt1r6gCeLY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f5f41190-3f97-4867-82b3-264d395771e1', 'name': 'tempest-securitygroup--534848068', 'stateful': True, 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': 'tempest-description--446701700', 'shared': False, 'security_group_rules': [{'id': '112965a1-581d-41d3-b7db-f6c7f1fe3066', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f5f41190-3f97-4867-82b3-264d395771e1', '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': 170, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:04Z', 'updated_at': '2023-07-19T17:23:04Z', 'revision_number': 0}, {'id': 'e01949b3-a807-4e55-84e2-731f52e3218c', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f5f41190-3f97-4867-82b3-264d395771e1', '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': 171, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:05Z', 'updated_at': '2023-07-19T17:23:05Z', 'revisi on_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:04Z', 'updated_at': '2023-07-19T17:23:04Z', 'revision_number': 1, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb'}, 'floating_ip': {'id': 'cb1fa378-8897-4d23-8bc1-d33d541a14ef', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:10Z', 'updated_at': '2023-07-19T17:23:10Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2023-07-19 17:23:11,340 79206 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.044s 2023-07-19 17:23:11,341 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1734809103", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5995bd89-4e0d-4687-9691-a30b73524f85"}], "security_groups": [{"name": "tempest-securitygroup--534848068"}], "key_name": "tempest-keypair-1024479490", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-be171f6c-d812-4576-b254-961442fe3773', 'x-compute-request-id': 'req-be171f6c-d812-4576-b254-961442fe3773', 'connection': 'close', 'status': '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-19 17:23:11,418 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1024479490 0.075s 2023-07-19 17:23:11,419 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-e5ce7e87-c075-4759-83df-d70c98a7848c', 'x-compute-request-id': 'req-e5ce7e87-c075-4759-83df-d70c98a7848c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1024479490'} Body: b'' 2023-07-19 17:23:11,714 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1 0.295s 2023-07-19 17:23:11,714 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8bd48879-5110-4767-aa27-96a1fb85eb5d', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1'} Body: b'' 2023-07-19 17:23:11,743 79206 INFO [ tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1 0.028s 2023-07-19 17:23:11,744 79206 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-f06ca2a7-18bf-4d00-b185-bf0c9995c24e', 'date': 'Wed, 19 Jul 2023 17:23:11 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f5f41190-3f97-4867-82b3-264d395771e1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f5f41190-3f97-4867-82b3-264d395771e1 does not exist", "detail": ""}}' 2023-07-19 17:23:12,840 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/cb1fa378-8897-4d23-8bc1-d33d541a14ef 1.095s 2023-07-19 17:23:12,840 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-272bae6a-c910-409f-8627-d8f025c6b673', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cb1fa378-8897-4d23-8bc1-d33d541a14ef'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:23:10,971 79224 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:10,971 79224 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:11,215 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.241s 2023-07-19 17:23:11,216 79224 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-1713978206", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP8RdqZG3dX5NRGkd5k8pEPXmCuexsM+zz4LmTsNCJeCG6xynL1BIE/gmCanrCXqOuegmEpWn385G9w282q64F6jJgp+1OL1fvuxMJT6bnreldWv5S/3lHwjPnOKvmPNVA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:10 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-26f62d03-2ca3-4d34-8187-10770a079786', 'x-compute-request-id': 'req-26f62d03-2ca3-4d34-8187-10770a079786', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1713978206", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP8RdqZG3dX5NRGkd5k8pEPXmCuexsM+zz4LmTsNCJeCG6xynL1BIE/gmCanrCXqOuegmEpWn385G9w282q64F6jJgp+1OL1fvuxMJT6bnreldWv5S/3lHwjPnOKvmPNVA==", "fingerprint": "a0:f8:a6:bf:21:d3:2a:35:1c:1e:44:ba:2a:ca:46:06", "user_id": "a32d450563624c07884bf8c47769e723"}}' 2023-07-19 17:23:11,224 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1713978206 created 2023-07-19 17:23:12,348 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.123s 2023-07-19 17:23:12,349 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--817845821", "description": "tempest-description--761202617"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-cc7b83f1-bbab-4b8a-b191-33e68e197a7b', 'date': 'Wed, 19 Jul 2023 17:23:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "name": "tempest-securitygroup--817845821", "stateful": true, "tenant_id": "1285589ad2414d3583d9565d0650e006", "description": "tempest-description--761202617", "shared": false, "security_group_rules": [{"id": "0741bb0a-002b-4cd7-bef8-d41d8217d2f5", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 193, "description": null, "tags": [], "created_at": "2023-07-19T17:23:11Z", "updated_at": "2023-07-19T17:23:11Z", "revision_number": 0}, {"id": "9a4e1a4c-9d4a-4b99-abe2-afbc290003ff", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 192, "description": null, "tags": [], "created_at": "2023-07-19T17:23:11Z", "updated_at": "2023-07-19T17:23:11Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:11Z", "updated_at": "2023-07-19T17:23:11Z", "revision_number": 1, "project_id": "1285589ad2414d3583d9565d0650e006"}}' 2023-07-19 17:23:12,952 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.602s 2023-07-19 17:23:12,952 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "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-f4cf38e6-122e-4332-8864-79b2be82a839', 'date': 'Wed, 19 Jul 2023 17:23:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b3dc102c-8f18-41d1-af55-a3dbfb48fc67", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "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-19T17:23:12Z", "updated_at": "2023-07-19T17:23:12Z", "revision_number": 0}}' 2023-07-19 17:23:14,654 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.701s 2023-07-19 17:23:14,654 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fd9f7735-e247-4f28-bdb0-f809e1c30845', 'date': 'Wed, 19 Jul 2023 17:23: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": "ef458d93-1009-4d4e-90c2-2e261eed59ef", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "53c6ab1f-6100-4cdf-adc5-90f012f43449", "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-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 0}}' 2023-07-19 17:23:14,655 79224 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--817845821 created 2023-07-19 17:23:17,588 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.933s 2023-07-19 17:23:17,589 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content -type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a033ebcc-1817-4089-8cf2-f1d41e77b851', 'date': 'Wed, 19 Jul 2023 17:23:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "784b45a0-944d-4260-ac1d-3ebc3371e179", "tenant_id": "1285589ad2414d3583d9565d0650e006", "floating_ip_address": "172.24.4.38", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1285589ad2414d3583d9565d0650e006", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:16Z", "updated_at": "2023-07-19T17:23:16Z", "revision_number": 0}}' 2023-07-19 17:23:17,589 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '784b45a0-944d-4260-ac1d-3ebc3371e179', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:16Z', 'updated_at': '2023-07-19T17:23:16Z', 'revision_number': 0, 'ip': '172.24.4.38'} created 2023-07-19 17:23:17,691 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.093s 2023-07-19 17:23:17,691 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7144537c-4deb-4406-adeb-6ab38da138ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a32d450563624c07884bf8c47769e723", "name": "tempest-AttachVolumeShelveTestJSON-1497210818-project-member", "password_expires_at": null}, "audit_ids": ["jCQtlRGDTWKC66KrBTBgcw"], "expires_at": "2023-07-19T18:23:17.000000Z", "issued_at": "2023-07-19T17:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1285589ad2414d3583d9565d0650e006", "name": "tempest-AttachVolumeShelveTestJSON-1497210818"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interfac e": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:17,692 79224 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'c1a1177d-cb08-4d3d-a7e3-9b850853beb7', 'name': 'tempest-AttachVolumeShelveTestJSON-200787098-network', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1285589ad2414d3583d9565d0650e006', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43465, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:17,692 79224 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1713978206', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP8RdqZG3dX5NRGkd5k8pEPXmCuexsM+zz4LmTsNCJeCG6xynL1BIE/gmCanrCXqOuegmEpWn385G9w282q64F6jJgp+1OL1fvuxMJT6bnreldWv5S/3lHwjPnOKvmPNVA==', 'fingerprint': 'a0:f8:a6:bf:21:d3:2a:35:1c:1e:44:ba:2a:ca:46:06', 'user_id': 'a32d450563624c07884bf8c47769e723', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAMigIEPPsfPjzMQ+Flm7vT7LHLWVfydkmwIT3P5HH/YNGggxZWFSfd\njDPJcPRr62SgBwYFK4EEACKhZANiAAT/EXamRt3V+TURpHeZPKRD15grnsbDPs8+\nC5k7DQiXghuscpy9QSBP4Jgmp6wl6jrnoJhKVp9/ORvcNvNquuBeoyYKftTi9X77\nsTCU+m563pXVr+Uv95R8Iz5zir5jzVQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '53c6ab1f-6100-4cdf-adc5-90f012f43449', 'name': 'tempest-securitygroup--817845821', 'stateful': True, 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'description': 'tempest-description--761202617', 'shared': False, 'security_group_rules': [{'id': '0741bb0a-002b-4cd7-bef8-d41d8217d2f5', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '53c6ab1f-6100-4cdf-adc5-90f012f43449', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 193, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:11Z', 'updated_at': '2023-07-19T17:23:11Z', 'revision_number': 0}, {'id': '9a4e1a4c-9d4a-4b99-abe2-afbc290003ff', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '53c6ab1f-6100-4cdf-adc5-90f012f43449', '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': 192, 'description': None, 'tags': [], 'created_at ': '2023-07-19T17:23:11Z', 'updated_at': '2023-07-19T17:23:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:11Z', 'updated_at': '2023-07-19T17:23:11Z', 'revision_number': 1, 'project_id': '1285589ad2414d3583d9565d0650e006'}, 'floating_ip': {'id': '784b45a0-944d-4260-ac1d-3ebc3371e179', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:16Z', 'updated_at': '2023-07-19T17:23:16Z', 'revision_number': 0, 'ip': '172.24.4.38'}} 2023-07-19 17:23:17,718 79224 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.025s 2023-07-19 17:23:17,718 79224 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-1603893285", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c1a1177d-cb08-4d3d-a7e3-9b850853beb7"}], "security_groups": [{"name": "tempest-securitygroup--817845821"}], "key_name": "tempest-keypair-1713978206", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-7da626ff-af8f-406b-b3d2-2ba7349d9ed8', 'x-compute-request-id': 'req-7da626ff-af8f-406b-b3d2-2ba7349d9ed8', 'connection': 'close', 'status': '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-19 17:23:17,763 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1713978206 0.041s 2023-07-19 17:23:17,763 79224 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': 'Wed, 19 Jul 2023 17:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c28a022-51cd-4d23-a833-c17c938c9160', 'x-compute-request-id': 'req-6c28a022-51cd-4d23-a833-c17c938c9160', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1713978206'} Body: b'' 2023-07-19 17:23:19,441 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449 1.676s 2023-07-19 17:23:19,441 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-61dd227c-2eed-43f5-8009-7da4179eb7ac', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:19 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.21 0:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449'} Body: b'' 2023-07-19 17:23:19,478 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449 0.036s 2023-07-19 17:23:19,478 79224 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-ee32545e-9e31-40ba-8363-f6af2a0141bc', 'date': 'Wed, 19 Jul 2023 17:23:19 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/53c6ab1f-6100-4cdf-adc5-90f012f43449'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 53c6ab1f-6100-4cdf-adc5-90f012f43449 does not exist", "detail": ""}}' 2023-07-19 17:23:21,374 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/784b45a0-944d-4260-ac1d-3ebc3371e179 1.895s 2023-07-19 17:23:21,375 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-320159b4-a91e-4f2a-b540-006267e65c67', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/784b45a0-944d-4260-ac1d-3ebc3371e179'} 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-19 17:23:12,845 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:12,845 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:12,935 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.087s 2023-07-19 17:23:12,935 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1097070387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdQpC/flUsaapffqBrDv27HPnCZVuGVEeI/VceG7wnQxavaQ/4iAv1f7h0jRmeyT+Git1nMqkQFln6diX7v99JCh+pmWT3mkYruXLw24vPhf3ZfcsJTtAG4/6CjJmM5JQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:12 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-1c195def-e0c7-419c-aa22-f88e9ca1990f', 'x-compute-request-id': 'req-1c195def-e0c7-419c-aa22-f88e9ca1990f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1097070387", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdQpC/flUsaapffqBrDv27HPnCZVuGVEeI/VceG7wnQxavaQ/4iAv1f7h0jRmeyT+Git1nMqkQFln6diX7v99JCh+pmWT3mkYruXLw24vPhf3ZfcsJTtAG4/6CjJmM5JQ==", "fingerprint": "5c:fc:5d:03:57:3b:5b:cc:46:2b:e3:9f:46:44:19:30", "user_id": "eaf620765d4d4398b2c6279ae7ae7fba"}}' 2023-07-19 17:23:12,938 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1097070387 created 2023-07-19 17:23:14,263 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.324s 2023-07-19 17:23:14,263 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--967159654", "description": "tempest-description--1155412082"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2e21c2fc-0255-4f9a-91d2-9c2d4c40b805', 'date': 'Wed, 19 Jul 2023 17:23:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "name": "tempest-securitygroup--967159654", "stateful": true, "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "tempest-description--1155412082", "shared": false, "security_group_rules": [{"id": "2a913fb3-12aa-48bc-b586-d3553bed3a3f", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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": 207, "description": null, "tags": [], "created_at": "2023-07-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 0}, {"id": "af8a021d-59f7-4d36-b17e-713215bd5e35", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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": 208, "description": null, "tags": [], "created_at": "2023-07-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:13Z", "updated_at": "2023-07-19T17:23:13Z", "revision_number": 1, "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb"}}' 2023-07-19 17:23:15,215 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.951s 2023-07-19 17:23:15,215 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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-c9c4b7ff-f043-4484-94d1-0dd255ade7db', 'date': 'Wed, 19 Jul 2023 17:23: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": "300a006e-398f-4345-9bac-97e45869b518", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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-19T17:23:14Z", "updated_at": "2023-07-19T17:23:14Z", "revision_number": 0}}' 2023-07-19 17:23:16,634 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.418s 2023-07-19 17:23:16,634 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f5f17e1c-8ef1-4fbd-8043-55cf4a03b5ea', 'date': 'Wed, 19 Jul 2023 17:23:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b4c4f0a7-365e-4fad-8962-44b5b8bdb09e", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "f73a6c1f-cdf1-4fb2-a302-8cd092797d6e", "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-19T17:23:15Z", "updated_at": "2023-07-19T17:23:15Z", "revision_number": 0}}' 2023-07-19 17:23:16,634 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--967159654 created 2023-07-19 17:23:21,228 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.593s 2023-07-19 17:23:21,228 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-4a2a1bed-2be6-4c22-8f2f-0106b307a366', 'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c1aff291-fbca-415c-bd36-73e9bd933dfe", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "floating_ip_address": "172.24.4.19", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:19Z", "updated_at": "2023-07-19T17:23:19Z", "revision_number": 0}}' 2023-07-19 17:23:21,229 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c1aff291-fbca-415c-bd36-73e9bd933dfe', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:19Z', 'updated_at': '2023-07-19T17:23:19Z', 'revision_number': 0, 'ip': '172.24.4.19'} created 2023-07-19 17:23:21,346 79206 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.113s 2023-07-19 17:23:21,347 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-34a6f746-4214-4e65-a8b2-bd0e0d1ed721', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eaf620765d4d4398b2c6279ae7ae7fba", "name": "tempest-AttachVolumeNegativeTest-2102145767-project-member", "password_expires_at": null}, "audit_ids": ["13Z2gWmzQvGCFvQQmME-5w"], "expires_at": "2023-07-19T18:23:21.000000Z", "issued_at": "2023-07-19T17:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "name": "tempest-AttachVolumeNegativeTest-2102145767"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:21,347 79206 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '5995bd89-4e0d-4687-9691-a30b73524f85', 'name': 'tempest-AttachVolumeNegativeTest-1884418703-network', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12614, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:21,348 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1097070387', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdQpC/flUsaapffqBrDv27HPnCZVuGVEeI/VceG7wnQxavaQ/4iAv1f7h0jRmeyT+Git1nMqkQFln6diX7v99JCh+pmWT3mkYruXLw24vPhf3ZfcsJTtAG4/6CjJmM5JQ==', 'fingerprint': '5c:fc:5d:03:57:3b:5b:cc:46:2b:e3:9f:46:44:19:30', 'user_id': 'eaf620765d4d4398b2c6279ae7ae7fba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8dAu3qgQG6S3gS4KEdkEq48py9uPZXS7dtFThkxxzC46utoW1zLU2\nNfJryEqubCagBwYFK4EEACKhZANiAATXUKQv35VLGmqX36gaw79uxz5wmVbhlRHi\nP1XHhu8J0MWr2kP+IgL9X+4dI0Znsk/hordZzKpEBZZ+nYl+7/fSQofqZlk95pGK\n7ly8NuLz4X92X3LCU7QBuP+goyZjOSU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f73a6c1f-cdf1-4fb2-a302-8cd092797d6e', 'name': 'tempest-securitygroup--967159654', 'stateful': True, 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': 'tempest-description--1155412082', 'shared': False, 'security_group_rules': [{'id': '2a913fb3-12aa-48bc-b586-d3553bed3a3f', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f73a6c1f-cdf1-4fb2-a302-8cd092797d6e', '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': 207, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:13Z', 'updated_at': '2023-07-19T17:23:13Z', 'revision_number': 0}, {'id': 'af8a021d-59f7-4d36-b17e-713215bd5e35', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': 'f73a6c1f-cdf1-4fb2-a302-8cd092797d6e', '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': 208, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:13Z', 'updated_at': '2023-07-19T17:23:13Z', 'revision_number' : 0}], 'tags': [], 'created_at': '2023-07-19T17:23:13Z', 'updated_at': '2023-07-19T17:23:13Z', 'revision_number': 1, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb'}, 'floating_ip': {'id': 'c1aff291-fbca-415c-bd36-73e9bd933dfe', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.19', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:19Z', 'updated_at': '2023-07-19T17:23:19Z', 'revision_number': 0, 'ip': '172.24.4.19'}} 2023-07-19 17:23:21,374 79206 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.025s 2023-07-19 17:23:21,374 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1737752359", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5995bd89-4e0d-4687-9691-a30b73524f85"}], "security_groups": [{"name": "tempest-securitygroup--967159654"}], "key_name": "tempest-keypair-1097070387", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-d5bdf2c1-12ea-4e59-8cfa-288e3eea36b2', 'x-compute-request-id': 'req-d5bdf2c1-12ea-4e59-8cfa-288e3eea36b2', 'connection': 'close', 'status': '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-19 17:23:21,424 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097070387 0.048s 2023-07-19 17:23:21,424 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00fb5276-0c46-413f-9ea3-bc95a816274d', 'x-compute-request-id': 'req-00fb5276-0c46-413f-9ea3-bc95a816274d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097070387'} Body: b'' 2023-07-19 17:23:22,085 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e 0.660s 2023-07-19 17:23:22,086 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e6347cdd-5ec5-4660-8b63-10c375c8493d', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e'} Body: b'' 2023-07-19 17:23:22,113 79206 INFO [tempest.lib.commo n.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e 0.027s 2023-07-19 17:23:22,114 79206 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-9163ac4b-dee0-4332-80c2-ee65ce1867ae', 'date': 'Wed, 19 Jul 2023 17:23:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f73a6c1f-cdf1-4fb2-a302-8cd092797d6e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f73a6c1f-cdf1-4fb2-a302-8cd092797d6e does not exist", "detail": ""}}' 2023-07-19 17:23:23,676 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c1aff291-fbca-415c-bd36-73e9bd933dfe 1.561s 2023-07-19 17:23:23,677 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-70135839-12f1-4c28-98bc-47d827d75ece', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c1aff291-fbca-415c-bd36-73e9bd933dfe'} 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-19 17:23:21,379 79224 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:21,379 79224 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:21,461 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.079s 2023-07-19 17:23:21,461 79224 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-494164092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiM0ysFteTDh72N1mUvcOI05MarYEhKxKE4kliFa7NGPq9BUlMSy3B03qtRfsKwH+7PRtro3TxDvWZvlYs9+XXm474QgdrEvuyEmCynxLuD5xCjqAn4pbhAtEoW0MPseg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b43bfd22-0e57-4b26-892a-d25b0ba3c542', 'x-compute-request-id': 'req-b43bfd22-0e57-4b26-892a-d25b0ba3c542', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-494164092", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiM0ysFteTDh72N1mUvcOI05MarYEhKxKE4kliFa7NGPq9BUlMSy3B03qtRfsKwH+7PRtro3TxDvWZvlYs9+XXm474QgdrEvuyEmCynxLuD5xCjqAn4pbhAtEoW0MPseg==", "fingerprint": "e6:d2:ff:a7:ae:ef:3a:6d:95:ff:f9:03:f4:2d:a0:5e", "user_id": "a32d450563624c07884bf8c47769e723"}}' 2023-07-19 17:23:21,464 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-494164092 created 2023-07-19 17:23:22,133 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.668s 2023-07-19 17:23:22,133 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1522609433", "description": "tempest-description--289541514"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-b90f48a8-320c-4e02-b836-28f08ba9a63c', 'date': 'Wed, 19 Jul 2023 17:23:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "name": "tempest-securitygroup--1522609433", "stateful": true, "tenant_id": "1285589ad2414d3583d9565d0650e006", "description": "tempest-description--289541514", "shared": false, "security_group_rules": [{"id": "41ac4097-0308-4eed-a13c-49454668e759", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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": 268, "description": null, "tags": [], "created_at": "2023-07-19T17:23:21Z", "updated_at": "2023-07-19T17:23:21Z", "revision_number": 0}, {"id": "fe00f20d-4435-491a-b560-50cd01f1197d", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_ra nge_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 267, "description": null, "tags": [], "created_at": "2023-07-19T17:23:21Z", "updated_at": "2023-07-19T17:23:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:21Z", "updated_at": "2023-07-19T17:23:21Z", "revision_number": 1, "project_id": "1285589ad2414d3583d9565d0650e006"}}' 2023-07-19 17:23:23,489 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.355s 2023-07-19 17:23:23,490 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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-f2fdb805-39b2-4183-92cd-c86348406649', 'date': 'Wed, 19 Jul 2023 17:23: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": "c0165d1a-38f3-49a5-ad28-10b129cfc108", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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-19T17:23:22Z", "updated_at": "2023-07-19T17:23:22Z", "revision_number": 0}}' 2023-07-19 17:23:24,308 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.817s 2023-07-19 17:23:24,308 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8dfdb047-5c92-469e-9711-633f6f5ff94b', 'date': 'Wed, 19 Jul 2023 17:23: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": "72d5f4a6-9145-4ece-9009-da39b0771336", "project_id": "1285589ad2414d3583d9565d0650e006", "tenant_id": "1285589ad2414d3583d9565d0650e006", "security_group_id": "1380b820-2f2c-4dc9-a094-3d5909c38e4c", "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-19T17:23:23Z", "updated_at": "2023-07-19T17:23:23Z", "revision_number": 0}}' 2023-07-19 17:23:24,308 79224 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1522609433 created 2023-07-19 17:23:27,281 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.971s 2023-07-19 17:23:27,281 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-460d8616-92b3-4333-b98d-d3b70cdb98b6', 'date': 'Wed, 19 Jul 2023 17:23:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b6bbf601-63aa-443f-9cdb-a99a11915e92", "tenant_id": "1285589ad2414d3583d9565d0650e006", "floating_ip_address": "172.24.4.226", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1285589ad2414d3583d9565d0650e006", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:26Z", "updated_at": "2023-07-19T17:23:26Z", "revision_number": 0}}' 2023-07-19 17:23:27,281 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b6bbf601-63aa-443f-9cdb-a99a11915e92', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:26Z', 'updated_at': '2023-07-19T17:23:26Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2023-07-19 17:23:27,374 79224 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.087s 2023-07-19 17:23:27,374 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:27 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-545d09b1-6921-4fe7-a8cd-f1a0818f3b24', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a32d450563624c07884bf8c47769e723", "name": "tempest-AttachVolumeShelveTestJSON-1497210818-project-member", "password_expires_at": null}, "audit_ids": ["grqPlslPQWGx4aCf4f0zSA"], "expires_at": "2023-07-19T18:23:27.000000Z", "issued_at": "2023-07-19T17:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1285589ad2414d3583d9565d0650e006", "name": "tempest-AttachVolumeShelveTestJSON-1497210818"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "inter face": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1285589ad2414d3583d9565d0650e006", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:27,375 79224 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'c1a1177d-cb08-4d3d-a7e3-9b850853beb7', 'name': 'tempest-AttachVolumeShelveTestJSON-200787098-network', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1285589ad2414d3583d9565d0650e006', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43465, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:27,375 79224 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-494164092', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiM0ysFteTDh72N1mUvcOI05MarYEhKxKE4kliFa7NGPq9BUlMSy3B03qtRfsKwH+7PRtro3TxDvWZvlYs9+XXm474QgdrEvuyEmCynxLuD5xCjqAn4pbhAtEoW0MPseg==', 'fingerprint': 'e6:d2:ff:a7:ae:ef:3a:6d:95:ff:f9:03:f4:2d:a0:5e', 'user_id': 'a32d450563624c07884bf8c47769e723', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDNGauGSzeySo38Yd4VNiG6bbpTJvEXxaMJqF+yc0UMifTPdmeZYcSx\ndc+ptuW23QegBwYFK4EEACKhZANiAARIjNMrBbXkw4e9jdZlL3DiNOTGq2BISsSh\nOJJYhWuzRj6vQVJTEstwdN6rUX7CsB/uz0ba6N08Q71mb5WLPfl15uO+EIHaxL7s\nhJgsp8S7g+cQo6gJ+KW4QLRKFtDD7Ho=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1380b820-2f2c-4dc9-a094-3d5909c38e4c', 'name': 'tempest-securitygroup--1522609433', 'stateful': True, 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'description': 'tempest-description--289541514', 'shared': False, 'security_group_rules': [{'id': '41ac4097-0308-4eed-a13c-49454668e759', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '1380b820-2f2c-4dc9-a094-3d5909c38e4c', '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': 268, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:21Z', 'updated_at': '2023-07-19T17:23:21Z', 'revision_number': 0}, {'id': 'fe00f20d-4435-491a-b560-50cd01f1197d', 'project_id': '1285589ad2414d3583d9565d0650e006', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'security_group_id': '1380b820-2f2c-4dc9-a094-3d5909c38e4c', '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': 267, 'description': None, 'tags': [], 'created _at': '2023-07-19T17:23:21Z', 'updated_at': '2023-07-19T17:23:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:21Z', 'updated_at': '2023-07-19T17:23:21Z', 'revision_number': 1, 'project_id': '1285589ad2414d3583d9565d0650e006'}, 'floating_ip': {'id': 'b6bbf601-63aa-443f-9cdb-a99a11915e92', 'tenant_id': '1285589ad2414d3583d9565d0650e006', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1285589ad2414d3583d9565d0650e006', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:26Z', 'updated_at': '2023-07-19T17:23:26Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2023-07-19 17:23:27,398 79224 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.022s 2023-07-19 17:23:27,398 79224 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-1141205363", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c1a1177d-cb08-4d3d-a7e3-9b850853beb7"}], "security_groups": [{"name": "tempest-securitygroup--1522609433"}], "key_name": "tempest-keypair-494164092", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-7fd1bee7-a0ba-4752-a348-af6cef68744e', 'x-compute-request-id': 'req-7fd1bee7-a0ba-4752-a348-af6cef68744e', 'connection': 'close', 'status': '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-19 17:23:27,434 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494164092 0.035s 2023-07-19 17:23:27,435 79224 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': 'Wed, 19 Jul 2023 17:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b882e0-99c6-4858-b8e8-8eb8d04b0e96', 'x-compute-request-id': 'req-f4b882e0-99c6-4858-b8e8-8eb8d04b0e96', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494164092'} Body: b'' 2023-07-19 17:23:28,194 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c 0.759s 2023-07-19 17:23:28,195 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-2d62a88b-684d-4213-90a4-0048bb07bfbb', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0 .210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c'} Body: b'' 2023-07-19 17:23:28,239 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c 0.043s 2023-07-19 17:23:28,239 79224 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-8e22309e-74ed-4108-a701-f7268cf66b19', 'date': 'Wed, 19 Jul 2023 17:23:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/1380b820-2f2c-4dc9-a094-3d5909c38e4c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1380b820-2f2c-4dc9-a094-3d5909c38e4c does not exist", "detail": ""}}' 2023-07-19 17:23:29,625 79224 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b6bbf601-63aa-443f-9cdb-a99a11915e92 1.385s 2023-07-19 17:23:29,626 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ccc89bd4-9e5d-4641-9c3a-533697e12f80', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b6bbf601-63aa-443f-9cdb-a99a11915e92'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:23:23,679 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:23,680 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:23,762 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2023-07-19 17:23:23,762 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1388202851", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFBFm8YmW4GfToPCjcB4HqF6a/jv+zyKZOOAz8CnQpmfH7LYpLfX4sbGPVQw+cJSDiJPlK+kmVrluf4YL1DTDt04rb7/OzXTZheI29A37Iv4vKV7GQ5DXfWSmhr+xYEQdQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:23 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-a38bc3ed-cdd4-411b-8c92-a2625713c6ac', 'x-compute-request-id': 'req-a38bc3ed-cdd4-411b-8c92-a2625713c6ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1388202851", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFBFm8YmW4GfToPCjcB4HqF6a/jv+zyKZOOAz8CnQpmfH7LYpLfX4sbGPVQw+cJSDiJPlK+kmVrluf4YL1DTDt04rb7/OzXTZheI29A37Iv4vKV7GQ5DXfWSmhr+xYEQdQ==", "fingerprint": "b2:6b:8b:b0:60:d9:50:44:25:d6:18:cc:5c:23:0c:c8", "user_id": "eaf620765d4d4398b2c6279ae7ae7fba"}}' 2023-07-19 17:23:23,766 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1388202851 created 2023-07-19 17:23:25,008 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.241s 2023-07-19 17:23:25,009 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1931774730", "description": "tempest-description--1263609000"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-057a73ed-806e-4af1-b8bb-e0b54b7358f3', 'date': 'Wed, 19 Jul 2023 17:23:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "name": "tempest-securitygroup--1931774730", "stateful": true, "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "tempest-description--1263609000", "shared": false, "security_group_rules": [{"id": "3f6cec62-d2bb-4c70-8ba6-ea962a06186b", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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": 299, "description": null, "tags": [], "created_at": "2023-07-19T17:23:24Z", "updated_at": "2023-07-19T17:23:24Z", "revision_number": 0}, {"id": "437a29e3-bde1-4e07-b2b2-fe25a24311d8", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 300, "description": null, "tags": [], "created_at": "2023-07-19T17:23:24Z", "updated_at": "2023-07-19T17:23:24Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:24Z", "updated_at": "2023-07-19T17:23:24Z", "revision_number": 1, "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb"}}' 2023-07-19 17:23:25,702 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.693s 2023-07-19 17:23:25,703 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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-f318561e-48db-4c1d-ab64-04785f3fcb01', 'date': 'Wed, 19 Jul 2023 17:23: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": "5194b34c-cb63-4a99-a179-4804082a755e", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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-19T17:23:25Z", "updated_at": "2023-07-19T17:23:25Z", "revision_number": 0}}' 2023-07-19 17:23:26,842 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.139s 2023-07-19 17:23:26,843 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2064b427-5d9e-4661-a047-c72dcbd4ba70', 'date': 'Wed, 19 Jul 2023 17:23:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "86e7a165-c3db-4744-948f-6e0b1b0b2a13", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "security_group_id": "7dcb2c32-2c47-4450-b026-a81317cfb9a5", "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-19T17:23:26Z", "updated_at": "2023-07-19T17:23:26Z", "revision_number": 0}}' 2023-07-19 17:23:26,843 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1931774730 created 2023-07-19 17:23:31,309 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 4.466s 2023-07-19 17:23:31,310 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-871fc968-0e5f-431e-80aa-c387cf344049', 'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "768d0389-0263-40c8-8dbb-10e477a433ec", "tenant_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "floating_ip_address": "172.24.4.149", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:29Z", "updated_at": "2023-07-19T17:23:29Z", "revision_number": 0}}' 2023-07-19 17:23:31,310 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '768d0389-0263-40c8-8dbb-10e477a433ec', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:29Z', 'updated_at': '2023-07-19T17:23:29Z', 'revision_number': 0, 'ip': '172.24.4.149'} created 2023-07-19 17:23:31,399 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-07-19 17:23:31,399 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-df4e5f70-084f-4c54-bafe-d0b72b9de645', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eaf620765d4d4398b2c6279ae7ae7fba", "name": "tempest-AttachVolumeNegativeTest-2102145767-project-member", "password_expires_at": null}, "audit_ids": ["LCq8wmp0QmyFo-Bka8FOQg"], "expires_at": "2023-07-19T18:23:31.000000Z", "issued_at": "2023-07-19T17:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c2aaee0cb3e44b1bdd7bb30f46193eb", "name": "tempest-AttachVolumeNegativeTest-2102145767"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume /v3/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c2aaee0cb3e44b1bdd7bb30f46193eb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:31,400 79206 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '5995bd89-4e0d-4687-9691-a30b73524f85', 'name': 'tempest-AttachVolumeNegativeTest-1884418703-network', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12614, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:31,400 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1388202851', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFBFm8YmW4GfToPCjcB4HqF6a/jv+zyKZOOAz8CnQpmfH7LYpLfX4sbGPVQw+cJSDiJPlK+kmVrluf4YL1DTDt04rb7/OzXTZheI29A37Iv4vKV7GQ5DXfWSmhr+xYEQdQ==', 'fingerprint': 'b2:6b:8b:b0:60:d9:50:44:25:d6:18:cc:5c:23:0c:c8', 'user_id': 'eaf620765d4d4398b2c6279ae7ae7fba', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD3CopRkS3MMFydHYkdhEPbxrJaptrlkM1p0yRwPoLHmJz3llDvawqp\n1DrK1cdueS2gBwYFK4EEACKhZANiAARQRZvGJluBn06Dwo3AeB6hemv47/s8imTj\ngM/Ap0KZnx+y2KS31+LGxj1UMPnCUg4iT5SvpJla5bn+GC9Q0w7dOK2+/zs102YX\niNvQN+yL+LylexkOQ131kpoa/sWBEHU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7dcb2c32-2c47-4450-b026-a81317cfb9a5', 'name': 'tempest-securitygroup--1931774730', 'stateful': True, 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': 'tempest-description--1263609000', 'shared': False, 'security_group_rules': [{'id': '3f6cec62-d2bb-4c70-8ba6-ea962a06186b', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': '7dcb2c32-2c47-4450-b026-a81317cfb9a5', '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': 299, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:24Z', 'updated_at': '2023-07-19T17:23:24Z', 'revision_number': 0}, {'id': '437a29e3-bde1-4e07-b2b2-fe25a24311d8', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'security_group_id': '7dcb2c32-2c47-4450-b026-a81317cfb9a5', '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': 300, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:24Z', 'updated_at': '2023-07-19T17:23:24Z', 'revision_number': 0}], 'tags': [], 'cre ated_at': '2023-07-19T17:23:24Z', 'updated_at': '2023-07-19T17:23:24Z', 'revision_number': 1, 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb'}, 'floating_ip': {'id': '768d0389-0263-40c8-8dbb-10e477a433ec', 'tenant_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'floating_ip_address': '172.24.4.149', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c2aaee0cb3e44b1bdd7bb30f46193eb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:29Z', 'updated_at': '2023-07-19T17:23:29Z', 'revision_number': 0, 'ip': '172.24.4.149'}} 2023-07-19 17:23:31,439 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.038s 2023-07-19 17:23:31,439 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-881141217", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5995bd89-4e0d-4687-9691-a30b73524f85"}], "security_groups": [{"name": "tempest-securitygroup--1931774730"}], "key_name": "tempest-keypair-1388202851", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-6036e1cf-7f21-425a-acba-aee68e260d24', 'x-compute-request-id': 'req-6036e1cf-7f21-425a-acba-aee68e260d24', 'connection': 'close', 'status': '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-19 17:23:31,478 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1388202851 0.038s 2023-07-19 17:23:31,479 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a2cfa6-6119-4c1a-8e1c-327b8f7be2a1', 'x-compute-request-id': 'req-f0a2cfa6-6119-4c1a-8e1c-327b8f7be2a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1388202851'} Body: b'' 2023-07-19 17:23:32,217 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5 0.738s 2023-07-19 17:23:32,218 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c4af215-c4f9-482b-a46e-05ab15df4c01', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5'} Body: b'' 2023-07-19 17:23:32,350 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolume NegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5 0.131s 2023-07-19 17:23:32,350 79206 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-2f878d6b-f094-47e5-a54b-f83785170318', 'date': 'Wed, 19 Jul 2023 17:23:32 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7dcb2c32-2c47-4450-b026-a81317cfb9a5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7dcb2c32-2c47-4450-b026-a81317cfb9a5 does not exist", "detail": ""}}' 2023-07-19 17:23:34,703 79206 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/768d0389-0263-40c8-8dbb-10e477a433ec 2.352s 2023-07-19 17:23:34,703 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-90065255-623e-4237-8863-eb04b05d9e54', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/768d0389-0263-40c8-8dbb-10e477a433ec'} 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-19 17:23:31,323 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes 0.367s 2023-07-19 17:23:31,323 79208 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-1727507725"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cf9802-e905-4666-8294-c3f703da27b7', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cf9802-e905-4666-8294-c3f703da27b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.260846", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:31,395 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3 0.059s 2023-07-19 17:23:31,396 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a1846e-2b49-4b10-bde2-18bdf6a9a5bb', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a1846e-2b49-4b10-bde2-18bdf6a9a5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:32,459 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3 0.043s 2023-07-19 17:23:32,459 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c278813b-65f3-480e-87eb-1ae7eb3dfa38', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c278813b-65f3-480e-87eb-1ae7eb3dfa38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.000000", "updated_at": "2023-07-19T17:23:31.000000", "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:33,512 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3 0.041s 2023-07-19 17:23:33,512 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d337b5-54c5-4297-8f87-d48615013a49', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d337b5-54c5-4297-8f87-d48615013a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3'} Body: b'{"volume": {"id": "24a3a230-5e7c-4144-af67-5b05aad4a5d3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:31.000000", "updated_at": "2023-07-19T17:23:33.000000", "name": "tempest-TestVolumeSwap-volume-1727507725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/24a3a230-5e7c-4144-af67-5b05aad4a5d3"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:33,522 79208 INFO [tempest.common.waiters] volume 24a3a230-5e7c-4144-af67-5b05aad4a5d3 reached available after waiting for 2.522890 seconds 2023-07-19 17:23:33,782 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes 0.259s 2023-07-19 17:23:33,782 79208 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-1365768989"}} Response - Headers: {'date' : 'Wed, 19 Jul 2023 17:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3edd04-68ea-4a53-82b4-088ca4e4a568', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3edd04-68ea-4a53-82b4-088ca4e4a568', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:33.691392", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:33,839 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f 0.047s 2023-07-19 17:23:33,840 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819b236d-eb88-4120-afc6-190503a59a54', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819b236d-eb88-4120-afc6-190503a59a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:34.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:34,899 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f 0.038s 2023-07-19 17:23:34,900 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65acaea8-801d-4bce-b677-f1f45c607104', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65acaea8-801d-4bce-b677-f1f45c607104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1 772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:34.000000", "updated_at": "2023-07-19T17:23:34.000000", "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:35,966 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f 0.055s 2023-07-19 17:23:35,966 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be1054aa-aefd-48bc-9c61-97496307f632', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be1054aa-aefd-48bc-9c61-97496307f632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f'} Body: b'{"volume": {"id": "a15d8483-a8bd-4cfe-983b-231f852a163f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:34.000000", "updated_at": "2023-07-19T17:23:36.000000", "name": "tempest-TestVolumeSwap-volume-1365768989", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4342f1772f6740bf9486e60a064b79d6/volumes/a15d8483-a8bd-4cfe-983b-231f852a163f"}], "user_id": "a9fae424b37c43caacbf35ef4be1617f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:35,976 79208 INFO [tempest.common.waiters] volume a15d8483-a8bd-4cfe-983b-231f852a163f reached available after waiting for 2.976947 seconds 2023-07-19 17:23:35,977 79208 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:36,061 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.081s 2023-07-19 17:23:36,061 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1589595636", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIk6afiLRjF+d7lTD+D4TpfCsrVvZ4loE4cge0nLA5jTItKTCl1fSy7SsznvTFdRXPBDL9KCU1KaMjJhHwqwbNvSraxxW4WIkj4PFpusnj6q+8A48ojZ1m7sSScO7rBJ2Q=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nov a-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fec9519d-84d6-4478-804d-e508650b29cd', 'x-compute-request-id': 'req-fec9519d-84d6-4478-804d-e508650b29cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1589595636", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIk6afiLRjF+d7lTD+D4TpfCsrVvZ4loE4cge0nLA5jTItKTCl1fSy7SsznvTFdRXPBDL9KCU1KaMjJhHwqwbNvSraxxW4WIkj4PFpusnj6q+8A48ojZ1m7sSScO7rBJ2Q==", "fingerprint": "9c:b3:96:39:88:b7:a9:fb:f3:4e:a1:83:b8:b2:3a:70", "user_id": "a9fae424b37c43caacbf35ef4be1617f"}}' 2023-07-19 17:23:36,064 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1589595636 created 2023-07-19 17:23:36,596 79208 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.531s 2023-07-19 17:23:36,596 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1696137583", "description": "tempest-description--1554668122"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a84121ca-3fd6-417d-999b-02527b83775e', 'date': 'Wed, 19 Jul 2023 17:23:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "name": "tempest-securitygroup--1696137583", "stateful": true, "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "description": "tempest-description--1554668122", "shared": false, "security_group_rules": [{"id": "5fa26cbb-58ca-4321-b5e5-09b5d4fbaf3f", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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": 353, "description": null, "tags": [], "created_at": "2023-07-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 0}, {"id": "fead705a-2f72-4692-889a-da933b0c89be", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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": 354, "description": null, "tags": [], "created_at": "2023-07-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 1, "project_id": "4342f1772f6740bf9486e60a064b79d6"}}' 2023-07-19 17:23:37,132 79208 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.535s 2023-07-19 17:23:37,132 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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-75d5f073-8636-4e4f-8827-72849e43535b', 'date': 'Wed, 19 Jul 2023 17:23:37 GMT', 'conn ection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fd6394a-f393-49a6-8d51-e5c5cc198a5b", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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-19T17:23:36Z", "updated_at": "2023-07-19T17:23:36Z", "revision_number": 0}}' 2023-07-19 17:23:38,090 79208 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.957s 2023-07-19 17:23:38,090 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c05c2ccd-7b00-4dc4-91b1-02fbb19e60a7', 'date': 'Wed, 19 Jul 2023 17:23:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "91e4ea86-880c-453a-abc6-deeda83e3096", "project_id": "4342f1772f6740bf9486e60a064b79d6", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "security_group_id": "b7955eb6-277d-4f6e-a433-74c2d694d2d3", "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-19T17:23:37Z", "updated_at": "2023-07-19T17:23:37Z", "revision_number": 0}}' 2023-07-19 17:23:38,090 79208 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1696137583 created 2023-07-19 17:23:41,361 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.270s 2023-07-19 17:23:41,361 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8ba74abb-b602-40e4-b82d-4b68c6ebadc4', 'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1b13cce4-9c6e-47bf-9160-b7e368f5eb6d", "tenant_id": "4342f1772f6740bf9486e60a064b79d6", "floating_ip_address": "172.24.4.15", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4342f1772f6740bf9486e60a064b79d6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:39Z", "updated_at": "2023-07-19T17:23:39Z", "revision_number": 0}}' 2023-07-19 17:23:41,361 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1b13cce4-9c6e-47bf-9160-b7e368f5eb6d', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4342f1772f6740bf9486e60a064b79d6' , 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:39Z', 'updated_at': '2023-07-19T17:23:39Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-07-19 17:23:41,454 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-07-19 17:23:41,454 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2799', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f3c3e014-5412-484a-8592-e547f2e9fbb8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a9fae424b37c43caacbf35ef4be1617f", "name": "tempest-TestVolumeSwap-883899359-project-member", "password_expires_at": null}, "audit_ids": ["XZoYr_nVR8im2ZIzixxpHQ"], "expires_at": "2023-07-19T18:23:41.000000Z", "issued_at": "2023-07-19T17:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4342f1772f6740bf9486e60a064b79d6", "name": "tempest-TestVolumeSwap-883899359"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4342f1772f6740bf9486e60a064b79d6", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4342f1772f6740bf9486e60a064b79d6", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:41,455 79208 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '2544ad59-530e-4c55-be75-e2f1545a5ba7', 'name': 'tempest-TestVolumeSwap-1064123953-network', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'admin_state_up': True, 'mtu': 1442, 'stat us': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5106, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:51Z', 'updated_at': '2023-07-19T17:22:52Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:41,456 79208 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1589595636', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIk6afiLRjF+d7lTD+D4TpfCsrVvZ4loE4cge0nLA5jTItKTCl1fSy7SsznvTFdRXPBDL9KCU1KaMjJhHwqwbNvSraxxW4WIkj4PFpusnj6q+8A48ojZ1m7sSScO7rBJ2Q==', 'fingerprint': '9c:b3:96:39:88:b7:a9:fb:f3:4e:a1:83:b8:b2:3a:70', 'user_id': 'a9fae424b37c43caacbf35ef4be1617f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB9mjHqqysXn2gD4nmBnuYZ6J/DN9h6r+H+aQDnxMzTPAp8HoACYX5K\nndtwcJgBEE6gBwYFK4EEACKhZANiAASJOmn4i0Yxfne5Uw/g+E6XwrK1b2eJaBOH\nIHtJywOY0yLSkwpdX0su0rM570xXUVzwQy/SglNSmjIyYR8KsGzb0q2scVuFiJI+\nDxabrJ4+qvvAOPKI2dZu7EknDu6wSdk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b7955eb6-277d-4f6e-a433-74c2d694d2d3', 'name': 'tempest-securitygroup--1696137583', 'stateful': True, 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'description': 'tempest-description--1554668122', 'shared': False, 'security_group_rules': [{'id': '5fa26cbb-58ca-4321-b5e5-09b5d4fbaf3f', 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'security_group_id': 'b7955eb6-277d-4f6e-a433-74c2d694d2d3', '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': 353, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:36Z', 'updated_at': '2023-07-19T17:23:36Z', 'revision_number': 0}, {'id': 'fead705a-2f72-4692-889a-da933b0c89be', 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'security_group_id': 'b7955eb6-277d-4f6e-a433-74c2d694d2d3', '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': 354, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:36Z', 'updated_at': '2023-07-19T17:23:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:36Z', 'updated_at': '2023-07-19T17:23:36Z', 'revision_number': 1, 'project_id': '4342f1772f6740bf9486e60a064b79d6'}, 'floating_ip': {'id': '1b13cce4-9c6e-47bf-9160-b7e368f5eb6d', 'tenant_id': '4342f1772f6740bf9486e60a064b79d6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4342f1772f6740bf9486e60a064b79d6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:39Z', 'updated_at': '2023-07-19T17:23:39Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-07-19 17:23:41,482 79208 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.026s 2023-07-19 17:23:41,483 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-75263704", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "2544ad59-530e-4c55-be75-e2f1545a5ba7"}], "security_groups": [{"nam e": "tempest-securitygroup--1696137583"}], "key_name": "tempest-keypair-1589595636", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-019c6bcb-a17b-493a-bfdf-99755463b8f1', 'x-compute-request-id': 'req-019c6bcb-a17b-493a-bfdf-99755463b8f1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.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-19 17:23:45,901 79218 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:46,225 79218 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.321s 2023-07-19 17:23:46,225 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-290340974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDzF2L+pD1i9SJ0paM5WikJa3k7ewyKm/tq222TG9rMxotRk0idT0OLFuwuDMp+LuxeX3KGcoRm3ianz+4b/nWrMEpjpwZSYKrFhiSD7gtJaJL4orw54ESaSDDt0E4pSXw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73528814-b26b-404b-b0c5-e489f8be5256', 'x-compute-request-id': 'req-73528814-b26b-404b-b0c5-e489f8be5256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-290340974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDzF2L+pD1i9SJ0paM5WikJa3k7ewyKm/tq222TG9rMxotRk0idT0OLFuwuDMp+LuxeX3KGcoRm3ianz+4b/nWrMEpjpwZSYKrFhiSD7gtJaJL4orw54ESaSDDt0E4pSXw==", "fingerprint": "38:59:20:79:dc:75:9a:2c:e1:f6:83:b6:b2:21:7b:e9", "user_id": "0d27a69f291d4a5c85673711d28b5378"}}' 2023-07-19 17:23:46,234 79218 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-290340974 created 2023-07-19 17:23:46,973 79218 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.738s 2023-07-19 17:23:46,974 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1494134850", "description": "tempest-description--2066700687"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-4e5fd438-763d-4c67-af93-c24ad887ae9e', 'date': 'Wed, 19 Jul 2023 17:23:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6f0696cf-257a-4264-b111-25e224bb523c", "name": "tempest-securitygroup--1494134850", "stateful": true, "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "description": "tempest-description--2066700687", "shared": false, "security_group_rules": [{"id": "7aa450a9-5f0a-4ae5-854d-a43dd6119068", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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": 386, "description": null, "tags": [], "created_at": "2023-07-19T17:23:46Z", "updated_at": "2023-07-19T17:23:46Z", "revision_number": 0}, {"id": "ce76b5a6-2595-4eb9-b423-5afe1ee2836c", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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": 387, "description": null, "tags": [], "created_at": "2023-07-19T17:23:46Z", "updated_at": "2023-07-19T17:23:46Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:46Z", "updated_at": "2023-07-19T17:23:46Z", "revision_number": 1, "project_id": "6236da92cae64e26bdf9e6d8cbdc8240"}}' 2023-07-19 17:23:48,316 79218 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.341s 2023-07-19 17:23:48,316 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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-469713eb-75ab-42e8-a1ac-fc5c9dee5069', 'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f6d5315a-74ee-4d7c-8f82-c8dc5f7b158b", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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-19T17:23:47Z", "updated_at": "2023-07-19T17:23:47Z", "revision_number": 0}}' 2023-07-19 17:23:49,597 79218 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.280s 2023-07-19 17:23:49,597 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-24f8c19b-17a0-46b6-99ba-69e570fd60aa', 'date': 'Wed, 19 Jul 2023 17:23:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "92ee3b89-71f9-4d18-9822-dc62f5b27b80", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "security_group_id": "6f0696cf-257a-4264-b111-25e224bb523c", "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-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 0}}' 2023-07-19 17:23:49,597 79218 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1494134850 created 2023-07-19 17:23:51,245 79218 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.647s 2023-07-19 17:23:51,245 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5d450ff0-2d66-4ab3-a2c2-6f54ef235f76', 'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c2a9e415-8dea-44e3-9c71-8a6be145dfb3", "tenant_id": "6236da92cae64e26bdf9e6d8cbdc8240", "floating_ip_address": "172.24.4.186", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6236da92cae64e26bdf9e6d8cbdc8240", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "revision_number": 0}}' 2023-07-19 17:23:51,245 79218 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c2a9e415-8dea-44e3-9c71-8a6be145dfb3', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:50Z', 'updated_at': '2023-07-19T17:23:50Z', 'revision_number': 0, 'ip': '172.24.4.186'} created 2023-07-19 17:23:51,364 79218 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.113s 2023-07-19 17:23:51,364 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-37e58029-4ff7-45c5-a381-874a9e15d354', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0d27a69f291d4a5c85673711d28b5378", "name": "tempest-VolumesAdminNegativeTest-2034025930-project-member", "password_expires_at": null}, "audit_ids": ["dV2uzI_STt2nTnjt5HXDxw"], "expires_at": "2023-07-19T18:23:51.000000Z", "issued_at": "2023-07-19T17:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6236da92cae64e26bdf9e6d8cbdc8240", "name": "tempest-VolumesAdminNegativeTest-2034025930"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:51,365 79218 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '6a7e8f25-174a-4ef5-a55d-a675afb4e8e9', 'name': 'tempest-VolumesAdminNegativeTest-682326614-network', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56908, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:52Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:51,366 79218 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-290340974', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDzF2L+pD1i9SJ0paM5WikJa3k7ewyKm/tq222TG9rMxotRk0idT0OLFuwuDMp+LuxeX3KGcoRm3ianz+4b/nWrMEpjpwZSYKrFhiSD7gtJaJL4orw54ESaSDDt0E4pSXw==', 'fingerprint': '38:59:20:79:dc:75:9a:2c:e1:f6:83:b6:b2:21:7b:e9', 'user_id': '0d27a69f291d4a5c85673711d28b5378', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDApUfW9TpwZ9z9XtNFSRptGik24tUsorAMHN1scKTN/xGhoJS+1Pklu\n2lkYzDiuPumgBwYFK4EEACKhZANiAAQ8xdi/qQ9YvUidKWjOVopCWt5O3sMipv7a\ntttkxvazMaLUZNInU9DixbsLgzKfi7sXl9yhnKEZt4mp8/uG/51qzBKY6cGUmCqx\nYYkg+4LSWiS+KK8OeBEmkgw7dBOKUl8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6f0696cf-257a-4264-b111-25e224bb523c', 'name': 'tempest-securitygroup--1494134850', 'stateful': True, 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'description': 'tempest-description--2066700687', 'shared': False, 'security_group_rules': [{'id': '7aa450a9-5f0a-4ae5-854d-a43dd6119068', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'security_group_id': '6f0696cf-257a-4264-b111-25e224bb523c', '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': 386, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 0}, {'id': 'ce76b5a6-2595-4eb9-b423-5afe1ee2836c', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'security_group_id': '6f0696cf-257a-4264-b111-25e224bb523c', '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': 387, 'd escription': None, 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 1, 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240'}, 'floating_ip': {'id': 'c2a9e415-8dea-44e3-9c71-8a6be145dfb3', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:50Z', 'updated_at': '2023-07-19T17:23:50Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2023-07-19 17:23:51,407 79218 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.039s 2023-07-19 17:23:51,407 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-860767275", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "6a7e8f25-174a-4ef5-a55d-a675afb4e8e9"}], "security_groups": [{"name": "tempest-securitygroup--1494134850"}], "key_name": "tempest-keypair-290340974", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-ad7a8b32-4adb-4657-ae3e-145f2c8fe696', 'x-compute-request-id': 'req-ad7a8b32-4adb-4657-ae3e-145f2c8fe696', 'connection': 'close', 'status': '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-19 17:23:51,407 79218 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-19 17:23:51,553 79218 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.133s 2023-07-19 17:23:51,553 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32fdcb53-5cdb-4192-bf9c-ab4ad5f5f1b9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0d27a69f291d4a5c85673711d28b5378", "name": "tempest-VolumesAdminNegativeTest-2034025930-project-member", "password_expires_at": null}, "audit_ids": ["OqKZMfK5TqWlqte4NLkoBg"], "expires_at": "2023-07-19T18:23:51.000000Z", "issued_at": "2023-07-19T17:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6236da92cae64e26bdf9e6d8cbdc8240", "name": "tempest-VolumesAdminNegativeTest-2034025930"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6236da92cae64e26bdf9e6d8cbdc8240", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:51,554 79218 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '6a7e8f25-174a-4ef5-a55d-a675afb4e8e9', 'name': 'tempest-VolumesAdminNegativeTest-682326614-network', 'tenant_id': '6236da92cae64e26bdf9e6d8cbdc8240', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6236da92cae64e26bdf 9e6d8cbdc8240', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56908, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:52Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:51,600 79218 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.045s 2023-07-19 17:23:51,600 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1903903369", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "6a7e8f25-174a-4ef5-a55d-a675afb4e8e9"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-c268ee6b-5802-46fc-8ed2-2c389e6046c2', 'x-compute-request-id': 'req-c268ee6b-5802-46fc-8ed2-2c389e6046c2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:23:41,324 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 4.984s 2023-07-19 17:23:41,324 79214 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-424306078"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-eea249ea-8843-4300-9705-61a1010f8206', 'date': 'Wed, 19 Jul 2023 17:23:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"941b4bd3-085c-47d3-8c9b-5b1d0a34ef17","name":"tempest-tagged-attachments-test-net-424306078","tenant_id":"6b096089a538491d8e3d48c62f9c43e2","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6b096089a538491d8e3d48c62f9c43e2","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-19T17:23:37Z","updated_at":"2023-07-19T17:23:37Z","revision_number":1}}' 2023-07-19 17:23:44,861 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.537s 2023-07-19 17:23:44,862 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "941b4bd3-085c-47d3-8c9b-5b1d0a34ef17", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-a9d7c490-3802-4e03-97c0-8aaca4c1b231', 'date': 'Wed, 19 Jul 2023 17:23:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a54e87f4-f7cf-4652-a03e-f4d38cac6ada","name":"","tenant_id":"6b096089a538491d8e3d48c62f9c43e2","network_id":"941b4bd3-085c-47d3-8c9b-5b1d0a34ef17","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-19T17:23:42Z","updated_at":"2023-07-19T17:23:42Z","revision_number":0,"project_id":"6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:45,104 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes 0.241s 2023-07-19 17:23:45,104 79214 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-2040087580"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d042217e-f749-44f8-94ea-db6309bc167f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d042217e-f749-44f8-94ea-db6309bc167f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.026987", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "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/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:45,161 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.044s 2023-07-19 17:23:45,161 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6d7ba6-fcf3-4355-a8d0-1c17407470f1', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6d7ba6-fcf3-4355-a8d0-1c17407470f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:46,227 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.053s 2023-07-19 17:23:46,228 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a90a97e8-2344-44c6-9116-569257a0473a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a90a97e8-2344-44c6-9116-569257a0473a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": "2023-07-19T17:23:45.000000", "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d -457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:47,316 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.070s 2023-07-19 17:23:47,316 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cea208a0-1a73-4d79-8cff-227e3ceb2072', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cea208a0-1a73-4d79-8cff-227e3ceb2072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": "2023-07-19T17:23:45.000000", "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:48,397 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495 0.065s 2023-07-19 17:23:48,397 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8983f3-ae10-447f-90c6-a2b8aac14a52', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8983f3-ae10-447f-90c6-a2b8aac14a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495'} Body: b'{"volume": {"id": "d8e004f4-517d-457c-b6d1-f5f1c9065495", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:45.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-2040087580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b096089a538491d8e3d48c62f9c43e2/volumes/d8e004f4-517d-457c-b6d1-f5f1c9065495"}], "user_id": "1c0abf76369f4c9caa982313edbede68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id ": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:48,408 79214 INFO [tempest.common.waiters] volume d8e004f4-517d-457c-b6d1-f5f1c9065495 reached available after waiting for 3.408175 seconds 2023-07-19 17:23:48,408 79214 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:48,409 79214 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:48,537 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.126s 2023-07-19 17:23:48,538 79214 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-140918604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPrNDadvYBVnIQiuTaiJRlDIsOg3Vt2EZYcyUdcyX67tCiRJR3vmSrCesXcKYEye5KH6S5i9fEQ27zXY5JSWmTO/7IjqI0VHvjmJv/A+6PNBlmFG8P97n1xhJZiSFdBJqg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 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-e1b420d6-e423-4c97-8b91-8230666ef7a6', 'x-compute-request-id': 'req-e1b420d6-e423-4c97-8b91-8230666ef7a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-140918604", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPrNDadvYBVnIQiuTaiJRlDIsOg3Vt2EZYcyUdcyX67tCiRJR3vmSrCesXcKYEye5KH6S5i9fEQ27zXY5JSWmTO/7IjqI0VHvjmJv/A+6PNBlmFG8P97n1xhJZiSFdBJqg==", "fingerprint": "ea:34:80:5e:ff:3a:da:6b:4b:ea:13:10:37:0d:97:9a", "user_id": "1c0abf76369f4c9caa982313edbede68"}}' 2023-07-19 17:23:48,540 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-140918604 created 2023-07-19 17:23:49,663 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.122s 2023-07-19 17:23:49,666 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--994351471", "description": "tempest-description--1794918537"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-94825324-80e6-42ec-9938-c6465ca4e341', 'date': 'Wed, 19 Jul 2023 17:23:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3690f845-9970-4591-b022-70f19f3251e3", "name": "tempest-securitygroup--994351471", "stateful": true, "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "description": "tempest-description--1794918537", "shared": false, "security_group_rules": [{"id": "4b7dec1c-e7f1-4979-b65a-4c73030ab273", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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": 399, "description": null, "tags": [], "created_at": "2023-07-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 0}, {"id": "aecbdaf2-a89b-4fa2-93b2-02badd1fe56c", "project_id": "6b096089a5384 91d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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": 398, "description": null, "tags": [], "created_at": "2023-07-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:48Z", "updated_at": "2023-07-19T17:23:48Z", "revision_number": 1, "project_id": "6b096089a538491d8e3d48c62f9c43e2"}}' 2023-07-19 17:23:50,388 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.721s 2023-07-19 17:23:50,389 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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-e6f2cb1b-e108-4648-a206-67b31b6f6ef9', 'date': 'Wed, 19 Jul 2023 17:23:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f97364c-9a6f-45f3-a3df-d0ea726fc52d", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "revision_number": 0}}' 2023-07-19 17:23:51,427 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.037s 2023-07-19 17:23:51,427 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ff85aec8-42f4-454f-a297-004f341068ff', 'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "234950f9-922d-42cb-89c6-eb99cc749b4e", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "security_group_id": "3690f845-9970-4591-b022-70f19f3251e3", "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-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "revision_number": 0}}' 2023-07-19 17:23:51,427 79214 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--994351471 created 2023-07-19 17:23:53,250 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.822s 2023-07-19 17:23:53,251 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ddd6b7f6-03f5-4222-abae-78cc5e949590', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d48dfb88-77a2-4cce-b8be-ec5ee6547500", "tenant_id": "6b096089a538491d8e3d48c62f9c43e2", "floating_ip_address": "172.24.4.14", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6b096089a538491d8e3d48c62f9c43e2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:52Z", "updated_at": "2023-07-19T17:23:52Z", "revision_number": 0}}' 2023-07-19 17:23:53,251 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd48dfb88-77a2-4cce-b8be-ec5ee6547500', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'floating_ip_address': '172.24.4.14', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:52Z', 'updated_at': '2023-07-19T17:23:52Z', 'revision_number': 0, 'ip': '172.24.4.14'} created 2023-07-19 17:23:53,350 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2023-07-19 17:23:53,351 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f20d4619-87cd-4615-99a6-084c48661883', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1c0abf76369f4c9caa982313edbede68", "name": "tempest-TaggedAttachmentsTest-283244803-project-member", "password_expires_at": null}, "audit_ids": ["23smKvDJQguq0TQRvt6BsA"], "expires_at": "2023-07-19T18:23:53.000000Z", "issued_at": "2023-07-19T17:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b096089a538491d8e3d48c62f9c43e2", "name": "tempest-TaggedAttachmentsTest-283244803"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region" : "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:53,351 79214 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'ad5d3427-9096-4187-b4df-5c7b24ecb802', 'name': 'tempest-TaggedAttachmentsTest-640042093-network', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9926, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:53,393 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-07-19 17:23:53,393 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5ebd2d44-7577-437c-883e-dc1e4ec1de09', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1c0abf76369f4c9caa982313edbede68", "name": "tempest-TaggedAttachmentsTest-283244803-project-member", "password_expires_at": null}, "audit_ids": ["NQn_r9_lSzuu7RDGoM9-lg"], "expires_at": "2023-07-19T18:23:53.000000Z", "issued_at": "2023-07-19T17:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b096089a538491d8e3d48c62f9c43e2", "name": "tempest-TaggedAttachmentsTest-283244803"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279b bb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6b096089a538491d8e3d48c62f9c43e2", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:53,394 79214 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': 'ad5d3427-9096-4187-b4df-5c7b24ecb802', 'name': 'tempest-TaggedAttachmentsTest-640042093-network', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9926, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:53,395 79214 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-140918604', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPrNDadvYBVnIQiuTaiJRlDIsOg3Vt2EZYcyUdcyX67tCiRJR3vmSrCesXcKYEye5KH6S5i9fEQ27zXY5JSWmTO/7IjqI0VHvjmJv/A+6PNBlmFG8P97n1xhJZiSFdBJqg==', 'fingerprint': 'ea:34:80:5e:ff:3a:da:6b:4b:ea:13:10:37:0d:97:9a', 'user_id': '1c0abf76369f4c9caa982313edbede68', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBMkOqU87pbhL0TucJRJKVKOjNqUZ8pU7UX6IwPoTEvY9whRqKoaHmQ\nVZiVwAoZmtigBwYFK4EEACKhZANiAAT6zQ2nb2AVZyEIrk2oiUZQyLDoN1bdhGWH\nMlHXMl+u7QokSUd75kqwnrF3CmBMnuSh+kuYvXxENu812OSUlpkzv+yI6iNFR745\nib/wPujzQZZhRvD/e59cYSWYkhXQSao=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3690f845-9970-4591-b022-70f19f3251e3', 'name': 'tempest-securitygroup--994351471', 'stateful': True, 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'description': 'tempest-description--1794918537', 'shared': False, 'security_group_rules': [{'id': '4b7dec1c-e7f1-4979-b65a-4c73030ab273', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'security_group_id': '3690f845-9970-4591-b022-70f19f3251e3', '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': 399, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:48Z', 'updated_at': '2023-07-19T17:23:48Z', 'revision_number' : 0}, {'id': 'aecbdaf2-a89b-4fa2-93b2-02badd1fe56c', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'security_group_id': '3690f845-9970-4591-b022-70f19f3251e3', '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': 398, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:48Z', 'updated_at': '2023-07-19T17:23:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:48Z', 'updated_at': '2023-07-19T17:23:48Z', 'revision_number': 1, 'project_id': '6b096089a538491d8e3d48c62f9c43e2'}, 'floating_ip': {'id': 'd48dfb88-77a2-4cce-b8be-ec5ee6547500', 'tenant_id': '6b096089a538491d8e3d48c62f9c43e2', 'floating_ip_address': '172.24.4.14', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6b096089a538491d8e3d48c62f9c43e2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:52Z', 'updated_at': '2023-07-19T17:23:52Z', 'revision_number': 0, 'ip': '172.24.4.14'}} 2023-07-19 17:23:53,426 79214 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-19 17:23:53,426 79214 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-1520117726", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "ad5d3427-9096-4187-b4df-5c7b24ecb802"}], "security_groups": [{"name": "tempest-securitygroup--994351471"}], "key_name": "tempest-keypair-140918604", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 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-d3c97372-8d0c-4fdc-bca8-7380ae0a0cb8', 'x-compute-request-id': 'req-d3c97372-8d0c-4fdc-bca8-7380ae0a0cb8', 'connection': 'close', 'status': '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-19 17:23:53,479 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-140918604 0.049s 2023-07-19 17:23:53,479 79214 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': 'Wed, 19 Jul 2023 17:23:53 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-b0501656-558c-49c1-9d73-7b8008775f71', 'x-compute-request-id': 'req-b0501656-558c-49c1-9d73-7b8008775f71', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-140918604'} Body: b'' 2023-07-19 17:23:53,797 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3 0.3 17s 2023-07-19 17:23:53,798 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ed9ec88b-7b4c-4a2f-bea7-033de28aace5', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3'} Body: b'' 2023-07-19 17:23:53,878 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3 0.079s 2023-07-19 17:23:53,878 79214 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-3d0af2f2-1656-453e-a4e4-7f349c1d0f35', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3690f845-9970-4591-b022-70f19f3251e3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3690f845-9970-4591-b022-70f19f3251e3 does not exist", "detail": ""}}' 2023-07-19 17:23:55,541 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d48dfb88-77a2-4cce-b8be-ec5ee6547500 1.662s 2023-07-19 17:23:55,541 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-46176fe8-3b0f-41b8-a7d6-25a03c9068f4', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d48dfb88-77a2-4cce-b8be-ec5ee6547500'} Body: b'' 2023-07-19 17:23:56,002 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/a54e87f4-f7cf-4652-a03e-f4d38cac6ada 0.461s 2023-07-19 17:23:56,003 79214 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-b1a4ba87-4126-4d02-99ea-950ba03d4c08', 'date': 'Wed, 19 Jul 2023 17:23:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/a54e87f4-f7cf-4652-a03e-f4d38cac6ada'} Body: b'' 2023-07-19 17:23:57,083 79214 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/941b4bd3-085c-47d3-8c9b-5b1d0a34ef17 1.079s 2023-07-19 17:23:57,083 79214 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-cf6122cb-a6f1-4cb0-8166-ac2c5ff1c761', 'date': 'Wed, 19 Jul 2023 17:23:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/941b4bd3-085c-47d3-8c9b-5b1d0a34ef17'} Body: b'' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:23:57,883 79212 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.120s 2023-07-19 17:23:57,884 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-a0873643-2e65-4ac9-8d97-a0fe5695fdef', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ca7e74c9985545a0ae1ad1f71ea78a7e", "name": "tempest-VolumesActionsTest-2059150500-project-member", "password_expires_at": null}, "audit_ids": ["9CJZ2f5WS7aERY99RLR57Q"], "expires_at": "2023-07-19T18:23:57.000000Z", "issued_at": "2023-07-19T17:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3f3a3a59fd04d7aba6d4eb631c50ed0", "name": "tempest-VolumesActionsTest-2059150500"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:57,884 79212 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '3d76d971-d2ff-417c-b406-0dfd11bd1df4', 'name': 'tempest-VolumesActionsTest-1707074594-network', 'tenant_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43684, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:23:30Z', 'updated_at': '2023-07-19T17:23:30Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:57,934 79212 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.048s 2023-07-19 17:23:57,934 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1001645885", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "3d76d971-d2ff-417c-b406-0dfd11bd1df4"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-a9a4861b-6291-433c-8345-9633abb563d7', 'x-compute-request-id': 'req-a9a4861b-6291-433c-8345-9633abb563d7', 'connection': 'close', 'status': '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-19 17:23:58,092 79212 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.147s 2023-07-19 17:23:58,093 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23: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-06b6eb8f-34be-40e5-b643-31b172ebf4c8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ca7e74c9985545a0ae1ad1f71ea78a7e", "name": "tempest-VolumesActionsTest-2059150500-project-member", "password_expires_at": null}, "audit_ids": ["nOEXXVrzQtGuc2l3j4XxFA"], "expires_at": "2023-07-19T18:23:57.000000Z", "issued_at": "2023-07-19T17:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3f3a3a59fd04d7aba6d4eb631c50ed0", "name": "tempest-VolumesActionsTest-2059150500"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f3f3a3a59fd04d7aba6d4eb631c50ed0", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:58,093 79212 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '3d76d971-d2ff-417c-b406-0dfd11bd1df4', 'name': 'tempest-VolumesActionsTest-1707074594-network', 'tenant_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f3f3a3a59fd04d7aba6d4eb631c50ed0', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43684, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:23:30Z', 'updated_at': '2023-07-19T17:23:30Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:58,130 79212 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-19 17:23:58,131 79212 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1819506937", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "3d76d971-d2ff-417c-b406-0dfd11bd1df4"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-9de692c5-a130-45f9-a0ce-52fcd94306fa', 'x-compute-request-id': 'req-9de692c5-a130-45f9-a0ce-52fcd94306fa', 'connection': 'close', 'status': '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_servers_negative.ServersNegativeTestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.admin.test_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-19 17:23:48,974 79226 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/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.167s 2023-07-19 17:23:48,974 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e3710428-4ec1-4f2a-8155-47b3c9abfb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:23:50,319 79226 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.305s 2023-07-19 17:23:50,319 79226 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': 'Wed, 19 Jul 2023 17:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-94ad393f-8527-42d5-b021-9a781296d05b', '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": "8f1be6fd19af4286abf7ac9b42e10bd4", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "02998e44-5955-46d7-bd81-f50c279c87bf", "created_at": "2023-07-19T17:23:50Z", "updated_at": "2023-07-19T17:23:50Z", "tags": [], "self": "/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf", "file": "/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:23:52,775 79226 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-19 17:23:52,775 79226 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/02998e44-5955-46d7-bd81-f50c279c87bf/file 2.456s 2023-07-19 17:23:52,776 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ecb27a36-2bf9-4320-99a6-ca628c6d3f34', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf/file'} Body: b'' 2023-07-19 17:23:52,776 79226 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:23:52,776 79226 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:23:53,018 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.239s 2023-07-19 17:23:53,019 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1665604613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMK3PgrecIDCJi3eZkdhmR8PSBZPy+a6d/IRXN/I3sVvMAWAyCWD7uvfCkVDdmdWclBH/+A4nGnzdPPac4FtWbaG5Ptp6UOxlJNx57S08dZbNlBDt2bWbPsx81Viz21L4A=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:52 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-2165b783-3dc5-40ac-8af5-53a64c6c7ab5', 'x-compute-request-id': 'req-2165b783-3dc5-40ac-8af5-53a64c6c7ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1665604613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMK3PgrecIDCJi3eZkdhmR8PSBZPy+a6d/IRXN/I3sVvMAWAyCWD7uvfCkVDdmdWclBH/+A4nGnzdPPac4FtWbaG5Ptp6UOxlJNx57S08dZbNlBDt2bWbPsx81Viz21L4A==", "fingerprint": "b6:9a:d5:84:95:68:f2:60:28:c8:4a:b9:ee:67:a1:a2", "user_id": "9ece92ba6931401f813632814d93ed7a"}}' 2023-07-19 17:23:53,028 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1665604613 created 2023-07-19 17:23:53,941 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.912s 2023-07-19 17:23:53,942 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1143701356", "description": "tempest-description--211291290"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-ffc98b29-3787-4f70-bdc1-6526c6f45f55', 'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "name": "tempest-securitygroup--1143701356", "stateful": true, "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "description": "tempest-description--211291290", "shared": false, "security_group_rules": [{"id": "1bc3094c-bfc7-4dd6-b9f2-3fd4d8b5b21e", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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 ": 416, "description": null, "tags": [], "created_at": "2023-07-19T17:23:53Z", "updated_at": "2023-07-19T17:23:53Z", "revision_number": 0}, {"id": "dab0ff6e-29bd-4320-8428-3e8324db5308", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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": 415, "description": null, "tags": [], "created_at": "2023-07-19T17:23:53Z", "updated_at": "2023-07-19T17:23:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:23:53Z", "updated_at": "2023-07-19T17:23:53Z", "revision_number": 1, "project_id": "7553aed008df40f696ea978c6ed2df5c"}}' 2023-07-19 17:23:54,457 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.514s 2023-07-19 17:23:54,457 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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-1667c9c0-007f-49af-bcc7-484a69abc117', 'date': 'Wed, 19 Jul 2023 17:23:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a280f989-052f-40f4-bb0c-2833d56cb215", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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-19T17:23:54Z", "updated_at": "2023-07-19T17:23:54Z", "revision_number": 0}}' 2023-07-19 17:23:55,466 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.008s 2023-07-19 17:23:55,467 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9987a4d5-df8a-4fce-bc1f-afbae889700a', 'date': 'Wed, 19 Jul 2023 17:23:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c63e6909-75a3-478b-bddf-25e23a36fb98", "project_id": "7553aed008df40f696ea978c6ed2df5c", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "security_group_id": "9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf", "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-19T17:23:54Z", "updated_at": "2023-07-19T17:23:54Z", "revision_number": 0}}' 2023-07-19 17:23:55,467 79226 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1143701356 created 2023-07-19 17:23:58,671 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.203s 2023-07-19 17:23:58,672 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-119c8bec-00d1-4611-acb7-68654630c632', 'date': 'Wed, 19 Jul 2023 17:23:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fb08e8d0-02e5-4a28-bb77-266bb434bef2", "tenant_id": "7553aed008df40f696ea978c6ed2df5c", "floating_ip_address": "172.24.4.134", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7553aed008df40f696ea978c6ed2df5c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:23:56Z", "updated_at": "2023-07-19T17:23:56Z", "revision_number": 0}}' 2023-07-19 17:23:58,673 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fb08e8d0-02e5-4a28-bb77-266bb434bef2', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:56Z', 'updated_at': '2023-07-19T17:23:56Z', 'revision_number': 0, 'ip': '172.24.4.134'} created 2023-07-19 17:23:59,113 79226 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.429s 2023-07-19 17:23:59,114 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-36cb4b72-2dec-461f-85ed-718733855960', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9ece92ba6931401f813632814d93ed7a", "name": "tempest-AttachSCSIVolumeTestJSON-72432496-project-member", "password_expires_at": null}, "audit_ids": ["HQ_LoLzwTy6l6u_y9yApkA"], "expires_at": "2023-07-19T18:23:58.000000Z", "issued_at": "2023-07-19T17:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7553aed008df40f696ea978c6ed2df5c", "name": "tempest-AttachSCSIVolumeTestJSON-72432496"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7553aed008df40f696ea978c6ed2df5c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOn e"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7553aed008df40f696ea978c6ed2df5c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7553aed008df40f696ea978c6ed2df5c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:23:59,118 79226 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'f7ee7d3e-15cc-4348-ad47-6045cda39bd1', 'name': 'tempest-AttachSCSIVolumeTestJSON-1346254623-network', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62597, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:23:59,120 79226 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1665604613', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMK3PgrecIDCJi3eZkdhmR8PSBZPy+a6d/IRXN/I3sVvMAWAyCWD7uvfCkVDdmdWclBH/+A4nGnzdPPac4FtWbaG5Ptp6UOxlJNx57S08dZbNlBDt2bWbPsx81Viz21L4A==', 'fingerprint': 'b6:9a:d5:84:95:68:f2:60:28:c8:4a:b9:ee:67:a1:a2', 'user_id': '9ece92ba6931401f813632814d93ed7a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCFDoiIwT4JuxcG1s9VJtuUyUzi5z0/U72wrGrh53GjjwDGU7zTYRSD\nOkX1Y3Lipw2gBwYFK4EEACKhZANiAATCtz4K3nCAwiYt3mZHYZkfD0gWT8vmunfy\nEVzfyN7FbzAFgMglg+7r3wpFQ3ZnVnJQR//gOJxp83Tz2nOBbVm2huT7aelDsZST\ncee0tPHWWzZQQ7dm1mz7MfNVYs9tS+A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf', 'name': 'tempest-securitygroup--1143701356', 'stateful': True, 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'description': 'tempest-description--211291290', 'shared': False, 'security_group_rules': [{'id': '1bc3094c-bfc7-4dd6-b9f2-3fd4d8b5b21e', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'security_group_id': '9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf', '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': 416, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:53Z', 'updated_at': '2023-07-19T17:23:53Z', 'revision_number': 0}, {'id': 'dab0ff6e-29bd-4320-8428-3e8324db5308', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'tenant_id': '7 553aed008df40f696ea978c6ed2df5c', 'security_group_id': '9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf', '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': 415, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:23:53Z', 'updated_at': '2023-07-19T17:23:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:23:53Z', 'updated_at': '2023-07-19T17:23:53Z', 'revision_number': 1, 'project_id': '7553aed008df40f696ea978c6ed2df5c'}, 'floating_ip': {'id': 'fb08e8d0-02e5-4a28-bb77-266bb434bef2', 'tenant_id': '7553aed008df40f696ea978c6ed2df5c', 'floating_ip_address': '172.24.4.134', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7553aed008df40f696ea978c6ed2df5c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:23:56Z', 'updated_at': '2023-07-19T17:23:56Z', 'revision_number': 0, 'ip': '172.24.4.134'}} 2023-07-19 17:23:59,173 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 400 POST http://10.0.0.210/compute/v2.1/servers 0.051s 2023-07-19 17:23:59,174 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1496299584", "imageRef": "02998e44-5955-46d7-bd81-f50c279c87bf", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "f7ee7d3e-15cc-4348-ad47-6045cda39bd1"}], "security_groups": [{"name": "tempest-securitygroup--1143701356"}], "key_name": "tempest-keypair-1665604613", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:59 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-53ea8888-c351-4912-8ab9-a516c300e4ec', 'x-compute-request-id': 'req-53ea8888-c351-4912-8ab9-a516c300e4ec', 'connection': 'close', 'status': '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-19 17:23:59,250 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1665604613 0.072s 2023-07-19 17:23:59,250 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:59 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-5786e3cf-25a8-4bc5-a12c-4fbfe94a8401', 'x-compute-request-id': 'req-5786e3cf-25a8-4bc5-a12c-4fbfe94a8401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1665604613'} Body: b'' 2023-07-19 17:23:59,887 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf 0.636s 2023-07-19 17:23:59,887 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-b4dabae1-5183-420b-adf4-5dfe1309b485', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:23:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf'} Body: b'' 2023-07-19 17:23:59,954 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf 0.066s 2023-07-19 17:23:59,955 79226 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-f5b1c600-c374-43f6-88e0-5b2ddda9df88', 'date': 'Wed, 19 Jul 2023 17:23:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9ed5449f-63a7-4f5c-b118-b6bbc1a2f2bf does not exist", "detail": ""}}' 2023-07-19 17:24:02,438 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fb08e8d0-02e5-4a28-bb77-266bb434bef2 2.482s 2023-07-19 17:24:02,438 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ffbc982d-de79-4767-8269-ae477d24512e', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fb08e8d0-02e5-4a28-bb77-266bb434bef2'} Body: b'' 2023-07-19 17:24:02,570 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf 0.130s 2023-07-19 17:24:02,570 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ff9c692a-765c-4477-8dff-d9c24cb22c95', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf'} Body: b'' 2023-07-19 17:24:02,596 79226 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf 0.024s 2023-07-19 17:24:02,596 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3d18320a-6521-4e13-bf3d-a3cc49f5d89f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/02998e44-5955-46d7-bd81-f50c279c87bf'} Body: b'{"message": "No image found with ID 02998e44-5955-46d7-bd81-f50c279c87bf

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:24:15,753 79210 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:24:15,753 79210 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:16,191 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.435s 2023-07-19 17:24:16,191 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-191691227", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJZr5zilhaXnDhzLkICz5Nkbyr4nMCQkXBxzQaYkJw8mK+QmjjuuWQYgnb604WdAHH57zy+Coe8H89ATX/x4aohdCwy3ItgDi+n5ohFU4jtmXdEpc2V6+xhhqFufdQ6bA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2b33f03-434e-4612-9895-8dcd90078190', 'x-compute-request-id': 'req-f2b33f03-434e-4612-9895-8dcd90078190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-191691227", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJZr5zilhaXnDhzLkICz5Nkbyr4nMCQkXBxzQaYkJw8mK+QmjjuuWQYgnb604WdAHH57zy+Coe8H89ATX/x4aohdCwy3ItgDi+n5ohFU4jtmXdEpc2V6+xhhqFufdQ6bA==", "fingerprint": "55:d9:00:97:c2:a0:fe:a3:2e:50:fd:90:70:a4:3b:e4", "user_id": "721298fbfd754d769b46379ec8c7d6c5"}}' 2023-07-19 17:24:16,197 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-191691227 created 2023-07-19 17:24:16,700 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.502s 2023-07-19 17:24:16,701 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1124362254", "description": "tempest-description--1589325469"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-0353d2fc-fa8a-4063-8fea-c548e04453f0', 'date': 'Wed, 19 Jul 2023 17:24:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "name": "tempest-securitygroup--1124362254", "stateful": true, "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "description": "tempest-description--1589325469", "shared": false, "security_group_rules": [{"id": "d62e79e4-0495-414e-a7f2-22d006edaf78", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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": 501, "description": null, "tags": [], "created_at": "2023-07-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 0}, {"id": "fdfb40d8-abb3-44a6-b345-525c6decff12", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 500, "description": null, "tags": [], "created_at": "2023-07-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 1, "project_id": "36ec39397ec24dc0aab43e1597196e51"}}' 2023-07-19 17:24:17,374 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.673s 2023-07-19 17:24:17,374 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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-34e2218e-8ad4-490c-8e7e-cd705788e8b4', 'date': 'Wed, 19 Jul 2023 17:24:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "454b2d49-492e-48b4-8e73-71c271c6b90c", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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-19T17:24:16Z", "updated_at": "2023-07-19T17:24:16Z", "revision_number": 0}}' 2023-07-19 17:24:17,847 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.471s 2023-07-19 17:24:17,847 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fcc337c0-38a5-44a0-ba22-3dc3a657d2fb', 'date': 'Wed, 19 Jul 2023 17:24:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e297989-1725-4845-b811-38348d7a6591", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "450fcf42-0ccb-42a9-8991-82b80e1f0b41", "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-19T17:24:17Z", "updated_at": "2023-07-19T17:24:17Z", "revision_number": 0}}' 2023-07-19 17:24:17,847 79210 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1124362254 created 2023-07-19 17:24:20,296 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.447s 2023-07-19 17:24:20,296 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-1572b352-3f66-4038-a39e-2a0df47df762', 'date': 'Wed, 19 Jul 2023 17:24:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4e5efd48-c74d-4f03-8f20-912350dba7ce", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "floating_ip_address": "172.24.4.138", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "36ec39397ec24dc0aab43e1597196e51", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:18Z", "updated_at": "2023-07-19T17:24:18Z", "revision_number": 0}}' 2023-07-19 17:24:20,297 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4e5efd48-c74d-4f03-8f20-912350dba7ce', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.138', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:18Z', 'updated_at': '2023-07-19T17:24:18Z', 'revision_number': 0, 'ip': '172.24.4.138'} created 2023-07-19 17:24:20,418 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2023-07-19 17:24:20,418 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 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-99fa049f-0766-4e82-b4ba-10d73e0965e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "721298fbfd754d769b46379ec8c7d6c5", "name": "tempest-AttachVolumeTestJSON-425298812-project-member", "password_expires_at": null}, "audit_ids": ["d8z4eP2fSvefrzHpw8pPNA"], "expires_at": "2023-07-19T18:24:20.000000Z", "issued_at": "2023-07-19T17:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36ec39397ec24dc0aab43e1597196e51", "name": "tempest-AttachVolumeTestJSON-425298812"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24dc 0aab43e1597196e51", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:20,419 79210 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'bf4922e4-0553-44f9-82ed-e398ac0b6e9b', 'name': 'tempest-AttachVolumeTestJSON-1295690133-network', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58791, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:00Z', 'updated_at': '2023-07-19T17:24:00Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:20,419 79210 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-191691227', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJZr5zilhaXnDhzLkICz5Nkbyr4nMCQkXBxzQaYkJw8mK+QmjjuuWQYgnb604WdAHH57zy+Coe8H89ATX/x4aohdCwy3ItgDi+n5ohFU4jtmXdEpc2V6+xhhqFufdQ6bA==', 'fingerprint': '55:d9:00:97:c2:a0:fe:a3:2e:50:fd:90:70:a4:3b:e4', 'user_id': '721298fbfd754d769b46379ec8c7d6c5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBIKEMWWE4Z2120uTfUyuz6rxSrfYaMKtT+zlySVZfqz4iADiorrTVo\nd5Tew9bipUCgBwYFK4EEACKhZANiAASiWa+c4pYWl5w4cy5CAs+TZG8q+JzAkJFw\ncc0GmJCcPJivkJo47rlkGIJ2+tOFnQBx+e88vgqHvB/PQE1/8eGqIXQsMtyLYA4v\np+aIRVOI7Zl3RKXNlevsYYahbn3UOmw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '450fcf42-0ccb-42a9-8991-82b80e1f0b41', 'name': 'tempest-securitygroup--1124362254', 'stateful': True, 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'description': 'tempest-description--1589325469', 'shared': False, 'security_group_rules': [{'id': 'd62e79e4-0495-414e-a7f2-22d006edaf78', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '450fcf42-0ccb-42a9-8991-82b80e1f0b41', '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': 501, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:16Z', 'updated_at': '2023-07-19T17:24:16Z', 'revision_number': 0}, {'id': 'fdfb40d8-abb3-44a6-b345-525c6decff12', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '450fcf42-0ccb-42a9-8991-82b80e1f0b41', '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': 500, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:16Z', 'updated_at': '2023-07-19T17:24:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:24:16 Z', 'updated_at': '2023-07-19T17:24:16Z', 'revision_number': 1, 'project_id': '36ec39397ec24dc0aab43e1597196e51'}, 'floating_ip': {'id': '4e5efd48-c74d-4f03-8f20-912350dba7ce', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.138', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:18Z', 'updated_at': '2023-07-19T17:24:18Z', 'revision_number': 0, 'ip': '172.24.4.138'}} 2023-07-19 17:24:20,471 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.050s 2023-07-19 17:24:20,471 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2024688894", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "bf4922e4-0553-44f9-82ed-e398ac0b6e9b"}], "security_groups": [{"name": "tempest-securitygroup--1124362254"}], "key_name": "tempest-keypair-191691227", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 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-371fdcc1-277b-4284-a6a2-1311049cba33', 'x-compute-request-id': 'req-371fdcc1-277b-4284-a6a2-1311049cba33', 'connection': 'close', 'status': '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-19 17:24:20,566 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-191691227 0.093s 2023-07-19 17:24:20,566 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 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-3027b188-de5d-4314-8ac1-f6f77ee79f27', 'x-compute-request-id': 'req-3027b188-de5d-4314-8ac1-f6f77ee79f27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-191691227'} Body: b'' 2023-07-19 17:24:21,202 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41 0.634s 2023-07-19 17:24:21,202 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1578309a-eccd-4608-8d06-27e44d9b15e9', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41'} Body: b'' 2023-07-19 17:24:21,270 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210 :9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41 0.066s 2023-07-19 17:24:21,322 79210 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-cc263b89-68f9-430a-b483-cd1e0547fbbe', 'date': 'Wed, 19 Jul 2023 17:24:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/450fcf42-0ccb-42a9-8991-82b80e1f0b41'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 450fcf42-0ccb-42a9-8991-82b80e1f0b41 does not exist", "detail": ""}}' 2023-07-19 17:24:22,764 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4e5efd48-c74d-4f03-8f20-912350dba7ce 1.441s 2023-07-19 17:24:22,765 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4a23b618-dd5c-4b10-b7e8-edcaf6430098', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4e5efd48-c74d-4f03-8f20-912350dba7ce'} Body: b'' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:24:23,157 79220 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.168s 2023-07-19 17:24:23,157 79220 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:22 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-5ddb75ec-5aea-43f8-87ee-c16289cd1683', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "21c99a26a21341df92b393452b311be6", "name": "tempest-VolumesActionsTest-536329039-project-member", "password_expires_at": null}, "audit_ids": ["hGYgRO6IREiy_r84rTEVTg"], "expires_at": "2023-07-19T18:24:23.000000Z", "issued_at": "2023-07-19T17:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17844c05529d4dab98ae9c49b68b71f8", "name": "tempest-VolumesActionsTest-536329039"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/17844c05529d4dab98ae9c49b68b71f8", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/17844c05529d4dab98ae9c49b68b71f8", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/17844c05529d4dab98ae9c49b68b71f8", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:23,158 79220 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'd5f6ed7d-93fb-4911-8729-59f00e6fb574', 'name': 'tempest-VolumesActionsTest-1999647956-network', 'tenant_id': '17844c05529d4dab98ae9c49b68b71f8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '17844c05529d4dab98ae9c49b68b71f8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44931, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:23:46Z', 'updated_at': '2023-07-19T17:23:46Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:23,501 79220 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.340s 2023-07-19 17:24:23,501 79220 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-226060686", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "d5f6ed7d-93fb-4911-8729-59f00e6fb574"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24: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-5abcce20-41d1-48c8-aedd-b393f3f21dae', 'x-compute-request-id': 'req-5abcce20-41d1-48c8-aedd-b393f3f21dae', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:24:26,241 79218 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.060s 2023-07-19 17:24:26,242 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3f1d6dc8-14c4-429c-974a-d2e1e31ec12c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a71c0ba73624f6eb847df7da27bf720", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988-project-member", "password_expires_at": null}, "audit_ids": ["z2RySQkTRAu-Vk9ZI9eoYQ"], "expires_at": "2023-07-19T18:24:26.000000Z", "issued_at": "2023-07-19T17:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85c97f2684a2461fbab4d974744169fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:26,242 79218 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'ac130bb7-acbf-4944-ab35-ffed9a4d3831', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-769930805-network', 'tenant_id': '85c97f2684a2461fbab4d974744169fb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '85c97f2684a2461fbab4d974744169fb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4316, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:14Z', 'updated_at': '2023-07-19T17:24:14Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:26,528 79218 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.284s 2023-07-19 17:24:26,528 79218 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-1318653825", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "ac130bb7-acbf-4944-ab35-ffed9a4d3831"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-2b10af8a-d129-4a44-a431-e4a2b9b3d82d', 'x-compute-request-id': 'req-2b10af8a-d129-4a44-a431-e4a2b9b3d82d', 'connection': 'close', 'status': '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-19 17:24:26,601 79218 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.056s 2023-07-19 17:24:26,602 79218 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2845', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-92454769-a5cd-4552-91bf-fad3a445030b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a71c0ba73624f6eb847df7da27bf720", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988-project-member", "password_expires_at": null}, "audit_ids": ["A5_fU3loS36FAm2Td7MPXw"], "expires_at": "2023-07-19T18:24:26.000000Z", "issued_at": "2023-07-19T17:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85c97f2684a2461fbab4d974744169fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1112350988"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/85c97f2684a2461fbab4d974744169fb", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:26,602 79218 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'ac130bb7-acbf-4944-ab35-ffed9a4d3831', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-769930805-network', 'tenant_id': '85c97f2684a2461fbab4d974744169fb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': '85c97f2684a2461fbab4d974744169fb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4316, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:14Z', 'updated_at': '2023-07-19T17:24:14Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:26,652 79218 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.047s 2023-07-19 17:24:26,652 79218 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-600261797", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "ac130bb7-acbf-4944-ab35-ffed9a4d3831"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-4461ee26-2710-4be5-9fee-97b721b75802', 'x-compute-request-id': 'req-4461ee26-2710-4be5-9fee-97b721b75802', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:24:22,770 79210 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:24:22,770 79210 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:22,868 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.093s 2023-07-19 17:24:22,868 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-999962039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8+Ng/au1zNqAS6MmNpYtc9lBeePjabv2WdEwDM/cUHm53rTREMrLJE4X3JdAAJC6xzrFoTYCxkduuTg04DDiauPwROONCwpBiGOchdnzUk3iwaO2q0o83boXDM0C0QdA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:22 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-ce897bf8-83cf-4d50-acc0-e4ee8524c837', 'x-compute-request-id': 'req-ce897bf8-83cf-4d50-acc0-e4ee8524c837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-999962039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8+Ng/au1zNqAS6MmNpYtc9lBeePjabv2WdEwDM/cUHm53rTREMrLJE4X3JdAAJC6xzrFoTYCxkduuTg04DDiauPwROONCwpBiGOchdnzUk3iwaO2q0o83boXDM0C0QdA==", "fingerprint": "50:19:91:f3:46:29:8c:0b:5f:89:95:c9:c3:ce:83:31", "user_id": "721298fbfd754d769b46379ec8c7d6c5"}}' 2023-07-19 17:24:22,871 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-999962039 created 2023-07-19 17:24:23,213 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.341s 2023-07-19 17:24:23,214 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--825396751", "description": "tempest-description--152736151"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-be3ae424-7a75-452f-8de3-9178d2cae0c9', 'date': 'Wed, 19 Jul 2023 17:24:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "name": "tempest-securitygroup--825396751", "stateful": true, "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "description": "tempest-description--152736151", "shared": false, "security_group_rules": [{"id": "73c13bef-fc68-4d1e-b484-e21759d33d57", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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": 522, "description": null, "tags": [], "created_at": "2023-07-19T17:24:23Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 0}, {"id": "d984770f-5f13-4fbc-8ff0-280f240c29da", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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": 521, "description": null, "tags": [], "created_at": "2023-07-19T17:24:23Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:22Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 1, "project_id": "36ec39397ec24dc0aab43e1597196e51"}}' 2023-07-19 17:24:23,904 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.689s 2023-07-19 17:24:23,904 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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-7e3af298-e61e-44fd-b98e-6d092d50c979', 'date': 'Wed, 19 Jul 2023 17:24: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": "39229f43-a99b-4554-a9d4-3e91fbd18e9c", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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-19T17:24:23Z", "updated_at": "2023-07-19T17:24:23Z", "revision_number": 0}}' 2023-07-19 17:24:24,621 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.715s 2023-07-19 17:24:24,622 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-23a94df4-dffb-4411-9d97-94918413d3b5', 'date': 'Wed, 19 Jul 2023 17:24: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": "0f1c9841-ed73-4d0a-91c7-26762f0acd1d", "project_id": "36ec39397ec24dc0aab43e1597196e51", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "security_group_id": "5242ac25-27eb-4663-a913-e5f1a4e56ed3", "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-19T17:24:24Z", "updated_at": "2023-07-19T17:24:24Z", "revision_number": 0}}' 2023-07-19 17:24:24,622 79210 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--825396751 created 2023-07-19 17:24:27,294 79210 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.671s 2023-07-19 17:24:27,294 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-open stack-request-id': 'req-0a42d229-577c-4bfe-bfa1-dc017942c12b', 'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "736a8265-b705-4279-805e-9628ca2cfbf0", "tenant_id": "36ec39397ec24dc0aab43e1597196e51", "floating_ip_address": "172.24.4.187", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "36ec39397ec24dc0aab43e1597196e51", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:26Z", "updated_at": "2023-07-19T17:24:26Z", "revision_number": 0}}' 2023-07-19 17:24:27,295 79210 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '736a8265-b705-4279-805e-9628ca2cfbf0', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.187', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:26Z', 'updated_at': '2023-07-19T17:24:26Z', 'revision_number': 0, 'ip': '172.24.4.187'} created 2023-07-19 17:24:27,454 79210 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.148s 2023-07-19 17:24:27,454 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 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-68379ec6-e469-490e-bf4d-a02118ebb9b6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "721298fbfd754d769b46379ec8c7d6c5", "name": "tempest-AttachVolumeTestJSON-425298812-project-member", "password_expires_at": null}, "audit_ids": ["SF4W8D-QQza9ypLiEYxVWQ"], "expires_at": "2023-07-19T18:24:27.000000Z", "issued_at": "2023-07-19T17:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36ec39397ec24dc0aab43e1597196e51", "name": "tempest-AttachVolumeTestJSON-425298812"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/36ec39397ec24 dc0aab43e1597196e51", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/36ec39397ec24dc0aab43e1597196e51", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:27,455 79210 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'bf4922e4-0553-44f9-82ed-e398ac0b6e9b', 'name': 'tempest-AttachVolumeTestJSON-1295690133-network', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58791, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:00Z', 'updated_at': '2023-07-19T17:24:00Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:27,455 79210 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-999962039', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8+Ng/au1zNqAS6MmNpYtc9lBeePjabv2WdEwDM/cUHm53rTREMrLJE4X3JdAAJC6xzrFoTYCxkduuTg04DDiauPwROONCwpBiGOchdnzUk3iwaO2q0o83boXDM0C0QdA==', 'fingerprint': '50:19:91:f3:46:29:8c:0b:5f:89:95:c9:c3:ce:83:31', 'user_id': '721298fbfd754d769b46379ec8c7d6c5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDmTCk7IxS12H5uqvgJFh/6HGTH7wsPLVE0/Wf0h4zv2pgyscdYCns4\nJ+I4XeDi8YqgBwYFK4EEACKhZANiAAQfPjYP2rtczagEujJjaWLXPZQXnj42m79l\nnRMAzP3FB5ud600RDKyyROF9yXQACQusc6xaE2AsZHbrk4NOAw4mrj8ETjjQsKQY\nhjnIXZ81JN4sGjtqtKPN26FwzNAtEHQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5242ac25-27eb-4663-a913-e5f1a4e56ed3', 'name': 'tempest-securitygroup--825396751', 'stateful': True, 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'description': 'tempest-description--152736151', 'shared': False, 'security_group_rules': [{'id': '73c13bef-fc68-4d1e-b484-e21759d33d57', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '5242ac25-27eb-4663-a913-e5f1a4e56ed3', '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': 522, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:23Z', 'updated_at': '2023-07-19T17:24:23Z', 'revision_number': 0}, {'id': 'd984770f-5f13-4fbc-8ff0-280f240c29da', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'security_group_id': '5242ac25-27eb-4663-a913-e5f1a4e56ed3', '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': 521, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:23Z', 'updated_at': '2023-07-19T17:24:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T1 7:24:22Z', 'updated_at': '2023-07-19T17:24:23Z', 'revision_number': 1, 'project_id': '36ec39397ec24dc0aab43e1597196e51'}, 'floating_ip': {'id': '736a8265-b705-4279-805e-9628ca2cfbf0', 'tenant_id': '36ec39397ec24dc0aab43e1597196e51', 'floating_ip_address': '172.24.4.187', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '36ec39397ec24dc0aab43e1597196e51', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:26Z', 'updated_at': '2023-07-19T17:24:26Z', 'revision_number': 0, 'ip': '172.24.4.187'}} 2023-07-19 17:24:27,505 79210 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.049s 2023-07-19 17:24:27,506 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1158212230", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "bf4922e4-0553-44f9-82ed-e398ac0b6e9b"}], "security_groups": [{"name": "tempest-securitygroup--825396751"}], "key_name": "tempest-keypair-999962039", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 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-fd104f50-a9a6-4074-937d-fa0c00be4f27', 'x-compute-request-id': 'req-fd104f50-a9a6-4074-937d-fa0c00be4f27', 'connection': 'close', 'status': '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-19 17:24:27,557 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-999962039 0.050s 2023-07-19 17:24:27,558 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 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-bdb06696-9e47-4053-95fc-fd44654e89ba', 'x-compute-request-id': 'req-bdb06696-9e47-4053-95fc-fd44654e89ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-999962039'} Body: b'' 2023-07-19 17:24:27,820 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3 0.262s 2023-07-19 17:24:27,821 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f763c445-5e3f-493c-9249-2c6dae458fb4', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3'} Body: b'' 2023-07-19 17:24:27,844 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http ://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3 0.022s 2023-07-19 17:24:27,844 79210 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-3dc80d87-6b6e-4034-8887-95e9fc1c632e', 'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5242ac25-27eb-4663-a913-e5f1a4e56ed3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5242ac25-27eb-4663-a913-e5f1a4e56ed3 does not exist", "detail": ""}}' 2023-07-19 17:24:28,590 79210 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/736a8265-b705-4279-805e-9628ca2cfbf0 0.745s 2023-07-19 17:24:28,591 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-20ea95ea-c469-4831-894a-1bb889080d8a', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/736a8265-b705-4279-805e-9628ca2cfbf0'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 244, in test_stable_device_rescue_disk_virtio_with_volume_attached server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:24:41,424 79226 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:41,737 79226 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.310s 2023-07-19 17:24:41,737 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-383269258", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLBryvkyFUd13hRxKE1HDAHahoLuuEUx2FdUDSt2oZf94kTTJfNq4ExFLSqgypRYuf8u//JFpIYCuHTngpjFNHXYuvTb0KxRR/EZynM3AgY7Mz2ga0RLOJJJMtLCXEQlnw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:41 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-4cc40e8d-560e-47f2-b020-cb27ea088e01', 'x-compute-request-id': 'req-4cc40e8d-560e-47f2-b020-cb27ea088e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-383269258", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLBryvkyFUd13hRxKE1HDAHahoLuuEUx2FdUDSt2oZf94kTTJfNq4ExFLSqgypRYuf8u//JFpIYCuHTngpjFNHXYuvTb0KxRR/EZynM3AgY7Mz2ga0RLOJJJMtLCXEQlnw==", "fingerprint": "97:a5:5c:24:54:26:d3:e4:b5:3c:e1:a8:e9:8f:0e:1a", "user_id": "c524b694661244569adb6b49ce0750ec"}}' 2023-07-19 17:24:41,743 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-383269258 created 2023-07-19 17:24:42,218 79226 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.474s 2023-07-19 17:24:42,218 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--138701267", "description": "tempest-description--709081411"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-fa34f861-ae08-48a3-a9e6-8537d6654c3f', 'date': 'Wed, 19 Jul 2023 17:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "49396e33-4747-431d-83c3-e2e360f6e58b", "name": "tempest-securitygroup--138701267", "stateful": true, "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "description": "tempest-description--709081411", "shared": false, "security_group_rules": [{"id": "0773a9b1-50e5-4027-aa3d-ab38692229f2", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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": 574, "description": null, "tags": [], "created_at": "2023-07-19T17:24:42Z", "updated_at": "2023-07-19T17:24:42Z", "revision_number": 0}, {"id": "b0b0dd8e-e0c9-4cc8-86c8-5e8640c3b883", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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": nul l, "remote_group_id": null, "standard_attr_id": 573, "description": null, "tags": [], "created_at": "2023-07-19T17:24:41Z", "updated_at": "2023-07-19T17:24:41Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:41Z", "updated_at": "2023-07-19T17:24:41Z", "revision_number": 1, "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe"}}' 2023-07-19 17:24:42,623 79226 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.404s 2023-07-19 17:24:42,623 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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-08ea0c76-d70d-4b0d-b5a7-de6423b08cba', 'date': 'Wed, 19 Jul 2023 17:24: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": "496e4887-4f5a-4d62-981c-e1c091a22452", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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-19T17:24:42Z", "updated_at": "2023-07-19T17:24:42Z", "revision_number": 0}}' 2023-07-19 17:24:43,393 79226 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.769s 2023-07-19 17:24:43,394 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-68873388-e443-4bda-8a20-2e3b64867201', 'date': 'Wed, 19 Jul 2023 17:24: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": "f7f6ca0f-e55a-4043-a28d-e459cd82d1c2", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "security_group_id": "49396e33-4747-431d-83c3-e2e360f6e58b", "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-19T17:24:42Z", "updated_at": "2023-07-19T17:24:42Z", "revision_number": 0}}' 2023-07-19 17:24:43,394 79226 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--138701267 created 2023-07-19 17:24:45,020 79226 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.625s 2023-07-19 17:24:45,021 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa 65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-19f9d707-4dec-4314-9ea9-b5ed00fe48a3', 'date': 'Wed, 19 Jul 2023 17:24:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5858c136-8399-4a25-b7eb-69d463072ccf", "tenant_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "floating_ip_address": "172.24.4.119", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a60b64dee2b74bcea3ec15e7e8422bbe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:44Z", "updated_at": "2023-07-19T17:24:44Z", "revision_number": 0}}' 2023-07-19 17:24:45,021 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5858c136-8399-4a25-b7eb-69d463072ccf', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:44Z', 'updated_at': '2023-07-19T17:24:44Z', 'revision_number': 0, 'ip': '172.24.4.119'} created 2023-07-19 17:24:45,217 79226 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.184s 2023-07-19 17:24:45,217 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-531698f1-8873-451a-9aba-18441af72b81', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c524b694661244569adb6b49ce0750ec", "name": "tempest-ServerStableDeviceRescueTest-1212544009-project-member", "password_expires_at": null}, "audit_ids": ["rx86HPSkQSiqpEaFbXbenA"], "expires_at": "2023-07-19T18:24:45.000000Z", "issued_at": "2023-07-19T17:24:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a60b64dee2b74bcea3ec15e7e8422bbe", "name": "tempest-ServerStableDeviceRescueTest-1212544009"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a60b64dee2b74bcea3ec15e7e8422bbe", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, { "endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a60b64dee2b74bcea3ec15e7e8422bbe", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a60b64dee2b74bcea3ec15e7e8422bbe", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:45,218 79226 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '9aefad30-4619-481d-86cc-d3836aa22052', 'name': 'tempest-ServerStableDeviceRescueTest-670483015-network', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59487, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:24:23Z', 'updated_at': '2023-07-19T17:24:24Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:45,218 79226 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-383269258', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLBryvkyFUd13hRxKE1HDAHahoLuuEUx2FdUDSt2oZf94kTTJfNq4ExFLSqgypRYuf8u//JFpIYCuHTngpjFNHXYuvTb0KxRR/EZynM3AgY7Mz2ga0RLOJJJMtLCXEQlnw==', 'fingerprint': '97:a5:5c:24:54:26:d3:e4:b5:3c:e1:a8:e9:8f:0e:1a', 'user_id': 'c524b694661244569adb6b49ce0750ec', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCdB1CVksK1BGfK6e+KdOSWgj+A+ZOQE64pqOUkG6ZBoPyOVJBLWMiw\nuxBRmxe3NXCgBwYFK4EEACKhZANiAASwa8r5MhVHdd4UcShNRwwB2oaC7rhFMdhX\nVA0rdqGX/eJE0yXzauBMRS0qoMqUWLn/Lv/yRaSGArh054KYxTR12Lr029CsUUfx\nGcpzNwIGOzM9oGtESziSSTLSwlxEJZ8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49396e33-4747-431d-83c3-e2e360f6e58b', 'name': 'tempest-securitygroup--138701267', 'stateful': True, 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'description': 'tempest-description--709081411', 'shared': False, 'security_group_rules': [{'id': '0773a9b1-50e5-4027-aa3d-ab38692229f2', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'security_group_id': '49396e33-4747-431d-83c3-e2e360f6e58b', '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': 574, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:42Z', 'updated_at': '2023-07-19T17:24:42Z', 'revision_number': 0}, {'id': 'b0b0dd8e-e0c9-4cc8-86c8-5e8640c3b883', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'security_group_id': '49396e33-4747-431d-83c3-e2e360f6e58b', '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': 573, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:41Z', 'updated_at': '2023-07-19T17:24:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:24:41Z', 'updated_at': '2023-07-19T17:24:41Z', 'revision_number': 1, 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe'}, 'floating_ip': {'id': '5858c136-8399-4a25-b7eb-69d463072ccf', 'tenant_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'floating_ip_address': '172.24.4.119', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a60b64dee2b74bcea3ec15e7e8422bbe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:44Z', 'updated_at': '2023-07-19T17:24:44Z', 'revision_number': 0, 'ip': '172.24.4.119'}} 2023-07-19 17:24:45,248 79226 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-19 17:24:45,248 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-107035106", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "9aefad30-4619-481d-86cc-d3836aa22052"}], "security_groups": [{"name": "tempest-securitygroup--138701267"}], "key_name": "tempest-keypair-383269258", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-dd6d7b1c-fd1d-49b1-b235-b399924b45ec', 'x-compute-request-id': 'req-dd6d7b1c-fd1d-49b1-b235-b399924b45ec', 'connection': 'close', 'status': '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.'} setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.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-19 17:23:47,193 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes 1.099s 2023-07-19 17:23:47,194 79222 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-1761951368", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49285a7b-ebe5-49ce-9bea-32ed49f17540', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49285a7b-ebe5-49ce-9bea-32ed49f17540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.096940", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:23:47,299 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.081s 2023-07-19 17:23:47,300 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e960c534-da71-409c-94be-af5a28bcaeb5', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e960c534-da71-409c-94be-af5a28bcaeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:48,390 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.072s 2023-07-19 17:23:48,391 79222 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8087de3b-0d2c-4bd7-8217-149d7dbcaaee', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8087de3b-0d2c-4bd7-8217-149d7dbcaaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:49,483 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.080s 2023-07-19 17:23:49,484 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b21099b-1399-443f-813f-e6b2c4d6f422', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b21099b-1399-443f-813f-e6b2c4d6f422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:50,573 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.068s 2023-07-19 17:23:50,573 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:50 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81cd5942-820c-4efa-8a46-0d493be94f51', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81cd5942-820c-4efa-8a46-0d493be94f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:51,641 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.047s 2023-07-19 17:23:51,641 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b89db76-cbf5-4810-9e62-3a93abb3d16a', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b89db76-cbf5-4810-9e62-3a93abb3d16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:52,701 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.040s 2023-07-19 17:23:52,701 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434ffad3-e3ce-4b0d-bd66-af122500f95f', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434ffad3-e3ce-4b0d-bd66-af122500f95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:53,763 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.046s 2023-07-19 17:23:53,763 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb8b358-3322-41ad-a397-0b5fa5cb1746', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb8b358-3322-41ad-a397-0b5fa5cb1746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:54,825 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.043s 2023-07-19 17:23:54,825 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773afe80-7491-400b-b7e9-0e57e6749c5b', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773afe80-7491-400b-b7e9-0e57e6749c5b', 'connec tion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:55,886 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.048s 2023-07-19 17:23:55,886 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38fa4cd6-308b-47b1-944e-7d78053dfefe', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38fa4cd6-308b-47b1-944e-7d78053dfefe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:56,943 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.043s 2023-07-19 17:23:56,943 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a97d67-41e4-45d1-99dd-917e6f2ca74c', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a97d67-41e4-45d1-99dd-917e6f2ca74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4 140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:58,004 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.049s 2023-07-19 17:23:58,005 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bde7f3-ee7f-4789-b2c9-5f95615b89c6', 'content-length': '969', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bde7f3-ee7f-4789-b2c9-5f95615b89c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:47.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:23:59,189 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.157s 2023-07-19 17:23:59,189 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa78873-250c-49b5-a55f-8558fd570b89', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa78873-250c-49b5-a55f-8558fd570b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "d ownloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:00,300 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.087s 2023-07-19 17:24:00,301 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f82e5fb5-9a32-4eae-b5d7-9dfa6a20a457', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f82e5fb5-9a32-4eae-b5d7-9dfa6a20a457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:01,400 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.083s 2023-07-19 17:24:01,400 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed8925f-ac45-43c7-8937-68bde1b28862', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed8925f-ac45-43c7-8937-68bde1b28862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-0 7-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:02,488 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.066s 2023-07-19 17:24:02,488 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b167615-ca05-4b72-8c25-a514f730fc2a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b167615-ca05-4b72-8c25-a514f730fc2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:03,589 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.086s 2023-07-19 17:24:03,590 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c953a9c9-dbda-45fe-892b-a025c3e2442c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c953a9c9-dbda-45fe-892b-a025c3e2442c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:04,692 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.088s 2023-07-19 17:24:04,693 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e68301-8e47-4d9c-ab80-15e739afb772', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e68301-8e47-4d9c-ab80-15e739afb772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:05,790 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.081s 2023-07-19 17:24:05,791 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211fb4af-f01e-47c5-a49a-83cf5ee7c2cc', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211fb4af-f01e-47c5-a49a-83cf5ee7c2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10 .0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:06,871 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.069s 2023-07-19 17:24:06,871 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b4689e-054f-42d1-9e43-fa8ceb82fb54', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b4689e-054f-42d1-9e43-fa8ceb82fb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:07,928 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.043s 2023-07-19 17:24:07,928 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-357fcf68-2378-4bde-94e9-abdbf42f5814', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-357fcf68-2378-4bde-94e9-abdbf42f5814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark" , "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:08,990 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.040s 2023-07-19 17:24:08,991 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f4dcd80-4afe-4ff7-830a-3336562c4e98', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f4dcd80-4afe-4ff7-830a-3336562c4e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:10,044 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.040s 2023-07-19 17:24:10,044 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4733bef-d410-48a8-8776-8746e5838d08', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4733bef-d410-48a8-8776-8746e5838d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:11,123 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.054s 2023-07-19 17:24:11,126 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966311b5-569c-4d37-aa3d-e7de05845716', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966311b5-569c-4d37-aa3d-e7de05845716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:12,206 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.065s 2023-07-19 17:24:12,206 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f5db69-312f-4c6e-a229-610011a90203', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f5db69-312f-4c6e-a229-610011a90203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "c onsistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:13,291 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.074s 2023-07-19 17:24:13,292 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc91f4f5-3df3-43ca-83ee-ae552d282fd8', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc91f4f5-3df3-43ca-83ee-ae552d282fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:14,383 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.079s 2023-07-19 17:24:14,384 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-919f90c3-8b98-4397-bce6-3859bb9f16a7', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-919f90c3-8b98-4397-bce6-3859bb9f16a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:23:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "F alse"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:15,512 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.103s 2023-07-19 17:24:15,513 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5301b16-6d2a-4d60-9bfd-c392e9cb0318', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5301b16-6d2a-4d60-9bfd-c392e9cb0318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:16,586 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.053s 2023-07-19 17:24:16,587 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c67aca-c048-4174-91a5-e5e57098af78', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c67aca-c048-4174-91a5-e5e57098af78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:17,664 79222 INFO [ tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.065s 2023-07-19 17:24:17,665 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad931de4-a49a-45f9-9ee5-d34fe815483e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad931de4-a49a-45f9-9ee5-d34fe815483e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:18,743 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.066s 2023-07-19 17:24:18,744 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d5453ef-281c-4001-8648-8145e54699e2', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d5453ef-281c-4001-8648-8145e54699e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:19,820 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/vo lume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.064s 2023-07-19 17:24:19,821 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72134dd-16a9-41a8-b919-87fc5351318b', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72134dd-16a9-41a8-b919-87fc5351318b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:20,913 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.072s 2023-07-19 17:24:20,913 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef11c57-6465-405c-a615-8cffaa897cf6', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef11c57-6465-405c-a615-8cffaa897cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:21,985 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.059s 2023-07-19 17:24:21,985 7 9222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70287c81-288d-4ed2-96fd-c5f3bdbe953a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70287c81-288d-4ed2-96fd-c5f3bdbe953a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:23,054 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.049s 2023-07-19 17:24:23,055 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54db9921-4902-4160-9392-683f86d65e46', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54db9921-4902-4160-9392-683f86d65e46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:24,208 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.137s 2023-07-19 17:24:24,213 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appl ication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792d5ca9-e7e4-48f4-b951-625a6779ec7d', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792d5ca9-e7e4-48f4-b951-625a6779ec7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:25,353 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.117s 2023-07-19 17:24:25,354 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a27f30e-42be-4c32-8dff-b480c98e55ed', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a27f30e-42be-4c32-8dff-b480c98e55ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:26,450 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.084s 2023-07-19 17:24:26,450 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:2 4:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4882bffa-97a9-4638-ab96-73b29ef760c1', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4882bffa-97a9-4638-ab96-73b29ef760c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:27,541 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.072s 2023-07-19 17:24:27,542 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a93617fc-a6c8-4be5-9113-dc4517e67d99', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93617fc-a6c8-4be5-9113-dc4517e67d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:15.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:28,637 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.076s 2023-07-19 17:24:28,637 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd85da 80-e531-4e6b-8167-fdd510f71fed', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd85da80-e531-4e6b-8167-fdd510f71fed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:29,745 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.086s 2023-07-19 17:24:29,759 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75045d7f-5a5d-47d1-b965-9b0eb7ee601a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75045d7f-5a5d-47d1-b965-9b0eb7ee601a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:30,920 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.140s 2023-07-19 17:24:30,924 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d37e99-6833-47da-ba06-84797f874457', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-AP I-Version', 'x-openstack-request-id': 'req-82d37e99-6833-47da-ba06-84797f874457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:32,022 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.079s 2023-07-19 17:24:32,022 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41de5a8f-12c9-4f96-9df3-9effcb92e740', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41de5a8f-12c9-4f96-9df3-9effcb92e740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:33,132 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.090s 2023-07-19 17:24:33,133 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5376d72c-21d8-48ef-8fce-b75d3a37c10e', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5376d72c-21d8-48ef-8fce-b75d3a37c10e', 'connection': 'close', 'status': '20 0', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:28.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:34,250 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb 0.100s 2023-07-19 17:24:34,250 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764fda1a-7eba-4726-a708-df980956c9fa', 'content-length': '1390', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764fda1a-7eba-4726-a708-df980956c9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb'} Body: b'{"volume": {"id": "4140322a-c160-47a7-a1f5-fff3e51035bb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:23:47.000000", "updated_at": "2023-07-19T17:24:34.000000", "name": "tempest-TaggedBootDevicesTest-volume-1761951368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/4140322a-c160-47a7-a1f5-fff3e51035bb"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:34,271 79222 INFO [tempest.common.waiters] volume 4140322a-c160-47a7-a1f5-fff3e51035bb reached available after waiting for 47.271034 seconds 2023-07-19 17:24:34,737 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes 0.464s 2023-07-19 17:24:34,737 79222 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-663858222"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca772938-c57c-49a0-9195-f6119289b85d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca772938-c57c-49a0-9195-f6119289b85d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:34.582738", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:24:34,847 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.093s 2023-07-19 17:24:34,847 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-befd8bef-7d81-462b-ae24-bc7fad7eda94', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-befd8bef-7d81-462b-ae24-bc7fad7eda94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:35,935 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.073s 2023-07-19 17:24:35,938 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcde9e50-3bcd-42c8-93da-7d6e1c5be27b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API -Version', 'x-openstack-request-id': 'req-bcde9e50-3bcd-42c8-93da-7d6e1c5be27b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": "2023-07-19T17:24:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:37,021 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.071s 2023-07-19 17:24:37,022 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e15772d-fe2d-4288-ac39-01f011cac0ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e15772d-fe2d-4288-ac39-01f011cac0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": "2023-07-19T17:24:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:38,093 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085 0.059s 2023-07-19 17:24:38,094 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6262c49-6a0c-4a75-b530-a2fa01957deb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6262c49-6a0c-4a75-b530-a2fa01957deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814 e7085'} Body: b'{"volume": {"id": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:35.000000", "updated_at": "2023-07-19T17:24:38.000000", "name": "tempest-TaggedBootDevicesTest-volume-663858222", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/afd4c2ba-c171-40c4-80b7-2c2e814e7085"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:38,112 79222 INFO [tempest.common.waiters] volume afd4c2ba-c171-40c4-80b7-2c2e814e7085 reached available after waiting for 4.112874 seconds 2023-07-19 17:24:38,539 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes 0.425s 2023-07-19 17:24:38,539 79222 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-49441688"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e661d62-ac48-4bb3-bca3-48db56089aba', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e661d62-ac48-4bb3-bca3-48db56089aba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:38.413220", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:24:38,688 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 0.127s 2023-07-19 17:24:38,689 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a647a39-4c21-4ff4-b948-06ebd230f840', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a647a39-4c21-4ff4-b948-06ebd230f840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "202 3-07-19T17:24:38.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:39,761 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 0.056s 2023-07-19 17:24:39,761 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-796f82c7-dae4-48eb-89b2-f7d55f13ad38', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-796f82c7-dae4-48eb-89b2-f7d55f13ad38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:38.000000", "updated_at": "2023-07-19T17:24:39.000000", "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:40,858 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 0.076s 2023-07-19 17:24:40,859 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93416b39-aa2c-4670-b6fb-4bc53c720b84', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93416b39-aa2c-4670-b6fb-4bc53c720b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8'} Body: b'{"volume": {"id": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:24:38.000000", "updated_at": "2023-07-19T17:24:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-49441688", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "hre f": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d42831f82708470c93cb84a4af0a763c/volumes/fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8"}], "user_id": "90ffa7a96ded4236a3dd4be90f5a7672", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:40,871 79222 INFO [tempest.common.waiters] volume fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8 reached available after waiting for 2.871584 seconds 2023-07-19 17:24:42,284 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.412s 2023-07-19 17:24:42,285 79222 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-1857630657"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b86c354d-5874-4be2-9090-a83f5814105f', 'date': 'Wed, 19 Jul 2023 17:24:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"3157870b-7eea-4215-b213-dc83666b86e0","name":"tempest-device-tagging-net1-1857630657","tenant_id":"d42831f82708470c93cb84a4af0a763c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d42831f82708470c93cb84a4af0a763c","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-19T17:24:40Z","updated_at":"2023-07-19T17:24:41Z","revision_number":1}}' 2023-07-19 17:24:43,942 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.656s 2023-07-19 17:24:43,943 79222 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-704287167"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-45f946ea-ede3-4ad6-b13e-e6e3f612112b', 'date': 'Wed, 19 Jul 2023 17:24:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba","name":"tempest-device-tagging-net2-704287167","tenant_id":"d42831f82708470c93cb84a4af0a763c","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d42831f82708470c93cb84a4af0a763c","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-19T17:24:42Z","updated_at":"2023-07-19T17:24:42Z","revision_number":1}}' 2023-07-19 17:24:47,629 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.686s 2023-07-19 17:24:47,630 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "3157870b-7eea-4215-b213-dc83666b86e0", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b9e6a027-8852-45ba-8398-bb94d4cd9a07', 'date': 'Wed, 19 Jul 2023 17:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"c891197c-b038-48d7-97f7-5743283148ca","name":"","tenant_id":"d42831f82708470c93cb84a4af0a763c","network_id":"3157870b-7eea-4215-b213-dc83666b86e0","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-19T17:24:44Z","updated_at":"2023-07-19T17:24:44Z","revision_number":0,"project_id":"d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:52,127 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 4.496s 2023-07-19 17:24:52,127 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-6ce8164c-50fd-4e3d-9d9a-c3caf9e2f74e', 'date': 'Wed, 19 Jul 2023 17:24:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"3f4fa571-e21b-4f79-8b23-3e1e37a2d621","name":"","tenant_id":"d42831f82708470c93cb84a4af0a763c","network_id":"d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba","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-19T17:24:48Z","updated_at":"2023-07-19T17:24:48Z","revision_number":0,"project_id":"d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:53,622 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.494s 2023-07-19 17:24:53,622 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3157870b-7eea-4215-b213-dc83666b86e0", "name": "tempest-TaggedBootDevicesTest-751044575", "fixed_ips": [{"subnet_id": "c891197c-b038-48d7-97f7-5743283148ca"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-50cd920f-7265-42d3-aa70-09a727c379e4', 'date': 'Wed, 19 Jul 2023 17:24:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"33cf748f-684b-49a9-80b3-998aa9854a83","name":"tempest-TaggedBootDevicesTest-751044575","network_id":"3157870b-7eea-4215-b213-dc83666b86e0","tenant_id":"d42831f82708470c93cb84a4af0a763c","mac_address":"fa:16:3e:a3:ed:20","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"c891197c-b038-48d7-97f7-5743283148ca","ip_address":"10.1.1.46"}],"project_id":"d42831f82708470c93cb84a4af0a763c","port_security_enabled":true,"security_groups":["ebb0a33f-92eb-4068-9085-fc0fd33a2b98"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:24:52Z","updated_at":"2023-07-19T17:24:52Z","revision_number":1}}' 2023-07-19 17:24:54,864 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.241s 2023-07-19 17:24:54,865 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'app lication/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3157870b-7eea-4215-b213-dc83666b86e0", "name": "tempest-TaggedBootDevicesTest-1426427510", "fixed_ips": [{"subnet_id": "c891197c-b038-48d7-97f7-5743283148ca"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-9a0f0993-38b2-48fe-8b67-0f7922dfe0b8', 'date': 'Wed, 19 Jul 2023 17:24:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"55fca26f-70a0-40e6-8f9b-85b9339d049e","name":"tempest-TaggedBootDevicesTest-1426427510","network_id":"3157870b-7eea-4215-b213-dc83666b86e0","tenant_id":"d42831f82708470c93cb84a4af0a763c","mac_address":"fa:16:3e:62:b4:97","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"c891197c-b038-48d7-97f7-5743283148ca","ip_address":"10.1.1.249"}],"project_id":"d42831f82708470c93cb84a4af0a763c","port_security_enabled":true,"security_groups":["ebb0a33f-92eb-4068-9085-fc0fd33a2b98"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:24:53Z","updated_at":"2023-07-19T17:24:54Z","revision_number":1}}' 2023-07-19 17:24:54,869 79222 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:24:54,870 79222 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:24:54,971 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.092s 2023-07-19 17:24:54,972 79222 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-367564224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBInOGZMIsYYGBLSgRxfSY+stnp2Yeh2UdVAkkUrX7zfazMdpduuUoHCj9O6eUsWY+loVryRxab9E2+XGkXGj0uIlyn0+PV+RdOugcIvtBb/sS9eNIFamNNfvDte4P+11aQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', '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-aa03dcbf-df51-4cd6-96ac-cdf03b724f2d', 'x-compute-request-id': 'req-aa03dcbf-df51-4cd6-96ac-cdf03b724f2d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-367564224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBInOGZMIsYYGBLSgRxfSY+stnp2Yeh2UdVAkkUrX7zfazMdpduuUoHCj9O6eUsWY+loVryRxab9E2+XGkXGj0uIlyn0+PV+RdOugcIvtBb/sS9eNIFamNNfvDte4P+11aQ==", "fingerprint": "07:da:dd:f8:3f:f2:c3:12:10:35:cf:60:30:73:ae:1c", "user_id": "90ffa7a96ded4236a3dd4be90f5a7672"}}' 2023-07-19 17:24:54,977 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-367564224 created 2023-07-19 17:24:55,201 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.223s 2023-07-19 17:24:55,202 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--383647271", "description": "tempest-description--213660356"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-51f3a179-87f1-4650-a040-9959c56e0374', 'da te': 'Wed, 19 Jul 2023 17:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "name": "tempest-securitygroup--383647271", "stateful": true, "tenant_id": "d42831f82708470c93cb84a4af0a763c", "description": "tempest-description--213660356", "shared": false, "security_group_rules": [{"id": "089984b7-e0e3-4252-bd94-4eb0bd4272a4", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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": 625, "description": null, "tags": [], "created_at": "2023-07-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}, {"id": "be1058f8-5d93-4dab-bc48-e68ccaafa4e1", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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": 624, "description": null, "tags": [], "created_at": "2023-07-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 1, "project_id": "d42831f82708470c93cb84a4af0a763c"}}' 2023-07-19 17:24:55,524 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.321s 2023-07-19 17:24:55,524 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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-a03e1350-f538-4639-b8c9-f6009275aec9', 'date': 'Wed, 19 Jul 2023 17:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96ab83d5-e787-4a85-9791-57948f4978f7", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}}' 2023-07-19 17:24:55,735 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.209s 2023-07-19 17:24:55,735 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-40dcb59f-6c35-4f04-bc99-8129c59b59e2', 'date': 'Wed, 19 Jul 2023 17:24:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking /v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2028e41-4a15-464b-806e-896277e7b8f4", "project_id": "d42831f82708470c93cb84a4af0a763c", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "security_group_id": "488f57d2-919f-4fb1-bf6e-489add4318cb", "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-19T17:24:55Z", "updated_at": "2023-07-19T17:24:55Z", "revision_number": 0}}' 2023-07-19 17:24:55,735 79222 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--383647271 created 2023-07-19 17:24:57,522 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.786s 2023-07-19 17:24:57,523 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-35da9784-88e2-43e1-8c8a-b79b5668fb70', 'date': 'Wed, 19 Jul 2023 17:24:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "87975130-2fcf-4b40-99c0-642e8c21eb0d", "tenant_id": "d42831f82708470c93cb84a4af0a763c", "floating_ip_address": "172.24.4.90", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d42831f82708470c93cb84a4af0a763c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:24:56Z", "updated_at": "2023-07-19T17:24:56Z", "revision_number": 0}}' 2023-07-19 17:24:57,523 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '87975130-2fcf-4b40-99c0-642e8c21eb0d', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:56Z', 'updated_at': '2023-07-19T17:24:56Z', 'revision_number': 0, 'ip': '172.24.4.90'} created 2023-07-19 17:24:57,670 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.140s 2023-07-19 17:24:57,670 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e821a57e-9866-4b8f-ae78-0cef45226cae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90ffa7a96ded4236a3dd4be90f5a7672", "name": "tempest-TaggedBootDevicesTest-1567280136-project-member", "password_expires_at": null}, "audit_ids": ["Dis4gTVnQpWIPGcejaKEuA"], "expires_at": "2023-07-19T18:24:57.000000Z", "issued_at": "2023-07-19T17:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d42831f82708470c93cb84a4af0a763c", "name": "tempest-TaggedBootDevicesTest-1567280136"}, "is_domain": false, "r oles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:57,671 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '63658bda-e624-4ff7-8880-37e29ef2fb12', 'name': 'tempest-TaggedBootDevicesTest-733542083-network', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58811, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:57,823 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.144s 2023-07-19 17:24:57,824 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-46a75d52-75d0-4702-bf77-77bc134ce2e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90ffa7a96ded4236a3dd4be90f5a7672", "name": "tempest-TaggedBo otDevicesTest-1567280136-project-member", "password_expires_at": null}, "audit_ids": ["vPdHBwnxQGOuc5c3W9q4zw"], "expires_at": "2023-07-19T18:24:57.000000Z", "issued_at": "2023-07-19T17:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d42831f82708470c93cb84a4af0a763c", "name": "tempest-TaggedBootDevicesTest-1567280136"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d42831f82708470c93cb84a4af0a763c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:24:57,824 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '63658bda-e624-4ff7-8880-37e29ef2fb12', 'name': 'tempest-TaggedBootDevicesTest-733542083-network', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58811, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:22:53Z', 'updated_at': '2023-07-19T17:22:53Z', 'revision_number': 1} available for tenant 2023-07-19 17:24:57,825 79222 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-367564224', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBInOGZMIsYYGBLSgRxfSY+stnp2Yeh2UdVAkkUrX7zfazMdpduuUoHCj9O6eUsWY+loVryRxab9E2+XGkXGj0uIlyn0+PV+RdOugcIvtBb/sS9eNIFamNNfvDte4P+11aQ==', 'fingerprint': '07:da:dd:f8:3f:f2:c3:12:10:35:cf:60:30:73:ae:1c', 'user_id': '90ffa7a96ded4236a3dd4be90f5a7672', 'private_key': '-----BEGIN EC PRIVATE KEY-----\ nMIGkAgEBBDCVSA4ICudolwqQ9Qq1hc0Dl6wO9pq1LdOZGxkqGkEUX2hK4IUjG+CT\n168wKII5eBygBwYFK4EEACKhZANiAASJzhmTCLGGBgS0oEcX0mPrLZ6dmHodlHVQ\nJJFK1+832szHaXbrlKBwo/TunlLFmPpaFa8kcWm/RNvlxpFxo9LiJcp9Pj1fkXTr\noHCL7QW/7EvXjSBWpjTX7w7XuD/tdWk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '488f57d2-919f-4fb1-bf6e-489add4318cb', 'name': 'tempest-securitygroup--383647271', 'stateful': True, 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'description': 'tempest-description--213660356', 'shared': False, 'security_group_rules': [{'id': '089984b7-e0e3-4252-bd94-4eb0bd4272a4', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'security_group_id': '488f57d2-919f-4fb1-bf6e-489add4318cb', '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': 625, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:55Z', 'updated_at': '2023-07-19T17:24:55Z', 'revision_number': 0}, {'id': 'be1058f8-5d93-4dab-bc48-e68ccaafa4e1', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'security_group_id': '488f57d2-919f-4fb1-bf6e-489add4318cb', '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': 624, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:24:55Z', 'updated_at': '2023-07-19T17:24:55Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:24:55Z', 'updated_at': '2023-07-19T17:24:55Z', 'revision_number': 1, 'project_id': 'd42831f82708470c93cb84a4af0a763c'}, 'floating_ip': {'id': '87975130-2fcf-4b40-99c0-642e8c21eb0d', 'tenant_id': 'd42831f82708470c93cb84a4af0a763c', 'floating_ip_address': '172.24.4.90', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd42831f82708470c93cb84a4af0a763c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:24:56Z', 'updated_at': '2023-07-19T17:24:56Z', 'revision_number': 0, 'ip': '172.24.4.90'}} 2023-07-19 17:24:57,874 79222 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-19 17:24:57,874 79222 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-706404243", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "63658bda-e624-4ff7-8880-37e29ef2fb12"}, {"port": "33cf748f-684b-49a9-80b3-998aa9854a83", "tag": "port-1"}, {"port": "55fca26f-70a0-40e6-8f9b-85b9339d049e", "tag": "port-2"}, {"uuid": "3157870b-7eea-4215-b213-dc83666b86e0", "tag": "net-1"}, {"uuid": "3157870b-7eea-4215-b213-dc83666b86e0"}, {"uuid": "d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "4140322a-c160-47a7-a1f5-fff3e51035bb", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "afd4c2ba-c171-40c4-80b7-2c2e814e7085", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "fd4e79c8-a7c8-477c-8ba1-d9e0d36b8cc8", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--383647271"}], "key_name": "tempest-keypair-367564224", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyI GF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:24:57 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-83e935fd-4698-4b2e-bb10-f2bcec260501', 'x-compute-request-id': 'req-83e935fd-4698-4b2e-bb10-f2bcec260501', 'connection': 'close', 'status': '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-19 17:24:57,922 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-367564224 0.043s 2023-07-19 17:24:57,923 79222 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': 'Wed, 19 Jul 2023 17:24:57 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-a70c6476-5d0b-423c-a150-69f5bc5fc9f1', 'x-compute-request-id': 'req-a70c6476-5d0b-423c-a150-69f5bc5fc9f1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-367564224'} Body: b'' 2023-07-19 17:24:58,135 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb 0.212s 2023-07-19 17:24:58,136 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-09d2a64e-95c4-454f-852d-26a940d1c2d6', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb'} Body: b'' 2023-07-19 17:24:58,162 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb 0.025s 2023-07-19 17:24:58,163 79222 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-30095c1c-865f-4106-8824-3ff6764d3ab0', 'date': 'Wed, 19 Jul 2023 17:24:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/488f57d2-919f-4fb1-bf6e-489add4318cb'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 488f57d2-919f-4fb1-bf6e-489add4318cb does not exist", "detail": ""}}' 2023-07-19 17:24:59,162 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/87975130-2fcf-4b40-99c0-642e8c21eb0d 0.998s 2023-07-19 17:24:59,162 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1acfc795-f1e3-4f0d-9481-00235aa80626', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:24:59 GMT', 'connection': 'close', 'status': '20 4', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/87975130-2fcf-4b40-99c0-642e8c21eb0d'} Body: b'' 2023-07-19 17:24:59,968 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/55fca26f-70a0-40e6-8f9b-85b9339d049e 0.805s 2023-07-19 17:24:59,969 79222 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-f5b4638a-7a22-44d2-a2fc-45cf75352252', 'date': 'Wed, 19 Jul 2023 17:24:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/55fca26f-70a0-40e6-8f9b-85b9339d049e'} Body: b'' 2023-07-19 17:25:00,857 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/33cf748f-684b-49a9-80b3-998aa9854a83 0.887s 2023-07-19 17:25:00,858 79222 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-d348299f-4aa2-4c98-84e2-d82b90f0a1e0', 'date': 'Wed, 19 Jul 2023 17:25:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/33cf748f-684b-49a9-80b3-998aa9854a83'} Body: b'' 2023-07-19 17:25:01,141 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/3f4fa571-e21b-4f79-8b23-3e1e37a2d621 0.283s 2023-07-19 17:25:01,142 79222 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-a1e9e095-fc38-46e9-aa60-8d89c7429deb', 'date': 'Wed, 19 Jul 2023 17:25:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/3f4fa571-e21b-4f79-8b23-3e1e37a2d621'} Body: b'' 2023-07-19 17:25:01,685 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/c891197c-b038-48d7-97f7-5743283148ca 0.542s 2023-07-19 17:25:01,685 79222 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-1f906224-fa0b-401a-b791-e7e1f66c03b9', 'date': 'Wed, 19 Jul 2023 17:25:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/c891197c-b038-48d7-97f7-5743283148ca'} Body: b'' 2023-07-19 17:25:02,539 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba 0.853s 2023-07-19 17:25:02,540 79222 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-3bda8208-2ce5-4aae-b2bb-751fc232102f', 'date': 'Wed, 19 Jul 2023 17:25:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/d1c425c6-aa84-42e0-b5d4-5dcd2b97a7ba'} Body: b'' 2023-07-19 17:25:03,247 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/3157870b-7eea-4215-b213-dc83666b86e0 0.707s 2023-07-19 17:25:03,248 79222 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-e5dd38da-cc04-4e0d-8866-2c5edf6afaf7', 'date': 'Wed, 19 Jul 2023 17:25:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/3157870b-7eea-4215-b213-dc83666b86e0'} Body: b'' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 29ef171b-1d32-4d49-ac39-083a166a513b 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-19 17:25:05,077 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes 0.331s 2023-07-19 17:25:05,078 79204 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-1877585536"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2dd51d-217f-4a1d-92e0-6e53ff4e7a73', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2dd51d-217f-4a1d-92e0-6e53ff4e7a73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:04.984454", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:25:05,189 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.101s 2023-07-19 17:25:05,189 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c073f54-ad70-484b-8bfe-d7e884b8fbfa', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c073f54-ad70-484b-8bfe-d7e884b8fbfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:06,267 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.066s 2023-07-19 17:25:06,268 79204 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350fba12-fbb8-4a8c-882a-ed8d08554fba', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350fba12-fbb8-4a8c-882a-ed8d08554fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:05.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:07,344 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.061s 2023-07-19 17:25:07,344 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da85e575-6551-4d7a-9a6f-b6ddc097da1d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da85e575-6551-4d7a-9a6f-b6ddc097da1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:07.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:07,356 79204 INFO [tempest.common.waiters] volume 29ef171b-1d32-4d49-ac39-083a166a513b reached available after waiting for 2.356863 seconds 2023-07-19 17:25:07,571 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots 0.214s 2023-07-19 17:25:07,572 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9517ae-d0d1-4bf7-b4c8-8d454b2d3a30', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9517ae-d0d1-4bf7-b4c8-8d454b2d3a30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.495228", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-19 17:25:07,612 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.036s 2023-07-19 17:25:07,633 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a05c9c-7b52-4517-9202-41e1f052d7b0', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a05c9c-7b52-4517-9202-41e1f052d7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:08,680 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.038s 2023-07-19 17:25:08,680 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b2b2bc-91df-4581-8f5e-bc80f2801c72', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b2b2bc-91df-4581-8f5e-bc80f2801c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:09,728 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:t est_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.040s 2023-07-19 17:25:09,728 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ade56af-2afa-45f5-b564-acf9ea24a891', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ade56af-2afa-45f5-b564-acf9ea24a891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:10,820 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.043s 2023-07-19 17:25:10,821 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80bd4494-c516-4d03-afe7-6893a663690e', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80bd4494-c516-4d03-afe7-6893a663690e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "description": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:25:11,862 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.034s 2023-07-19 17:25:11,862 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd38b4b-27ce-4175-801f-a02a5dd7cf87', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd38b4b-27ce-4175-801f-a02a5dd7cf87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} Body: b'{"snapshot": {"id": "5a783747-da02-4876-a92d-82342ab3fd8a", "created_at": "2023-07-19T17:25:07.000000", "updated_at": "2023-07-19T17:25:11.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1892550285", "descri ption": null, "volume_id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "482002b58dcb4dbc933ecde3bb3b98e7", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:25:11,869 79204 INFO [tempest.common.waiters] snapshot 5a783747-da02-4876-a92d-82342ab3fd8a reached available after waiting for 4.869355 seconds 2023-07-19 17:25:12,437 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes 0.567s 2023-07-19 17:25:12,438 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1257176507"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e5b8c8b-06f7-4612-84d8-f9091749ced3', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e5b8c8b-06f7-4612-84d8-f9091749ced3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.258057", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:25:12,557 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.102s 2023-07-19 17:25:12,557 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cbbec83-c90c-4ca2-ab0d-5c0192a3ac1c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cbbec83-c90c-4ca2-ab0d-5c0192a3ac1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d 5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:13,645 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.064s 2023-07-19 17:25:13,646 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306067ea-23a5-4916-87a3-803ddd635cfb', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306067ea-23a5-4916-87a3-803ddd635cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:14,746 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.077s 2023-07-19 17:25:14,746 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a897ab52-5978-4742-bd93-202f1d56adef', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a897ab52-5978-4742-bd93-202f1d56adef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:15,811 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.053s 2023-07-19 17:25:15,811 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2db134b-b6e2-4b26-af1b-96d98c1c20a0', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2db134b-b6e2-4b26-af1b-96d98c1c20a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:13.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:16,877 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.045s 2023-07-19 17:25:16,878 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02cd39bb-b05d-4bd5-bd2f-c8842064fa24', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02cd39bb-b05d-4bd5-bd2f-c8842064fa24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:16,897 79204 INFO [tempest.common.waiters] volume a 7659394-b18d-47bb-a013-e581ed364df4 reached available after waiting for 4.897892 seconds 2023-07-19 17:25:16,961 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.063s 2023-07-19 17:25:16,962 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb4eeba-485e-41e9-9681-428d9f23185b', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb4eeba-485e-41e9-9681-428d9f23185b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:17,074 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b?cascade=True 0.094s 2023-07-19 17:25:17,074 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5da737-5185-4de2-bbea-bc75e8594294', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b?cascade=True'} Body: b'' 2023-07-19 17:25:17,126 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.051s 2023-07-19 17:25:17,126 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ccd6d7-d681-49eb-ad3d-3b7bea3834f1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ccd6d7-d681-49eb-ad3d-3b7bea3834f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{ "volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:18,218 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.076s 2023-07-19 17:25:18,219 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9c8f76-5b75-4396-a7b5-0bc1b8285e1d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9c8f76-5b75-4396-a7b5-0bc1b8285e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:19,302 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.072s 2023-07-19 17:25:19,302 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf61771-b97e-4c12-8b89-62ceb94e71be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf61771-b97e-4c12-8b89-62ceb94e71be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:19,387 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.068s 2023-07-19 17:25:19,387 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ad73d0-d628-46e5-8474-cc9d6cdf67f4', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22ad73d0-d628-46e5-8474-cc9d6cdf67f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:17.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:19,612 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.202s 2023-07-19 17:25:19,612 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469616c0-c6e7-4729-8033-92ef36a4a3ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'' 2023-07-19 17:25:19,689 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.076s 2023-07-19 17:25:19,689 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4033381a-c6dc-4aba-820a-ebd228b8217d', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4033381a-c6dc-4aba-820a-ebd228b8217d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:20,779 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.073s 2023-07-19 17:25:20,780 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c196e92b-ae50-418c-b696-70b836dd1970', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c196e92b-ae50-418c-b696-70b836dd1970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:21,861 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.067s 2023-07-19 17:25:21,861 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f982d7-2a4b-4a36-90ca-6d08055c5319', 'content-length': '944', 'openstack-api-ve rsion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f982d7-2a4b-4a36-90ca-6d08055c5319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:22,944 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.063s 2023-07-19 17:25:22,945 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0886986-1188-4d78-8d38-59e6336ef9ce', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0886986-1188-4d78-8d38-59e6336ef9ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"volume": {"id": "a7659394-b18d-47bb-a013-e581ed364df4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:12.000000", "updated_at": "2023-07-19T17:25:20.000000", "name": "tempest-VolumesDeleteCascade-Volume-1257176507", "description": null, "volume_type": "joviandss-2", "snapshot_id": "5a783747-da02-4876-a92d-82342ab3fd8a", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:23,990 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4 0.027s 2023-07-19 17:25:23,990 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:23 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-1f217b59-6e61-4606-bbed-3287c56a9259', 'x-openstack-request-id': 'req-1f217b59-6e61-4606-bbed-3287c56a9259', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0. 0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/a7659394-b18d-47bb-a013-e581ed364df4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a7659394-b18d-47bb-a013-e581ed364df4 could not be found."}}' 2023-07-19 17:25:24,060 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a 0.068s 2023-07-19 17:25:24,060 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:23 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-13a09fec-9cf7-486d-a2aa-9980daacbf41', 'x-openstack-request-id': 'req-13a09fec-9cf7-486d-a2aa-9980daacbf41', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/snapshots/5a783747-da02-4876-a92d-82342ab3fd8a'} 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-19 17:25:24,105 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.042s 2023-07-19 17:25:24,105 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27e26cc3-fcef-4d43-ba4e-2db4970cd299', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27e26cc3-fcef-4d43-ba4e-2db4970cd299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"volume": {"id": "29ef171b-1d32-4d49-ac39-083a166a513b", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:05.000000", "updated_at": "2023-07-19T17:25:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1877585536", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b"}], "user_id": "cfcb12cdd0fd48f18f6d40fef697d5ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "482002b58dcb4dbc933ecde3bb3b98e7"}}' 2023-07-19 17:25:24,174 79204 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b 0.056s 2023-07-19 17:25:24,174 79204 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:24 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-0a1e4e2f-d478-4de6-a7af-33aa90f4fc77', 'x-openstack-request-id': 'req-0a1e4e2f-d478-4de6-a7 af-33aa90f4fc77', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/482002b58dcb4dbc933ecde3bb3b98e7/volumes/29ef171b-1d32-4d49-ac39-083a166a513b'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) ------------------------------------------------------------------------------------- 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 4140322a-c160-47a7-a1f5-fff3e51035bb failed to delete and is in error_deleting status, ) 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-19 17:25:35,958 79210 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.103s 2023-07-19 17:25:35,959 79210 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:35 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-b34e78fb-8b77-413f-a4f9-302c3c4ce174', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5cf1c4474603464a979c375efe538882", "name": "tempest-VolumesNegativeTest-285311674-project-member", "password_expires_at": null}, "audit_ids": ["HaFnXP36QxG7zfSpzR08vQ"], "expires_at": "2023-07-19T18:25:35.000000Z", "issued_at": "2023-07-19T17:25:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d634e713c2447348ab28303c25754b4", "name": "tempest-VolumesNegativeTest-285311674"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d634e713c2447348ab28303c25754b4", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9d634e713c2447348ab28303c25754b4", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9d634e713c2447348ab28303c25754b4", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:25:35,960 79210 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-19 17:25:35,986 79210 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.025s 2023-07-19 17:25:35,986 79210 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-1368271213", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-36753005-cd3a-4e38-9596-eb4755a861fd', 'x-compute-request-id': 'req-36753005-cd3a-4e38-9596-eb4755a861fd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) -------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 1a8d5b58-1d5a-46e7-af74-419be58b8cfe failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) tempest.scenario.test_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-19 17:25:59,642 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.581s 2023-07-19 17:25:59,642 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1942022503", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHjHTQBOTOJ2wpe4svuQL+PLr+cH1V6gIRIMV++RTW1686V7euG2Cl6iJQ5h3tEcig7giF+VPzxc9fCDQJ2GpE8FwxXnLwBX6zbiwZHY6bilnxX3VKS+ICc4WBm/xyP6Xg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:59 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-d2a8425f-3e91-49aa-a574-fdc04cf377ca', 'x-compute-request-id': 'req-d2a8425f-3e91-49aa-a574-fdc04cf377ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1942022503", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHjHTQBOTOJ2wpe4svuQL+PLr+cH1V6gIRIMV++RTW1686V7euG2Cl6iJQ5h3tEcig7giF+VPzxc9fCDQJ2GpE8FwxXnLwBX6zbiwZHY6bilnxX3VKS+ICc4WBm/xyP6Xg==", "fingerprint": "bb:25:b4:6f:44:a2:be:c6:13:d3:fa:09:c1:dc:14:06", "user_id": "3d736edc74a14a279735129f93a99036"}}' 2023-07-19 17:25:59,905 79206 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.258s 2023-07-19 17:25:59,906 79206 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-527859107", "description": "tempest-secgroup-smoke-527859107 description", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-5fa524cc-6f9c-4452-9670-a9fe291fc9b6', 'date': 'Wed, 19 Jul 2023 17:25:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ecbc1107-05da-439d-8210-2b457866fa2f", "name": "tempest-secgroup-smoke-527859107", "stateful": true, "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "description": "tempest-secgroup-smoke-527859107 description", "shared": false, "security_group_rules": [{"id": "8deb71a0-798c-4a75-8a15-c0f2fd178ae9", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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": 879, "description": null, "tags": [], "created_at": "2023-07-19T17:25:59Z", "updated_at": "2023-07-19T17:25:59Z", "revision_number": 0}, {"id": "fd465b55-87a1-4874-8828-64b77758ee51", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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": 878, "description": null, "tags": [], "created_at": "2023-07-19T17:25:59Z", "updated_at": "2023-07-19T17:25:59Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:25:59Z", "updated_at": "2023-07-19T17:25:59Z", "revision_number": 1, "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:00,140 79206 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.233s 2023-07-19 17:26:00,140 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "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-f802b8e2-f199-4863-bb36-42325ceebe32', 'date': 'Wed, 19 Jul 2023 17:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68d6924a-8e76-4455-9f94-153cab006aa1", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:00,416 79206 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.275s 2023-07-19 17:26:00,417 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "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-04e95ec8-f801-4946-b979-224a46a7f3b1', 'date': 'Wed, 19 Jul 2023 17:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b265862d-eb18-4005-a5e2-382f1d631146", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:00,752 79206 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.335s 2023-07-19 17:26:00,753 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a230a386-1038-49c2-b337-8d506d52b456', 'date': 'Wed, 19 Jul 2023 17:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9ad28299-7f35-4a74-9b7a-1ea38d65003f", "project_id": "c2cf92c3b1114e 28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:01,025 79206 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.271s 2023-07-19 17:26:01,025 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9a3ff40a-0f65-431e-81ac-39f606dd74b2', 'date': 'Wed, 19 Jul 2023 17:26: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": "aa5234af-5731-481b-be4d-8b9bf9424ec4", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:00Z", "updated_at": "2023-07-19T17:26:00Z", "revision_number": 0}}' 2023-07-19 17:26:01,254 79206 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.227s 2023-07-19 17:26:01,254 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-167e4870-9044-42d8-b9f3-0b1895bd8572', 'date': 'Wed, 19 Jul 2023 17:26: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": "3344da53-6c2e-4c31-ad90-c04b96bbc030", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:01Z", "updated_at": "2023-07-19T17:26:01Z", "revision_number": 0}}' 2023-07-19 17:26:01,531 79206 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.275s 2023-07-19 17:26:01,531 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-df707f9b-db49-49a6-8349-f1b8d9a18d9a', 'date': 'Wed, 19 Jul 2023 17:26: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": "ba174fb0-fff1-423c-a697-18c238b9a4c9", "project_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "security_group_id": "ecbc1107-05da-439d-8210-2b457866fa2f", "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-19T17:26:01Z", "updated_at": "2023-07-19T17:26:01Z", "revision_number": 0}}' 2023-07-19 17:26:01,948 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes 0.415s 2023-07-19 17:26:01,948 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-702069135", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b644922c-f7dd-4d2a-b577-dafac5585ab7', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b644922c-f7dd-4d2a-b577-dafac5585ab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:01.873572", "updated_at": null, "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:02,031 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.069s 2023-07-19 17:26:02,031 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75da81af-5b18-45e2-b105-8869817944e9', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75da81af-5b18-45e2-b105-8869817944e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "met adata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:03,094 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.044s 2023-07-19 17:26:03,094 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11c213c-9bbf-4de1-ba04-814ccd0fa18e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11c213c-9bbf-4de1-ba04-814ccd0fa18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:02.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:04,152 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.046s 2023-07-19 17:26:04,152 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-946f6ab2-bbe4-4591-9efb-5ec7f4e8a87b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-946f6ab2-bbe4-4591-9efb-5ec7f4e8a87b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:02.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23 -7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:05,225 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.060s 2023-07-19 17:26:05,225 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fb9450a-6f63-4c41-9d2d-3bfa29194f38', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fb9450a-6f63-4c41-9d2d-3bfa29194f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:05.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:05,243 79206 INFO [tempest.common.waiters] volume 34624a3a-c32f-46bf-af23-7cbdc401053a reached available after waiting for 3.243213 seconds 2023-07-19 17:26:05,284 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.041s 2023-07-19 17:26:05,285 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f352395-96e4-4f25-a239-c51a2e0a3390', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f352395-96e4-4f25-a239-c51a2e0a3390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:05.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "repl ication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:05,424 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.122s 2023-07-19 17:26:05,425 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f31642af-bb6a-427b-8c6e-40f83998a181', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3d736edc74a14a279735129f93a99036", "name": "tempest-TestStampPattern-1686737312-project-member", "password_expires_at": null}, "audit_ids": ["B0d6C_yIQJak1n1iKM3jZQ"], "expires_at": "2023-07-19T18:26:05.000000Z", "issued_at": "2023-07-19T17:26:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c2cf92c3b1114e28b2d9f1c742ddb23a", "name": "tempest-TestStampPattern-1686737312"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c2cf92c3b1114e28b2d9f1c742ddb23a", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:05,425 79206 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'e91605bc-cc29-4501-8d41-8fe9824e0c9b', 'name': 'tempest-TestStampPattern-1814623687-network', 'tenant_id': 'c2cf92c3b1114e28b2d9f1c742ddb23a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared ': False, 'project_id': 'c2cf92c3b1114e28b2d9f1c742ddb23a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54582, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:25:34Z', 'updated_at': '2023-07-19T17:25:34Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:05,462 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.035s 2023-07-19 17:26:05,462 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-2056541259", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1942022503", "security_groups": [{"name": "tempest-secgroup-smoke-527859107"}], "networks": [{"uuid": "e91605bc-cc29-4501-8d41-8fe9824e0c9b"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-c162d014-030e-4cb5-8999-732f00b81e5d', 'x-compute-request-id': 'req-c162d014-030e-4cb5-8999-732f00b81e5d', 'connection': 'close', 'status': '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-19 17:26:05,540 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.074s 2023-07-19 17:26:05,541 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceac2482-5dd6-4284-b515-f8c93015f13f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'' 2023-07-19 17:26:05,607 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.066s 2023-07-19 17:26:05,607 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ac5386a-e465-4935-bf28-fb1ed0b1c4c8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ac5386a-e465-4935-bf28-fb1ed0b1c4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviand ss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:06,678 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.053s 2023-07-19 17:26:06,678 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6e21ae8-e1b9-46ee-9d0b-d67c829ad33a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6e21ae8-e1b9-46ee-9d0b-d67c829ad33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:07,749 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.057s 2023-07-19 17:26:07,749 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be7ef58-e655-438a-ab23-8bbec385e4c3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be7ef58-e655-438a-ab23-8bbec385e4c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9 f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:08,810 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.046s 2023-07-19 17:26:08,811 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1da5c4-430f-4b4b-bf7b-0608ead59edb', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1da5c4-430f-4b4b-bf7b-0608ead59edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:09,880 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.054s 2023-07-19 17:26:09,880 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f81d367-5cd0-4219-9767-3080db3b6b81', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f81d367-5cd0-4219-9767-3080db3b6b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2c f92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:10,939 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.047s 2023-07-19 17:26:10,940 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a6f42c-fa38-446c-8340-c5212ce8584a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a6f42c-fa38-446c-8340-c5212ce8584a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:12,005 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.052s 2023-07-19 17:26:12,005 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84c88b32-dff5-452b-be01-5e88356da1e9', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84c88b32-dff5-452b-be01-5e88356da1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:13,129 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.112s 2023-07-19 17:2 6:13,129 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db415744-cbfc-4a5b-937a-73a1acb7f6e2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db415744-cbfc-4a5b-937a-73a1acb7f6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:14,196 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.053s 2023-07-19 17:26:14,197 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c90d2493-df54-4cfc-a002-df7fcf286187', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c90d2493-df54-4cfc-a002-df7fcf286187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:15,250 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.040s 2023-07-19 17:26:15,250 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:15 GMT', 'server': 'Apache/2.4.52 (U buntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dde47b-26e5-493e-b9d3-331565434570', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dde47b-26e5-493e-b9d3-331565434570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"volume": {"id": "34624a3a-c32f-46bf-af23-7cbdc401053a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:02.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TestStampPattern-volume-702069135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a"}], "user_id": "3d736edc74a14a279735129f93a99036", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c2cf92c3b1114e28b2d9f1c742ddb23a"}}' 2023-07-19 17:26:16,299 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a 0.037s 2023-07-19 17:26:16,299 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:16 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-2b15beba-a2a8-46c3-8761-ee9694113d5a', 'x-openstack-request-id': 'req-2b15beba-a2a8-46c3-8761-ee9694113d5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c2cf92c3b1114e28b2d9f1c742ddb23a/volumes/34624a3a-c32f-46bf-af23-7cbdc401053a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 34624a3a-c32f-46bf-af23-7cbdc401053a could not be found."}}' 2023-07-19 17:26:16,736 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ecbc1107-05da-439d-8210-2b457866fa2f 0.436s 2023-07-19 17:26:16,737 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-be0cec0d-1914-4ac0-8953-d63fa82e467b', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ecbc1107-05da-439d-8210-2b457866fa2f'} Body: b'' 2023-07-19 17:26:16,792 79206 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1942022503 0.054s 2023-07-19 17:26:16,792 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4161fe4b-a87b-47f1-ad33-c544742f447a', 'x-compute-request-id': 'req-4161fe4b-a87b-47f1-ad33-c544742f44 7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1942022503'} 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-19 17:26:27,846 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.134s 2023-07-19 17:26:27,847 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:27 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-1671d860-698d-40f8-b493-985e5be5ed78', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "db60c957608642acbdb51348128d2af8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1270031184-project-member", "password_expires_at": null}, "audit_ids": ["0_dbxlrsS7ieWf93rlF9dw"], "expires_at": "2023-07-19T18:26:27.000000Z", "issued_at": "2023-07-19T17:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1270031184"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e3ed301fcc6a4f9fa693fc8f501ba45d", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e3ed301fcc6a4f9fa693fc8f501ba45d", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e3ed301fcc6a4f9fa693fc8f501ba45d", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:27,847 79224 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'c3af427d-544c-480d-a69e-4d3370ce9322', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1600971002-network', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e3ed30 1fcc6a4f9fa693fc8f501ba45d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12612, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:08Z', 'updated_at': '2023-07-19T17:26:08Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:27,848 79224 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:26:27,848 79224 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:26:28,160 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.306s 2023-07-19 17:26:28,160 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-842402757", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMEX7eCVic7TC3iJf3WvElHiY1F4ax1hc1hTvv9IjNk6WwoZM3aoF06K9Svf0ONuGItO92xMhml/8BLXZL0uyjUDJfLOc29uvYoKRA+yCJq9F8nHU9ZuFW5+7Yk3LvABnQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe58cdf4-071d-4fd9-b778-d4ca74699d5a', 'x-compute-request-id': 'req-fe58cdf4-071d-4fd9-b778-d4ca74699d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-842402757", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMEX7eCVic7TC3iJf3WvElHiY1F4ax1hc1hTvv9IjNk6WwoZM3aoF06K9Svf0ONuGItO92xMhml/8BLXZL0uyjUDJfLOc29uvYoKRA+yCJq9F8nHU9ZuFW5+7Yk3LvABnQ==", "fingerprint": "c5:dc:bf:8d:54:85:40:86:cf:a4:82:26:c5:f9:4d:75", "user_id": "db60c957608642acbdb51348128d2af8"}}' 2023-07-19 17:26:28,163 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-842402757 created 2023-07-19 17:26:28,449 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.285s 2023-07-19 17:26:28,449 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--556919777", "description": "tempest-description--1528929937"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-914a2a8a-8192-43c6-8112-46dc080bc5d5', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "name": "tempest-securitygroup--556919777", "stateful": true, "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "description": "tempest-description--1528929937", "shared": false, "security_group_rules": [{"id": "3183eae3-136b-404e-8f9f-3e0444cbbe0a", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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_i d": 983, "description": null, "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}, {"id": "7408f511-5cfc-47b8-ad21-57db7e0bc6f8", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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": 982, "description": null, "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 1, "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d"}}' 2023-07-19 17:26:28,657 79224 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-19 17:26:28,658 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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-596ee11f-140a-4ef4-ad9a-55ab5e39f72a', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "51c2b362-2743-471a-ae04-9ec6537df235", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}}' 2023-07-19 17:26:29,051 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.393s 2023-07-19 17:26:29,051 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c4b9fa2f-897c-4db3-bcc0-cec8f04af64c', 'date': 'Wed, 19 Jul 2023 17:26: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": "23b44987-c4e9-4a55-8b0f-109d3392bbcd", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "security_group_id": "149425cc-dd19-41f6-8f89-2aa81454aa93", "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-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}}' 2023-07-19 17:26:29,052 79224 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--556919777 created 2023-07-19 17:26:30,654 79224 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.602s 2023-07-19 17:26:30,655 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e57efc6d-2ffd-4036-b050-0e769c8e2502', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "833b1fc4-b99b-4a48-a858-f6207dbeb80a", "tenant_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "floating_ip_address": "172.24.4.109", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e3ed301fcc6a4f9fa693fc8f501ba45d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:26:30Z", "updated_at": "2023-07-19T17:26:30Z", "revision_number": 0}}' 2023-07-19 17:26:30,655 79224 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '833b1fc4-b99b-4a48-a858-f6207dbeb80a', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:30Z', 'updated_at': '2023-07-19T17:26:30Z', 'revision_number': 0, 'ip': '172.24.4.109'} created 2023-07-19 17:26:30,656 79224 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-842402757', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMEX7eCVic7TC3iJf3WvElHiY1F4ax1hc1hTvv9IjNk6WwoZM3aoF06K9Svf0ONuGItO92xMhml/8BLXZL0uyjUDJfLOc29uvYoKRA+yCJq9F8nHU9ZuFW5+7Yk3LvABnQ==', 'fingerprint': 'c5:dc:bf:8d:54:85:40:86:cf:a4:82:26:c5:f9:4d:75', 'user_id': 'db60c957608642acbdb51348128d2af8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQGUvxDekwLk77QRuy3bIRskGCGs7J7Th/tbgyaDzgNPVgJ+x7Xsws\nvvGoHQa6kSegBwYFK4EEACKhZANiAATBF+3glYnO0wt4iX91rxJR4mNReGsdYXNY\nU77/SIzZOlsKGTN2qBdOivUr39DjbhiLTvdsTIZpf/AS12S9Lso1AyXyznNvbr2K\nCkQPsgiavRfJx1PWbhVufu2JNy7wAZ0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '149425cc-dd19-41f6-8f89-2aa81454aa93', 'name': 'tempest-securitygroup--556919777', 'stateful': True, 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'description': 'tempest-description--1528929937', 'shared': False, 'security_group_rules': [{'id': '3183eae3-136b-404e-8f9f-3e0444cbbe0a', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'security_group_id': '149425cc-dd19-41f6-8f89-2aa81454aa93', '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': 983, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 0}, {'id': '7408f511-5cfc-47b8-ad21-57db7e0bc6f8', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'security_group_id': '149425cc-dd19-41f6-8f89-2aa81454aa93', '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': 982, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at' : '2023-07-19T17:26:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1, 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d'}, 'floating_ip': {'id': '833b1fc4-b99b-4a48-a858-f6207dbeb80a', 'tenant_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e3ed301fcc6a4f9fa693fc8f501ba45d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:30Z', 'updated_at': '2023-07-19T17:26:30Z', 'revision_number': 0, 'ip': '172.24.4.109'}} 2023-07-19 17:26:30,678 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-19 17:26:30,678 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1513945184", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "c3af427d-544c-480d-a69e-4d3370ce9322"}], "security_groups": [{"name": "tempest-securitygroup--556919777"}], "key_name": "tempest-keypair-842402757", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-6d5e3cbc-bcd4-412c-8477-750033df3786', 'x-compute-request-id': 'req-6d5e3cbc-bcd4-412c-8477-750033df3786', 'connection': 'close', 'status': '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-19 17:26:30,719 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-842402757 0.038s 2023-07-19 17:26:30,719 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-417c3d1d-ecde-4b27-93a7-5dcc30d6599f', 'x-compute-request-id': 'req-417c3d1d-ecde-4b27-93a7-5dcc30d6599f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-842402757'} Body: b'' 2023-07-19 17:26:30,855 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93 0.135s 2023-07-19 17:26:30,855 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d5884769-ba06-4281-95cb-b3beec3dc93e', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93'} Body : b'' 2023-07-19 17:26:30,881 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93 0.025s 2023-07-19 17:26:30,881 79224 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-1f23c8f5-813a-438f-bd75-faf216b19a4c', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/149425cc-dd19-41f6-8f89-2aa81454aa93'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 149425cc-dd19-41f6-8f89-2aa81454aa93 does not exist", "detail": ""}}' 2023-07-19 17:26:31,451 79224 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/833b1fc4-b99b-4a48-a858-f6207dbeb80a 0.569s 2023-07-19 17:26:31,451 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8d619c8c-935e-4ede-8226-107c1a0553d9', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/833b1fc4-b99b-4a48-a858-f6207dbeb80a'} Body: b'' 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-19 17:25:57,767 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes 0.682s 2023-07-19 17:25:57,768 79222 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-1504320266", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b426aa-d6ba-4a6d-9972-f1717d4bb045', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b426aa-d6ba-4a6d-9972-f1717d4bb045', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:57.687435", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:25:57,827 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.047s 2023-07-19 17:25:57,827 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1725b907-ce01-4436-9ec7-d57a0bbc2aac', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1725b907-ce01-4436-9ec7-d57a0bbc2aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:25:58,960 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.119s 2023-07-19 17:25:58,960 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86bb992f-4934-4a96-a31d-68306df8ee27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86bb992f-4934-4a96-a31d-68306df8ee27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:00,046 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.069s 2023-07-19 17:26:00,047 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a0974c-9747-44a3-a131-4f499b51e7d2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a0974c-9747-44a3-a131-4f499b51e7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:01,117 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.049s 2023-07-19 17:26:01,117 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f1002a-7ff4-472c-b326-c39dd7156c6d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f1002a-7ff4-472c-b326-c39dd7156c6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:02,191 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.062s 2023-07-19 17:26:02,254 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abe66bf-cc53-46d6-9977-726f8a34bd3a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abe66bf-cc53-46d6-9977-726f8a34bd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:03,321 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.053s 2023-07-19 17:26:03,321 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b2cef4-231e-4f1a-9338-2e9ec799b5c4', 'content-length': '916', 'openstack-ap i-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b2cef4-231e-4f1a-9338-2e9ec799b5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:04,390 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.056s 2023-07-19 17:26:04,390 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec321fd5-a8be-45cb-bc5b-de2d6cb6b060', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec321fd5-a8be-45cb-bc5b-de2d6cb6b060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:25:58.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:05,466 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1 0.064s 2023-07-19 17:26:05,466 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a482490-c645-49c9-85ce-ef28c63c0941', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a482490-c645-49c9-85ce-ef28c63c0941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0 706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1'} Body: b'{"volume": {"id": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:25:58.000000", "updated_at": "2023-07-19T17:26:05.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1504320266", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/da935863-8ca0-4f9b-a215-8af49e4ff3c1"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:05,485 79222 INFO [tempest.common.waiters] volume da935863-8ca0-4f9b-a215-8af49e4ff3c1 reached available after waiting for 8.485226 seconds 2023-07-19 17:26:06,037 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes 0.551s 2023-07-19 17:26:06,037 79222 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-504487799"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5558a58f-472c-4119-88e1-3d5b7ae3da19', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5558a58f-472c-4119-88e1-3d5b7ae3da19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:05.721132", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:06,097 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.043s 2023-07-19 17:26:06,124 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-r equest-id': 'req-ad325c30-189f-4f51-a793-94bac76063ab', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad325c30-189f-4f51-a793-94bac76063ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:07,188 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.051s 2023-07-19 17:26:07,188 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59c2bda-cd49-4b9f-9341-d50ef354af3d', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59c2bda-cd49-4b9f-9341-d50ef354af3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": "2023-07-19T17:26:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:08,262 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.060s 2023-07-19 17:26:08,262 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33349db-e4de-4181-bfd9-789933987f9f', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33349db-e4de-4181-bfd9-789933987f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": "2023-07-19T17:26:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:09,345 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9 0.071s 2023-07-19 17:26:09,346 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa99764-7289-4641-a67d-56aaa7056fd7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa99764-7289-4641-a67d-56aaa7056fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9'} Body: b'{"volume": {"id": "a5576908-7407-4bac-8b12-2122c778b3d9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:06.000000", "updated_at": "2023-07-19T17:26:08.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-504487799", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/a5576908-7407-4bac-8b12-2122c778b3d9"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:09,356 79222 INFO [tempest.common.waiters] volume a5576908-7407-4bac-8b12-2122c778b3d9 reached available after waiting for 3.356586 seconds 2023-07-19 17:26:09,697 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes 0.340s 2023-07-19 17:26:09,697 79222 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-605981010"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4497fc-883e-49fa-80d4-11a63fdb6e55', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f4497fc-883e-49fa-80d4-11a63fdb6e55', 'connection': 'close', 'statu s': '202', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:09.525994", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:09,757 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.049s 2023-07-19 17:26:09,757 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53461825-0d3f-4005-b4fa-180e9ebf487b', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53461825-0d3f-4005-b4fa-180e9ebf487b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:10,810 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.041s 2023-07-19 17:26:10,811 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2af89c8-972a-4214-80fb-250f81d23ad8', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2af89c8-972a-4214-80fb-250f81d23ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": "2023-07-19T17:26:10.000000", "name": "te mpest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:11,958 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.125s 2023-07-19 17:26:11,958 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def80c5e-1e45-4bcf-8b18-070e43835487', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def80c5e-1e45-4bcf-8b18-070e43835487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": "2023-07-19T17:26:10.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:13,042 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648 0.072s 2023-07-19 17:26:13,103 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a4f4e8-0889-48d0-b746-f2a4218956a7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a4f4e8-0889-48d0-b746-f2a4218956a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648'} Body: b'{"volume": {"id": "6d975950-9ea7-4004-bb38-e057f84c9648", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:10.000000", "updated_at": "2023-07-19T17:26:12.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-605981010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume /v3/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0706705533f74a19aadea9a51713b378/volumes/6d975950-9ea7-4004-bb38-e057f84c9648"}], "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:13,114 79222 INFO [tempest.common.waiters] volume 6d975950-9ea7-4004-bb38-e057f84c9648 reached available after waiting for 4.114614 seconds 2023-07-19 17:26:14,396 79222 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.281s 2023-07-19 17:26:14,397 79222 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-466079971"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a91b0448-a904-4716-8bca-661529b57295', 'date': 'Wed, 19 Jul 2023 17:26:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","name":"tempest-device-tagging-net1-466079971","tenant_id":"0706705533f74a19aadea9a51713b378","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0706705533f74a19aadea9a51713b378","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-19T17:26:13Z","updated_at":"2023-07-19T17:26:13Z","revision_number":1}}' 2023-07-19 17:26:15,606 79222 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.208s 2023-07-19 17:26:15,606 79222 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-1819375487"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-9123ffa4-16ba-4d32-9a5c-86640d9af10b', 'date': 'Wed, 19 Jul 2023 17:26:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"46df276e-771a-4d9d-9e3c-bca0e87597da","name":"tempest-device-tagging-net2-1819375487","tenant_id":"0706705533f74a19aadea9a51713b378","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"0706705533f74a19aadea9a51713b378","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-19T17:26:14Z","updated_at":"2023-07-19T17:26:14Z","revision_number":1}}' 2023-07-19 17:26:18,484 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.877s 2023-07-19 17:26:18,484 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-bc060d04-fb5d-480b-bed0-ab4c8dd83bcf', 'date': 'Wed, 19 Jul 2023 17:26:18 GMT', 'connection': 'close', 'sta tus': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"ba36ad45-9fc9-4bf7-81e0-f8112244f015","name":"","tenant_id":"0706705533f74a19aadea9a51713b378","network_id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","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-19T17:26:16Z","updated_at":"2023-07-19T17:26:16Z","revision_number":0,"project_id":"0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:20,901 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.416s 2023-07-19 17:26:20,901 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "46df276e-771a-4d9d-9e3c-bca0e87597da", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-29cb1417-d7bb-40a6-b04d-d477d0cfbf87', 'date': 'Wed, 19 Jul 2023 17:26:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8e9bef35-7e26-4efc-bdd0-ac762e93f5ad","name":"","tenant_id":"0706705533f74a19aadea9a51713b378","network_id":"46df276e-771a-4d9d-9e3c-bca0e87597da","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-19T17:26:18Z","updated_at":"2023-07-19T17:26:18Z","revision_number":0,"project_id":"0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:22,717 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.815s 2023-07-19 17:26:22,717 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "name": "tempest-TaggedBootDevicesTest_v242-570741535", "fixed_ips": [{"subnet_id": "ba36ad45-9fc9-4bf7-81e0-f8112244f015"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-78ffbff3-d935-4da4-8aea-e8937f285eef', 'date': 'Wed, 19 Jul 2023 17:26:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"4582e812-97ff-46d8-a136-f254bc13d7a7","name":"tempest-TaggedBootDevicesTest_v242-570741535","network_id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","tenant_id":"0706705533f74a19aadea9a51713b378","mac_address":"fa:16:3e:75:e4:d0","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"ba36ad45-9fc9-4bf7-81e0-f8112244f015","ip_address":"10.1.1.240"}],"project_id":"0706705533f74a19aadea9a51713b378","port_security_enabled":true,"security_groups":["68c00593-b459-4f6a-abab-63eaf041a91b"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:26:21Z","updated_at":"2023-07-19T17:26:21Z","revision_number":1}}' 2023-07-19 17:26:24,641 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 1.923s 2023-07-19 17:26:24,641 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "name": "tempest-TaggedBootDevicesTest_v242-516999934", "fixed_ips": [{"subnet_id": "ba36ad45-9fc9-4bf7-81e0-f8112244f015"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-701926b9-6626-41be-a0bc-185137b91477', 'date': 'Wed, 19 Jul 2023 17:26:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"37eadc19-8444-47db-9343-9e83513de184","name":"tempest-TaggedBootDevicesTest_v242-516999934","network_id":"1526a14c-fc30-4a4e-a9a0-b849bcda5c1b","tenant_id":"0706705533f74a19aadea9a51713b378","mac_address":"fa:16:3e:23:62:73","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"ba36ad45-9fc9-4bf7-81e0-f8112244f015","ip_address":"10.1.1.78"}],"project_id":"0706705533f74a19aadea9a51713b378","port_security_enabled":true,"security_groups":["68c00593-b459-4f6a-abab-63eaf041a91b"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-19T17:26:23Z","updated_at":"2023-07-19T17:26:23Z","revision_number":1}}' 2023-07-19 17:26:24,642 79222 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:26:24,642 79222 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:26:24,729 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.083s 2023-07-19 17:26:24,729 79222 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-865383923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV5spisoQKoxM0mx5f0lESKuaB3fUHNhNOYI0h5UM7jedZDBc/8/fbJBHg/eNjvO1O+FlENqbuEyQHAKGqZx4+Hr32Q0Y2BRa5UQxdS/7PkRRtHSrLMgShdHXPU5DqILw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c64d8750-2779-40ec-b2df-da3bfe4af2ff', 'x-compute-request-id': 'req-c64d8750-2779-40ec-b2df-da3bfe4af2ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-865383923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV5spisoQKoxM0mx5f0lESKuaB3fUHNhNOYI0h5UM7jedZDBc/8/fbJBHg/eNjvO1O+FlENqbuEyQHAKGqZx4+Hr32Q0Y2BRa5UQxdS/7PkRRtHSrLMgShdHXPU5DqILw==", "fingerprint": "78:2b:a1:5a:85:a8:a5:53:0c:4e:20:8d:f7:8d:4e:4a", "user_id": "4d83c8ae82294c16bf96ecb06ce0b64a"}}' 2023-07-19 17:26:24,732 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-865383923 created 2023-07-19 17:26:25,538 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.805s 2023-07-19 17:26:25,538 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1343809913", "description": "tempest-description--1023672590"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-1236155d-d58e-44f4-88 98-cde6eb14837c', 'date': 'Wed, 19 Jul 2023 17:26:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "name": "tempest-securitygroup--1343809913", "stateful": true, "tenant_id": "0706705533f74a19aadea9a51713b378", "description": "tempest-description--1023672590", "shared": false, "security_group_rules": [{"id": "043ad9a6-402c-4bd5-9ddc-c566f7eade9a", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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": 964, "description": null, "tags": [], "created_at": "2023-07-19T17:26:25Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 0}, {"id": "8c31d572-14e1-48fe-a338-c3eec0020c92", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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": 963, "description": null, "tags": [], "created_at": "2023-07-19T17:26:25Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:26:24Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 1, "project_id": "0706705533f74a19aadea9a51713b378"}}' 2023-07-19 17:26:26,290 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.751s 2023-07-19 17:26:26,291 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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-1494b6c7-5e9a-4ce2-8bee-5e720240991d', 'date': 'Wed, 19 Jul 2023 17:26:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "19823edf-29d8-436b-a64c-687a4139a757", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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-19T17:26:25Z", "updated_at": "2023-07-19T17:26:25Z", "revision_number": 0}}' 2023-07-19 17:26:27,336 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.044s 2023-07-19 17:26:27,337 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8dfa9134-887c-458c-90a9-5763b0eedbd7', 'date': 'Wed, 19 Jul 2023 17:26: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": "b48f702b-2290-46ee-8e42-27253930144a", "project_id": "0706705533f74a19aadea9a51713b378", "tenant_id": "0706705533f74a19aadea9a51713b378", "security_group_id": "a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7", "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-19T17:26:26Z", "updated_at": "2023-07-19T17:26:26Z", "revision_number": 0}}' 2023-07-19 17:26:27,337 79222 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1343809913 created 2023-07-19 17:26:28,510 79222 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.172s 2023-07-19 17:26:28,510 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f9e3f621-3b45-42a1-b717-d679b32dddff', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "01849657-6058-49fe-9c8f-4f00526a706c", "tenant_id": "0706705533f74a19aadea9a51713b378", "floating_ip_address": "172.24.4.12", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0706705533f74a19aadea9a51713b378", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:26:28Z", "updated_at": "2023-07-19T17:26:28Z", "revision_number": 0}}' 2023-07-19 17:26:28,511 79222 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '01849657-6058-49fe-9c8f-4f00526a706c', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'floating_ip_address': '172.24.4.12', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0706705533f74a19aadea9a51713b378', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 0, 'ip': '172.24.4.12'} created 2023-07-19 17:26:28,610 79222 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-19 17:26:28,610 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:28 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-ac4c2e42-ec3f-4ec2-80fa-c1137d4cf445', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d83c8ae82294c16bf96ecb06ce0b64a", "name": "tempest-TaggedBootDevicesTest_v242-1455381984-project-member", "password_expires_at": null}, "audit_ids": ["YpglA2_VTMu75dB5LYeoZA"], "expires_at": "2023-07-19T18:26:28.000000Z", "issued_at": "2023-07-19T17:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0706705533f74a19aadea9a51713b378", "name": "tempest-TaggedBootDevicesTest_v2 42-1455381984"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:28,611 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e49b94cb-0690-42b6-9e7b-3bec989143ef', 'name': 'tempest-TaggedBootDevicesTest_v242-131582772-network', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0706705533f74a19aadea9a51713b378', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:25:31Z', 'updated_at': '2023-07-19T17:25:31Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:28,663 79222 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.046s 2023-07-19 17:26:28,663 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:28 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-604034c8-4997-416b-a28c-1e587ce1a7d5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d83c8 ae82294c16bf96ecb06ce0b64a", "name": "tempest-TaggedBootDevicesTest_v242-1455381984-project-member", "password_expires_at": null}, "audit_ids": ["axvzvvjmQDCRP8TvD1iaEA"], "expires_at": "2023-07-19T18:26:28.000000Z", "issued_at": "2023-07-19T17:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0706705533f74a19aadea9a51713b378", "name": "tempest-TaggedBootDevicesTest_v242-1455381984"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0706705533f74a19aadea9a51713b378", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:28,664 79222 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': 'e49b94cb-0690-42b6-9e7b-3bec989143ef', 'name': 'tempest-TaggedBootDevicesTest_v242-131582772-network', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0706705533f74a19aadea9a51713b378', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33553, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:25:31Z', 'updated_at': '2023-07-19T17:25:31Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:28,664 79222 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-865383923', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMV5spisoQKoxM0mx5f0lESKuaB3fUHNhNOYI0h5UM7jedZDBc/8/fbJBHg/eNjvO1O+FlENqbuEyQHAKGqZx4+Hr32Q0Y2BRa5UQxdS/7PkRRtHSrLMgShdHXPU5DqILw==', 'fingerprint': '78:2b:a1:5a:85:a8:a5:53:0c:4e:20:8d:f7:8d:4e:4a', 'user_id': '4d83c8ae 82294c16bf96ecb06ce0b64a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDAVt50wcLc7bcry2h0MpQ8S5PFgTDfczFz2a4Pic1wrg16LjtdX+nH\neC+Qa9wbuo+gBwYFK4EEACKhZANiAATFebKYrKECqMTNJseX9JREirmgd31BzYTT\nmCNIeVDO43nWQwXP/P32yQR4P3jY7ztTvhZRDam7hMkBwChqmcePh699kNGNgUWu\nVEMXUv+z5EUbR0qyzIEoXR1z1OQ6iC8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7', 'name': 'tempest-securitygroup--1343809913', 'stateful': True, 'tenant_id': '0706705533f74a19aadea9a51713b378', 'description': 'tempest-description--1023672590', 'shared': False, 'security_group_rules': [{'id': '043ad9a6-402c-4bd5-9ddc-c566f7eade9a', 'project_id': '0706705533f74a19aadea9a51713b378', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'security_group_id': 'a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7', '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': 964, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:25Z', 'updated_at': '2023-07-19T17:26:25Z', 'revision_number': 0}, {'id': '8c31d572-14e1-48fe-a338-c3eec0020c92', 'project_id': '0706705533f74a19aadea9a51713b378', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'security_group_id': 'a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7', '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': 963, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:26:25Z', 'updated_at': '2023-07-19T17:26:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:26:24Z', 'updated_at': '2023-07-19T17:26:25Z', 'revision_number': 1, 'project_id': '0706705533f74a19aadea9a51713b378'}, 'floating_ip': {'id': '01849657-6058-49fe-9c8f-4f00526a706c', 'tenant_id': '0706705533f74a19aadea9a51713b378', 'floating_ip_address': '172.24.4.12', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0706705533f74a19aadea9a51713b378', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 0, 'ip': '172.24.4.12'}} 2023-07-19 17:26:28,697 79222 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.032s 2023-07-19 17:26:28,697 79222 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-1907847714", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "e49b94cb-0690-42b6-9e7b-3bec989143ef"}, {"port": "4582e812-97ff-46d8-a136-f254bc13d7a7", "tag": "port-1"}, {"port": "37eadc19-8444-47db-9343-9e83513de184", "tag": "port-2"}, {"uuid": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b", "tag": "net-1"}, {"uuid": "1526a14c-fc30-4a4e-a9a0-b849bcda5c1b"}, {"uuid": "46df276e-771a-4d9d-9e3c-bca0e87597da", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "46df276e-771a-4d9d-9e3c-bca0e87597da", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "da935863-8ca0-4f9b-a215-8af49e4ff3c1", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "a5576908-7407-4bac-8b12-2122c778b3d9", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "6d975950-9ea7-4004-bb38-e057f84c9648", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1343809913"}], "key_name": "tempest- keypair-865383923", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:28 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-f95a8255-a05e-4815-9ac4-5c28604e6fc8', 'x-compute-request-id': 'req-f95a8255-a05e-4815-9ac4-5c28604e6fc8', 'connection': 'close', 'status': '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-19 17:26:28,733 79222 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-865383923 0.034s 2023-07-19 17:26:28,733 79222 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': 'Wed, 19 Jul 2023 17:26:28 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-8a768f3b-6d00-462f-aee5-fc807cd5cc18', 'x-compute-request-id': 'req-8a768f3b-6d00-462f-aee5-fc807cd5cc18', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-865383923'} Body: b'' 2023-07-19 17:26:28,930 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7 0.196s 2023-07-19 17:26:28,930 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-7f217619-362e-48a8-992d-93d86416c112', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7'} Body: b'' 2023-07-19 17:26:28,970 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7 0.039s 2023-07-19 17:26:28,970 79222 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-cbd17a67-cea1-471e-9cbe-7783c6b998c7', 'date': 'Wed, 19 Jul 2023 17:26:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a4e3e03b-a6f6-42fd-b89d-c9fbf57a0cf7 does not exist", "detail": ""}}' 2023-07-19 17:26:29,466 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/01849657-6058-49fe-9c8f-4f00526a706c 0.495s 2023-07-19 17:26:29,467 79222 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-fda9fd1d-9619-4e68-b088-a2647c301e13 ', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:26:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/01849657-6058-49fe-9c8f-4f00526a706c'} Body: b'' 2023-07-19 17:26:29,927 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/37eadc19-8444-47db-9343-9e83513de184 0.459s 2023-07-19 17:26:29,927 79222 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-19285a80-d3a0-406f-bad0-416d78fb65cc', 'date': 'Wed, 19 Jul 2023 17:26:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/37eadc19-8444-47db-9343-9e83513de184'} Body: b'' 2023-07-19 17:26:30,340 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/4582e812-97ff-46d8-a136-f254bc13d7a7 0.412s 2023-07-19 17:26:30,340 79222 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-8866de02-c0f3-441d-a81d-6cc409dbb412', 'date': 'Wed, 19 Jul 2023 17:26:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/4582e812-97ff-46d8-a136-f254bc13d7a7'} Body: b'' 2023-07-19 17:26:31,120 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/8e9bef35-7e26-4efc-bdd0-ac762e93f5ad 0.779s 2023-07-19 17:26:31,121 79222 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-0db3b4fc-3525-4941-bc3d-6b94934f69e1', 'date': 'Wed, 19 Jul 2023 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/8e9bef35-7e26-4efc-bdd0-ac762e93f5ad'} Body: b'' 2023-07-19 17:26:31,483 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/ba36ad45-9fc9-4bf7-81e0-f8112244f015 0.362s 2023-07-19 17:26:31,483 79222 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-20201cea-7d64-4b7c-91e3-d5bfa7ee156c', 'date': 'Wed, 19 Jul 2023 17:26:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/ba36ad45-9fc9-4bf7-81e0-f8112244f015'} Body: b'' 2023-07-19 17:26:32,149 79222 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/46df276e-771a-4d9d-9e3c-bca0e87597da 0.665s 2023-07-19 17:26:32,150 79222 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-90f28596-4374-4d8a-b14b-d13f401ed0de', 'date': 'Wed, 19 Jul 2023 17:26:32 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/46df276e-771a-4d9d-9e3c-bca0e87597da'} Body: b'' 2023-07-19 17:26:33,147 79222 INFO [tempest.lib.common.rest_client] Request (Tagge dBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/1526a14c-fc30-4a4e-a9a0-b849bcda5c1b 0.997s 2023-07-19 17:26:33,148 79222 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-4f15fd01-d87e-4e30-a242-853894ebf452', 'date': 'Wed, 19 Jul 2023 17:26:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/1526a14c-fc30-4a4e-a9a0-b849bcda5c1b'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 190, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:26:36,081 79226 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-19 17:26:37,182 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 1.101s 2023-07-19 17:26:37,183 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--105206684", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-80216508-d214-43a1-950f-834c99375b33', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--105206684", "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": "2b1e7604581f4bf0a418404f16a4666d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "65f7ef71-03bf-4bb0-b42f-923ad1de1768", "created_at": "2023-07-19T17:26:37Z", "updated_at": "2023-07-19T17:26:37Z", "tags": [], "self": "/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768", "file": "/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:26:39,059 79226 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/65f7ef71-03bf-4bb0-b42f-923ad1de1768/file 1.875s 2023-07-19 17:26:39,059 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8addf8f0-3840-4701-b5af-e0a76186cfa1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768/file'} Body: b'' 2023-07-19 17:26:39,059 79226 DEBUG [tempest.scenario.manager] image:65f7ef71-03bf-4bb0-b42f-923ad1de1768 2023-07-19 17:26:39,146 79226 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.083s 2023-07-19 17:26:39,146 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1920701519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNbqtnuTJEaDsjxKKyp4kca0iAAdbzHRbk10kbNjPr80MTcGKdo8RLv39k73/PJtowwJYboI/+lqfCMQCJIXcgcRN8gc+Y3spXa/CEJex2a2gA86shVb9b38H1y18r+tzg=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f6d4d68-32f1-4ed8-a704-873e003e59c5', 'x-compute-request-id': 'req-4f6d4d68-32f1-4ed8-a704-873e003e59c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1920701519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNbqtnuTJEaDsjxKKyp4kca0iAAdbzHRbk10kbNjPr80MTcGKdo8RLv39k73/PJtowwJYboI/+lqfCMQCJIXcgcRN8gc+Y3spXa/CEJex2a2gA86shVb9b38H1y18r+tzg==", "fingerprint": "ed:ee:b9:2a:17:5d:26:34:25:57:94:f2:2f:ce:ef:f5", "user_id": "9e59dcc29ac2471aa81f19cc8d3734ab"}}' 2023-07-19 17:26:39,215 79226 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.059s 2023-07-19 17:26:39,215 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-8b8745a4-b4bb-43c0-adf5-e427f75084c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9e59dcc29ac2471aa81f19cc8d3734ab", "name": "tempest-TestMinimumBasicScenario-512097773-project-member", "password_expires_at": null}, "audit_ids": ["j5TK1_UoToCwjF6hA_hPZQ"], "expires_at": "2023-07-19T18:26:39.000000Z", "issued_at": "2023-07-19T17:26:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b1e7604581f4bf0a418404f16a4666d", "name": "tempest-TestMinimumBasicScenario-512097773"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:39,216 79226 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '7eb819e3-d451-4f4c-99b1-105e8b6e4b11', 'name': 'tempest-TestMinimumBasicScenario-60020651-network', 'tenant_id': '2b1e7604581f4bf0a418404f16a4666d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b1e7604581f4bf0a418404f16a4666d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6209, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:15Z', 'updated_at': '2023-07-19T17:26:15Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:39,242 79226 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.024s 2023-07-19 17:26:39,242 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-773384418", "imageRef": "65f7ef71-03bf-4bb0-b42f-923ad1de1768", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1920701519", "networks": [{"uuid": "7eb819e3-d451-4f4c-99b1-105e8b6e4b11"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-cbfbf130-4e85-4ca3-9384-73e0fb1a00bb', 'x-compute-request-id': 'req-cbfbf130-4e85-4ca3-9384-73e0fb1a00bb', 'connection': 'close', 'status': '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-19 17:26:39,272 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1920701519 0.028s 2023-07-19 17:26:39,273 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-b374fa96-8ba0-4f4d-8973-da5ea2bdce64', 'x-compute-request-id': 'req-b374fa96-8ba0-4f4d-8973-da5ea2bdce64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1920701519'} Body: b'' 2023-07-19 17:26:39,371 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768 0.097s 2023-07-19 17:26:39,371 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f17b2caa-a0c6-4c3b-80b6-140ad2c44b63', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/65f7ef71-03bf-4bb0-b42f-923ad1de1768'} 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-19 17:26:39,376 79226 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-19 17:26:40,550 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 1.174s 2023-07-19 17:26:40,551 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1981859814", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-46fe2276-d0a9-448a-8763-d454d9fffc5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1981859814", "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": "2b1e7604581f4bf0a418404f16a4666d", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a518c07d-7f0c-4cd8-bcb0-a73fc0e74407", "created_at": "2023-07-19T17:26:40Z", "updated_at": "2023-07-19T17:26:40Z", "tags": [], "self": "/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407", "file": "/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:26:42,285 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407/file 1.733s 2023-07-19 17:26:42,285 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c026a424-b6b3-4d86-ba73-0ce32859a932', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407/file'} Body: b'' 2023-07-19 17:26:42,285 79226 DEBUG [tempest.scenario.manager] image:a518c07d-7f0c-4cd8-bcb0-a73fc0e74407 2023-07-19 17:26:42,363 79226 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.075s 2023-07-19 17:26:42,364 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1137928540", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1uZjQ53H5Z1nCa2arDbfDmaGMzJR88u/7eESISZJrgaKnE7WjdlvmB677G/U++OC3iHjjNNNH/0WvjuJPF7xVhhEhl0O9hrF0nx4EPRuVfOUkAzOLnv9dX8XAty6CEgQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1e3cf21-2ee7-46b4-b97f-6d767ff8b1c0', 'x-compute-request-id': 'req-f1e3cf21-2ee7-46b4-b97f-6d767ff8b1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-113 7928540", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1uZjQ53H5Z1nCa2arDbfDmaGMzJR88u/7eESISZJrgaKnE7WjdlvmB677G/U++OC3iHjjNNNH/0WvjuJPF7xVhhEhl0O9hrF0nx4EPRuVfOUkAzOLnv9dX8XAty6CEgQ==", "fingerprint": "72:42:14:3e:8b:42:cc:90:1f:17:d2:3b:bc:ba:0d:d9", "user_id": "9e59dcc29ac2471aa81f19cc8d3734ab"}}' 2023-07-19 17:26:42,541 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.170s 2023-07-19 17:26:42,542 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 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-e1a0dd1b-53c7-4d13-8daf-1442ec931aec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9e59dcc29ac2471aa81f19cc8d3734ab", "name": "tempest-TestMinimumBasicScenario-512097773-project-member", "password_expires_at": null}, "audit_ids": ["2Her66hTRU-d4_rfwwpeiQ"], "expires_at": "2023-07-19T18:26:42.000000Z", "issued_at": "2023-07-19T17:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b1e7604581f4bf0a418404f16a4666d", "name": "tempest-TestMinimumBasicScenario-512097773"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b1e7604581f4bf0a418404f16a4666d", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:26:42,543 79226 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '7eb819e3-d451-4f4c-99b1-105e8b6e4b11', 'name': 'tempest-TestMinimumBasicScenario-60020651-network', 'tenant_id': '2b1e7604581f4bf0a418404f16a4666d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b1e7604581f4bf0a418404f16a4666d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6209, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:15Z', 'updated_at': '2023-07-19T17:26:15Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:42,574 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.030s 2023-07-19 17:26:42,574 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1641257092", "imageRef": "a518c07d-7f0c-4cd8-bcb0-a73fc0e74407", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1137928540", "networks": [{"uuid": "7eb819e3-d451-4f4c-99b1-105e8b6e4b11"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-6e758054-1404-48ff-bbd5-58f181d22ab7', 'x-compute-request-id': 'req-6e758054-1404-48ff-bbd5-58f181d22ab7', 'connection': 'close', 'status': '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-19 17:26:42,605 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1137928540 0.030s 2023-07-19 17:26:42,606 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1743324-11a8-49af-85ea-7344b6c2ff72', 'x-compute-request-id': 'req-f1743324-11a8-49af-85ea-7344b6c2ff72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1137928540'} Body: b'' 2023-07-19 17:26:42,705 79226 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407 0.098s 2023-07-19 17:26:42,705 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c40b2411-22a2-43df-8d10-b6495822989e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/a518c07d-7f0c-4cd8-bcb0-a73fc0e74407'} 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-19 17:26:48,121 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.173s 2023-07-19 17:26:48,121 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-330c283f-bfa4-40d3-991d-5e1f09256a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:26:48,622 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes 0.499s 2023-07-19 17:26:48,622 79206 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-430154964", "snapshot_id": null, "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e0c74e-24bd-4f30-b003-4fbe73d3f270', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e0c74e-24bd-4f30-b003-4fbe73d3f270', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:48.547240", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:26:48,701 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.068s 2023-07-19 17:26:48,701 79206 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6beb1400-536b-433e-ade6-48ed34f2fc8e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6beb1400-536b-433e-ade6-48ed34f2fc8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:49,779 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.065s 2023-07-19 17:26:49,779 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26096df9-ec5b-49ec-95d8-9e213f7324c3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26096df9-ec5b-49ec-95d8-9e213f7324c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:50,854 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.063s 2023-07-19 17:26:50,855 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:50 GMT', 'server': 'Apache/2. 4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb5ba5a-0058-461d-8de9-5d35e57db962', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb5ba5a-0058-461d-8de9-5d35e57db962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:51,919 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.042s 2023-07-19 17:26:51,919 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e512dd2f-0b66-443e-afba-ef1e4e307cd8', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e512dd2f-0b66-443e-afba-ef1e4e307cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:51,931 79206 INFO [tempest.common.waiters] volume 4065ba43-cfee-4b49-9a94-2732c6a87782 reached available after waiting for 3.930996 seconds 2023-07-19 17:26:51,983 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 2 00 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.052s 2023-07-19 17:26:51,984 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a588d2c-8fad-4295-8eb1-8f1f49180f95', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a588d2c-8fad-4295-8eb1-8f1f49180f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:26:52.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:26:52,173 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots 0.176s 2023-07-19 17:26:52,173 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "metadata": null}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c38ef40a-7142-4691-b468-a285922a94d2', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c38ef40a-7142-4691-b468-a285922a94d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.116712", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-19 17:26:52,200 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.023s 2023-07-19 17:26:52,200 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305624a1-1c6d-4dc3-8d1b-40cb1ae13360', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305624a1-1c6d-4dc3-8d1b-40cb1ae13360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:53,272 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.067s 2023-07-19 17:26:53,273 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86486273-3129-4d00-8ae6-23ca9dd894a7', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86486273-3129-4d00-8ae6-23ca9dd894a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:54,327 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.050s 2023-07-19 17:26:54,328 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-878c4273-0a2b-4c5e-b438-311cf0c83acc', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-878c4273-0a2b-4c5e-b438-311cf0c83acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:55,371 79206 INFO [tempest.lib.common.rest_cli ent] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.038s 2023-07-19 17:26:55,372 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b259d75e-6904-454c-a834-5b0170d45ae1', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b259d75e-6904-454c-a834-5b0170d45ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:26:56,402 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.025s 2023-07-19 17:26:56,402 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2d3f0f-dfaf-4609-9644-b71b98c2a2f1', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2d3f0f-dfaf-4609-9644-b71b98c2a2f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:55.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:56,406 79206 INFO [tempest.common.waiters] snapshot 4031ea91-bd02-4257-aa5d-ed444f1b78ae reached available after waiting for 4.406320 seconds 2023-07-19 17:26:56,431 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.025s 2023-07-19 17:26:56,432 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841558b7-79d7-45bc-a69e-d89ea1b73cac', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841558b7-79d7-45bc-a69e-d89ea1b73cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:55.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:56,607 79206 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.167s 2023-07-19 17:26:56,607 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-264fee43-a4f5-41d3-b5fc-42beec5ffccb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71ccf2e228440c5b8e8524ded2493f9", "name": "tempest-TestVolumeBootPattern-153051111-project-member", "password_expires_at": null}, "audit_ids": ["cX32fG-4Sqe6wNmWWvzz4A"], "expires_at": "2023-07-19T18:26:56.000000Z", "issued_at": "2023-07-19T17:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a886d05c1366494dbe2f7a5835643d3c", "name": "tempest-TestVolumeBootPattern-153051111"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-0 7-19 17:26:56,608 79206 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': '2fc0a922-cca5-43d5-8972-99dcdcf11fae', 'name': 'tempest-TestVolumeBootPattern-817259085-network', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54933, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1} available for tenant 2023-07-19 17:26:56,644 79206 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.035s 2023-07-19 17:26:56,645 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-336224728", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "2fc0a922-cca5-43d5-8972-99dcdcf11fae"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26: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-4a8def54-5bb5-4903-a845-22b71fd12dd1', 'x-compute-request-id': 'req-4a8def54-5bb5-4903-a845-22b71fd12dd1', 'connection': 'close', 'status': '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-19 17:26:56,707 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.061s 2023-07-19 17:26:56,707 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 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-a81c97f8-4ab4-4816-a587-6b0a07372f78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'' 2023-07-19 17:26:56,738 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.031s 2023-07-19 17:26:56,739 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fbc8ae-1cb3-44f9-aa5f-3d6026c5868e', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fbc8ae-1cb3-44f9-aa5f-3d6026c5868e', 'connection': 'close', 'status': ' 200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:57,773 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.029s 2023-07-19 17:26:57,773 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b75f9ea-f0a3-46c0-b60c-e3d10cdf0c48', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b75f9ea-f0a3-46c0-b60c-e3d10cdf0c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:58,818 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.040s 2023-07-19 17:26:58,819 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf27ead-b52e-4b20-b18a-7074a366dfd0', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf27ead-b52e-4b20-b18a-7074a366dfd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:26:59,853 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.028s 2023-07-19 17:26:59,853 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:26:59 GMT', 'server': 'A pache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f72c1b8-f2ab-4516-90b2-1e4781fc6812', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f72c1b8-f2ab-4516-90b2-1e4781fc6812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"snapshot": {"id": "4031ea91-bd02-4257-aa5d-ed444f1b78ae", "created_at": "2023-07-19T17:26:52.000000", "updated_at": "2023-07-19T17:26:57.000000", "name": "tempest-TestVolumeBootPattern-snapshot-336179713", "description": null, "volume_id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "a886d05c1366494dbe2f7a5835643d3c", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:00,880 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae 0.018s 2023-07-19 17:27:00,880 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:00 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-08fb3c2d-b662-4a66-9df3-660a2b81075e', 'x-openstack-request-id': 'req-08fb3c2d-b662-4a66-9df3-660a2b81075e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/snapshots/4031ea91-bd02-4257-aa5d-ed444f1b78ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 4031ea91-bd02-4257-aa5d-ed444f1b78ae could not be found."}}' 2023-07-19 17:27:00,947 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.066s 2023-07-19 17:27:00,948 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:00 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-72161dd0-3f41-4978-b066-c58b358b6e0a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'' 2023-07-19 17:27:00,989 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.041s 2023-07-19 17:27:00,990 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-054e7fc2-1336-4226-9810-677701265ded', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-054e7fc2-1336-4226-9810-677701265ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "delet ing", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:27:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:02,062 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.060s 2023-07-19 17:27:02,062 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2094b8d-4708-48ee-a510-ecd9be2e737c', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2094b8d-4708-48ee-a510-ecd9be2e737c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:27:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:03,130 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.049s 2023-07-19 17:27:03,131 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79cf33b-ec01-4242-abb2-e8182f713c12', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d79cf33b-ec01-4242-abb2-e8182f713c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"volume": {"id": "4065ba43-cfee-4b49-9a94-2732c6a87782", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:26:49.000000", "updated_at": "2023-07-19T17:27:01.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-430154964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:04,167 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782 0.025s 2023-07-19 17:27:04,167 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 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-8d0cbb49-e3d8-43dc-95cf-500d272bf762', 'x-openstack-request-id': 'req-8d0cbb49-e3d8-43dc-95cf-500d272bf762', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/4065ba43-cfee-4b49-9a94-2732c6a87782'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4065ba43-cfee-4b49-9a94-2732c6a87782 could not be found."}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:27:07,682 79208 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:07,682 79208 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:07,905 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.218s 2023-07-19 17:27:07,905 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-527672065", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMsHzC6sJ/DDwZXgTxXVGKCzuw1ITyY2Eh0EkesAEDfmbhXn6/0wIUu1XMEDJ2fR+FAnPGMRam4DdL2G7B3yYqvgVlzh8FteXE7bwd97RXhe5GyCf1lGdgCgWrqq0ZmBtQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1063e2cc-65bb-4398-bd93-83d70bf4b8ac', 'x-compute-request-id': 'req-1063e2cc-65bb-4398-bd93-83d70bf4b8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-527672065", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMsHzC6sJ/DDwZXgTxXVGKCzuw1ITyY2Eh0EkesAEDfmbhXn6/0wIUu1XMEDJ2fR+FAnPGMRam4DdL2G7B3yYqvgVlzh8FteXE7bwd97RXhe5GyCf1lGdgCgWrqq0ZmBtQ==", "fingerprint": "69:46:da:c8:69:fa:1b:7f:4e:f4:c2:0d:59:4f:a4:7a", "user_id": "2054c8f645ec441fbe03148e437a20ef"}}' 2023-07-19 17:27:07,909 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-527672065 created 2023-07-19 17:27:08,093 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2023-07-19 17:27:08,093 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1400933942", "description": "tempest-description--1112726871"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-f0e68e73-3a3f-4054-9e47-4e82457fdd11', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "name": "tempest-securitygroup--1400933942", "stateful": true, "tenant_id": "26e637ede5da4455a96799437c8c18c2", "description": "tempest-description--1112726871", "shared": false, "security_group_rules": [{"id": "9c4b381e-c138-4bb5-b882-4220c355c135", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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": 1105, "description": null, "tags": [], "created_at": "2023-07-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}, {"id": "a42e461d-d93e-4787-a559-b9657b9a3465", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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": 1104, "description": null, "tags": [], "created_at": "2023-07-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 1, "project_id": "26e637ede5da4455a96799437c8c18c2"}}' 2023-07-19 17:27:08,283 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-07-19 17:27:08,283 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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-81b42b8a-f047-47c6-a0a4-51ccc7bbac96', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8797aee5-08b0-4c92-8fa9-987b56f6396d", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,446 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.162s 2023-07-19 17:27:08,447 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-affca8f1-6cdf-451b-9114-766f0ee60b32', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b718c35-9063-4253-89b0-87a61a1b2cd7", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,447 79208 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1400933942 created 2023-07-19 17:27:09,847 79208 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.400s 2023-07-19 17:27:09,847 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bcfadb30-77f0-4e33-8ab6-567ade2be4bf', 'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6a1281b9-2424-4a7c-8012-1dacd2dbdf8d", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "floating_ip_address": "172.24.4.233", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26e637ede5da4455a96799437c8c18c2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}}' 2023-07-19 17:27:09,848 79208 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6a1281b9-2424-4a7c-8012-1dacd2dbdf8d', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0, 'ip': '172.24.4.233'} created 2023-07-19 17:27:10,021 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.173s 2023-07-19 17:27:10,021 79208 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-2028077305", "description": "tempest-secgroup-smoke-2028077305 description", "project_id": "26e637ede5da4455a96799437c8c18c2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-9d8f295f-a9e4-4053-9984-c7835c84cb6b', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "name": "tempest-secgroup-smoke-2028077305", "stateful": true, "tenant_id": "26e637ede5da4455a96799437c8c18c2", "description": "tempest-secgroup-smoke-2028077305 description", "shared": false, "security_group_rules": [{"id": "4c72e9b4-b69f-4be7-bcf0-09dfadb3c81b", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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": 1124, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}, {"id": "537de962-65e4-439b-86ef-9e978d6365d2", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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": 1125, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 1, "project_id": "26e637ede5da4455a96799437c8c18c2"}}' 2023-07-19 17:27:10,342 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networ king/v2.0/security-group-rules 0.320s 2023-07-19 17:27:10,343 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "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-3f673fcd-80a3-4cd9-b70f-6cd8cb84109c', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50839853-b7e4-4840-ac08-4c5ff02c93b2", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:10,799 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.455s 2023-07-19 17:27:10,799 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "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-64212559-994b-410b-a62a-a5da01ef7356', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6eb7a21d-41e9-43e8-bf2c-e88ee3f48c86", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:11,506 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.706s 2023-07-19 17:27:11,506 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-77036f29-e930-4574-b11b-2daaeb07c71b', 'date': 'Wed, 19 Jul 2023 17:27:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e11f0fac-e3ef-44e3-8b51-37642bb66545", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:12,015 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.507s 2023-07-19 17:27:12,015 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-c95f5af1-4ce3-4226-9254-ee1f575356a3', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7dccb7e5-de22-40f3-961d-ba4279fb0cbe", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:11Z", "updated_at": "2023-07-19T17:27:11Z", "revision_number": 0}}' 2023-07-19 17:27:12,275 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.259s 2023-07-19 17:27:12,275 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e0d3202c-000e-4aff-a295-a110cd3b5433', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9a6c1c7-fc19-431e-ab63-60beff88c623", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,576 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.300s 2023-07-19 17:27:12,576 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "project_id": "26e637ede5da4455a96799437c8c18c2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5a215659-6fc8-4fca-9edd-bd34c2a2160b', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'conten t-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ef7c8526-052b-4d0e-b242-1ca77eb443ae", "project_id": "26e637ede5da4455a96799437c8c18c2", "tenant_id": "26e637ede5da4455a96799437c8c18c2", "security_group_id": "a880df8f-df9e-4f45-8bb1-a7e03e23dd16", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,677 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-07-19 17:27:12,677 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:12 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-b3228491-1309-45c1-82cb-c2c10b3fd457', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2054c8f645ec441fbe03148e437a20ef", "name": "tempest-SnapshotDataIntegrityTests-159180265-project-member", "password_expires_at": null}, "audit_ids": ["O-ArtA3FRYCwyPLOElc7pQ"], "expires_at": "2023-07-19T18:27:12.000000Z", "issued_at": "2023-07-19T17:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26e637ede5da4455a96799437c8c18c2", "name": "tempest-SnapshotDataIntegrityTests-159180265"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26e637ede5da4455a96799437c8c18c2", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26e637ede5da4455a96799437c8c18c2", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26e637ede5da4455a96799437c8c18c2", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface ": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:12,678 79208 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '70c7bf9c-0999-4ff5-9671-17b75622272e', 'name': 'tempest-SnapshotDataIntegrityTests-173595900-network', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26e637ede5da4455a96799437c8c18c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 56268, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:48Z', 'updated_at': '2023-07-19T17:26:48Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:12,679 79208 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-527672065', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMsHzC6sJ/DDwZXgTxXVGKCzuw1ITyY2Eh0EkesAEDfmbhXn6/0wIUu1XMEDJ2fR+FAnPGMRam4DdL2G7B3yYqvgVlzh8FteXE7bwd97RXhe5GyCf1lGdgCgWrqq0ZmBtQ==', 'fingerprint': '69:46:da:c8:69:fa:1b:7f:4e:f4:c2:0d:59:4f:a4:7a', 'user_id': '2054c8f645ec441fbe03148e437a20ef', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC6jJfuoVuaNuHenfH4nCTyID28UPYcrgTZ0PEGMuu5Iu8ZLqsH21p+\nz/KgXZAgWzagBwYFK4EEACKhZANiAATLB8wurCfww8GV4E8V1Rigs7sNSE8mNhId\nBJHrABA35m4V5+v9MCFLtVzBAydn0fhQJzxjEWpuA3S9huwd8mKr4FZc4fBbXlxO\n28Hfe0V4XuRsgn9ZRnYAoFq6qtGZgbU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3', 'name': 'tempest-securitygroup--1400933942', 'stateful': True, 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'description': 'tempest-description--1112726871', 'shared': False, 'security_group_rules': [{'id': '9c4b381e-c138-4bb5-b882-4220c355c135', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'security_group_id': 'dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3', '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': 1105, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:08Z', 'updated_at': '2023-07-19T17:27:08Z', 'revision_number': 0}, {'id': 'a42e461d-d93e-4787-a559-b9657b9a3465', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'security_group_id': 'dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3', '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': 1104, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:07Z', 'updated_at': '2023-07-19T17:27:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:07Z', 'updated_at': '2023-07-19T17:27:07Z', 'revision_number': 1, 'project_id': '26e637ede5da4455a96799437c8c18c2'}, 'floating_ip': {'id': '6a1281b9-2424-4a7c-8012-1dacd2dbdf8d', 'tenant_id': '26e637ede5da4455a96799437c8c18c2', 'floating_ip_address': '172.24.4.233', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26e637ede5da4455a96799437c8c18c2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0, 'ip': '172.24.4.233'}} 2023-07-19 17:27:12,705 79208 INFO [tempest.lib.co mmon.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.025s 2023-07-19 17:27:12,705 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-413538685", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "key_name": "tempest-keypair-527672065", "security_groups": [{"name": "tempest-secgroup-smoke-2028077305"}, {"name": "tempest-securitygroup--1400933942"}], "networks": [{"uuid": "70c7bf9c-0999-4ff5-9671-17b75622272e"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-7ce189d1-bce7-474e-a542-d875bc124534', 'x-compute-request-id': 'req-7ce189d1-bce7-474e-a542-d875bc124534', 'connection': 'close', 'status': '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-19 17:27:12,918 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a880df8f-df9e-4f45-8bb1-a7e03e23dd16 0.211s 2023-07-19 17:27:12,918 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-56b18015-a366-42c5-ad85-5254ef537471', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a880df8f-df9e-4f45-8bb1-a7e03e23dd16'} Body: b'' 2023-07-19 17:27:12,961 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527672065 0.042s 2023-07-19 17:27:12,962 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-197ec623-b6da-45e5-8858-b3cb978c7602', 'x-compute-request-id': 'req-197ec623-b6da-45e5-8858-b3cb978c7602', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-527672065'} Body: b'' 2023-07-19 17:27:13,106 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3 0.143s 2023-07-19 17:27:13,106 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5555ef32-bcfd-441a-8e15-4cf4bb57aeeb', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3'} Body: b'' 2023-07-19 17:27:13,127 79208 INFO [tem pest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3 0.020s 2023-07-19 17:27:13,128 79208 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-a3badf34-0548-4e95-a40f-c273664bd20c', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dc0e5e40-728c-4ec8-bce4-cd4579b5f6f3 does not exist", "detail": ""}}' 2023-07-19 17:27:13,590 79208 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6a1281b9-2424-4a7c-8012-1dacd2dbdf8d 0.462s 2023-07-19 17:27:13,590 79208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8089ea77-f371-44a6-aabd-7ef253540232', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6a1281b9-2424-4a7c-8012-1dacd2dbdf8d'} 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-19 17:27:06,955 79224 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.387s 2023-07-19 17:27:06,956 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-440004382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJGT0fWbrfdUWDXP5qiorDvqzwpWRT1zKOOEh5rxT/eLTs5vyid1jepTXvByEZhOBiJNGHwkuClp2N2lKVLL0cx0+zkukH8YWCI3qzGw6hiGK9QdbSJdVnzJ0yLWd0SItA=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a6cb2b9-5dc1-4724-84fa-02e274f1473e', 'x-compute-request-id': 'req-6a6cb2b9-5dc1-4724-84fa-02e274f1473e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-440004382", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJGT0fWbrfdUWDXP5qiorDvqzwpWRT1zKOOEh5rxT/eLTs5vyid1jepTXvByEZhOBiJNGHwkuClp2N2lKVLL0cx0+zkukH8YWCI3qzGw6hiGK9QdbSJdVnzJ0yLWd0SItA==", "fingerprint": "20:b9:6e:62:5c:67:40:c0:32:74:0d:fa:11:76:2c:b1", "user_id": "51c1551d58434556bb1e316b5d9ec3dc"}}' 2023-07-19 17:27:07,573 79224 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.612s 2023-07-19 17:27:07,574 79224 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-968611455", "description": "tempest-secgroup-smoke-968611455 description", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-752fdefc-c4cf-4e6e-a496-d2d20e045a9a', 'date': 'Wed, 19 Jul 2023 17:27:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "name": "tempest-secgroup-smoke-968611455", "stateful": true, "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "description": "tempest-secgroup-smoke-968611455 description", "shared": false, "security_group_rules": [{"id": "8670e098-068d-4034-81e4-0ee462775231", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}, {"id": "efa1bb7e-7ec1-42b4-8342-432c88f507fa", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:07Z", "updated_at": "2023-07-19T17:27:0 7Z", "revision_number": 1, "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:07,811 79224 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.237s 2023-07-19 17:27:07,812 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "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-521aadcf-03bd-4ccf-947a-4c3939af9b03', 'date': 'Wed, 19 Jul 2023 17:27: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": "ca3bdcc0-044c-40c1-997a-5c5e35fbca0e", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}}' 2023-07-19 17:27:07,990 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.178s 2023-07-19 17:27:07,991 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "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-d99d07cf-2cd6-4846-9dea-2287f7c33604', 'date': 'Wed, 19 Jul 2023 17:27: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": "6980ff3e-c54c-4fe6-924d-799f5b9d2f13", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:07Z", "updated_at": "2023-07-19T17:27:07Z", "revision_number": 0}}' 2023-07-19 17:27:08,185 79224 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.193s 2023-07-19 17:27:08,185 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8393e308-36af-4f0c-ad84-9d2a365728e1', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"secu rity_group_rule": {"id": "84c8801f-607a-4aff-85c7-ebcfa3882384", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,351 79224 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.166s 2023-07-19 17:27:08,352 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b749acfb-2fd9-4e75-89b6-04a77219f502', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2267d25-2d54-4273-9af6-7b3bf6bfc92a", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,531 79224 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.179s 2023-07-19 17:27:08,532 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0efbc0a8-a486-4beb-a2de-f3ac2a44d95a', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2f360c33-7dbe-4e8e-87d0-501921b09916", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,826 79224 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.293s 2023-07-19 17:27:08,826 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-7b36335d-8907-4da9-a75f-7a23fea20423', 'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c0024546-1bd6-4a1e-b34c-ab508433b9fd", "project_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68", "security_group_id": "cebee3fb-a313-4438-b879-fa3eebe00a7b", "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-19T17:27:08Z", "updated_at": "2023-07-19T17:27:08Z", "revision_number": 0}}' 2023-07-19 17:27:08,960 79224 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.127s 2023-07-19 17:27:08,961 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:08 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-1d88dced-b1b6-490b-92f6-510d38ab2acf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "51c1551d58434556bb1e316b5d9ec3dc", "name": "tempest-TestShelveInstance-807239856-project-member", "password_expires_at": null}, "audit_ids": ["dAmAc6iLRcaekVavt2Ez_g"], "expires_at": "2023-07-19T18:27:08.000000Z", "issued_at": "2023-07-19T17:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c37fd955b348e1a6be1e5bf8fdcf68", "name": "tempest-TestShelveInstance-807239856"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/18c37fd955b348e1a6be1e5bf8fdcf68", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_lega cy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:08,962 79224 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '06401782-3446-404a-af11-abfb229a612d', 'name': 'tempest-TestShelveInstance-1167038132-network', 'tenant_id': '18c37fd955b348e1a6be1e5bf8fdcf68', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '18c37fd955b348e1a6be1e5bf8fdcf68', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65100, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:44Z', 'updated_at': '2023-07-19T17:26:44Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:09,408 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes 0.444s 2023-07-19 17:27:09,408 79224 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-1677114821", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3612cd7e-91ab-4458-9df3-742f6d202734', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3612cd7e-91ab-4458-9df3-742f6d202734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.332460", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:09,470 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.052s 2023-07-19 17:27:09,471 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ff816d-f26e-4497-ad7d-4cf5d9ca3ee2', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-a8ff816d-f26e-4497-ad7d-4cf5d9ca3ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:10,541 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.059s 2023-07-19 17:27:10,542 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a02c1e-7b7f-445f-955a-33ade77ecccb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a02c1e-7b7f-445f-955a-33ade77ecccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:09.000000", "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:11,628 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.070s 2023-07-19 17:27:11,628 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6522fc-e38b-44f0-aa9e-450834d38c7d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6522fc-e38b-44f0-aa9e-450834d38c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:09.000000", "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:12,698 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.058s 2023-07-19 17:27:12,699 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b505414-5bb9-405a-9497-131777473aa8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b505414-5bb9-405a-9497-131777473aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:09.000000", "name": "tempest-tempest.common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:13,752 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea 0.042s 2023-07-19 17:27:13,752 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a3b8e7-027d-4300-8d36-a847c30bd2c1', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a3b8e7-027d-4300-8d36-a847c30bd2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea'} Body: b'{"volume": {"id": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:09.000000", "updated_at": "2023-07-19T17:27:13.000000", "name": "tempest-tempest .common.compute-volume-1677114821", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18c37fd955b348e1a6be1e5bf8fdcf68/volumes/f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea"}], "user_id": "51c1551d58434556bb1e316b5d9ec3dc", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "18c37fd955b348e1a6be1e5bf8fdcf68"}}' 2023-07-19 17:27:13,763 79224 INFO [tempest.common.waiters] volume f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea reached available after waiting for 4.763725 seconds 2023-07-19 17:27:13,797 79224 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.033s 2023-07-19 17:27:13,797 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-813591706", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-440004382", "security_groups": [{"name": "tempest-secgroup-smoke-968611455"}], "networks": [{"uuid": "06401782-3446-404a-af11-abfb229a612d"}], "block_device_mapping_v2": [{"uuid": "f4cf1da8-47b1-4452-a127-0b3fd1b7c1ea", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 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-430b4325-da12-4ae8-9a40-662c46629ab4', 'x-compute-request-id': 'req-430b4325-da12-4ae8-9a40-662c46629ab4', 'connection': 'close', 'status': '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-19 17:27:13,971 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cebee3fb-a313-4438-b879-fa3eebe00a7b 0.172s 2023-07-19 17:27:13,972 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-19ab6143-1895-48d2-a8fd-cd2362b2e6ba', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cebee3fb-a313-4438-b879-fa3eebe00a7b'} Body: b'' 2023-07-19 17:27:14,011 79224 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-440004382 0.039s 2023-07-19 17:27:14,012 79224 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '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-cf959343-18d3-4816-ace1-59e1743ba4e7', 'x-compute-request-id': 'req-cf959343-18d3-4816-ace1-59e1743ba4e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-440004382'} 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-19 17:27:11,978 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.097s 2023-07-19 17:27:11,979 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2839', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e0a28bf4-d08e-49e2-be38-ffcd4c3d86f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "97737294f6e44fd18980cb6160a10efe", "name": "tempest-TestServerVolumeAttachmentScenario-570563023-project-member", "password_expires_at": null}, "audit_ids": ["uLQbKPG5SimTZySkat9vaA"], "expires_at": "2023-07-19T18:27:11.000000Z", "issued_at": "2023-07-19T17:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42b5a773b47c441ea45cbe14a196cf26", "name": "tempest-TestServerVolumeAttachmentScenario-570563023"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/42b5a773b47c441ea45cbe14a196cf26", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/42b5a773b47c441ea45cbe14a196cf26", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/42b5a773b47c441ea45cbe14a196cf26", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:11,979 79226 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '2041ae28-7bdf-45a8-8a99-f16e2cc78c46', 'name': 'tempest-TestServerVolumeAttachmentScenario-783136687-network', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'por t_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17550, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:55Z', 'updated_at': '2023-07-19T17:26:55Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:11,980 79226 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:11,980 79226 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:12,206 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.223s 2023-07-19 17:27:12,207 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1627705641", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxk9hrSQnUq0CUTxxzSKHmeUNhtvBiVhNHCQo6xefZacn3d0RNk6ad9IUmc9MQEMMuSRvOWM7fVOxsV3F7HRj75ZX2Dh8ZLKTO2yHZdJ51D/KwOtMVSMJHwxKL0swwduQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:11 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-5dfee2d8-0c0e-4d43-883f-85980be549a9', 'x-compute-request-id': 'req-5dfee2d8-0c0e-4d43-883f-85980be549a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1627705641", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxk9hrSQnUq0CUTxxzSKHmeUNhtvBiVhNHCQo6xefZacn3d0RNk6ad9IUmc9MQEMMuSRvOWM7fVOxsV3F7HRj75ZX2Dh8ZLKTO2yHZdJ51D/KwOtMVSMJHwxKL0swwduQ==", "fingerprint": "f3:53:a0:b2:a3:f0:89:d7:d4:28:79:30:3e:94:2a:90", "user_id": "97737294f6e44fd18980cb6160a10efe"}}' 2023-07-19 17:27:12,212 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1627705641 created 2023-07-19 17:27:12,405 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.192s 2023-07-19 17:27:12,406 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--823225073", "description": "tempest-description--1849607235"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-2fe80f40-1796-44f6-8cd9-b8cfbf65023e', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7265f202-e16c-4651-a548-ee262cfce6e9", "name": "tempest-securitygroup--823225073", "stateful": true, "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "description": "tempest-description--1849607235", "shared": false, "security_group_rules": [{"id": "6344fd8d-a524-4cc9-af6e-9c08c36bc461", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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": 1142, "description": null, "tags": [], "created_at": "2023-07-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}, {"id": "e70cc435-be56-4689-b530-29eb93338bc4", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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": 1141, "description": null, "tags": [], "created_at": "2023-07-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 1, "project_id": "42b5a773b47c441ea45cbe14a196cf26"}}' 2023-07-19 17:27:12,698 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.291s 2023-07-19 17:27:12,698 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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-746b0022-a95b-46ac-b45f-2fcfce6bc511', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5516269e-69f7-4d08-b072-3ccdb191dbf7", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,905 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.206s 2023-07-19 17:27:12,905 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-eccf9dac-2252-4889-bfd4-4f2f83c9d495', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "125adbec-048c-4f15-b641-35c6f67885a7", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "security_group_id": "7265f202-e16c-4651-a548-ee262cfce6e9", "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-19T17:27:12Z", "updated_at": "2023-07-19T17:27:12Z", "revision_number": 0}}' 2023-07-19 17:27:12,905 79226 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--823225073 created 2023-07-19 17:27:13,819 79226 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture: setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.913s 2023-07-19 17:27:13,819 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3ef7c5f6-b7bc-43af-9f28-5b41dc344e1b', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "255ecf26-025d-412e-9129-7be3e272db01", "tenant_id": "42b5a773b47c441ea45cbe14a196cf26", "floating_ip_address": "172.24.4.112", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "42b5a773b47c441ea45cbe14a196cf26", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:13Z", "updated_at": "2023-07-19T17:27:13Z", "revision_number": 0}}' 2023-07-19 17:27:13,820 79226 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '255ecf26-025d-412e-9129-7be3e272db01', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'floating_ip_address': '172.24.4.112', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:13Z', 'updated_at': '2023-07-19T17:27:13Z', 'revision_number': 0, 'ip': '172.24.4.112'} created 2023-07-19 17:27:13,820 79226 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1627705641', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxk9hrSQnUq0CUTxxzSKHmeUNhtvBiVhNHCQo6xefZacn3d0RNk6ad9IUmc9MQEMMuSRvOWM7fVOxsV3F7HRj75ZX2Dh8ZLKTO2yHZdJ51D/KwOtMVSMJHwxKL0swwduQ==', 'fingerprint': 'f3:53:a0:b2:a3:f0:89:d7:d4:28:79:30:3e:94:2a:90', 'user_id': '97737294f6e44fd18980cb6160a10efe', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAMzZmnagxrJi/CewRd29bSRSLht7UVm94USyfN3joFMQHX5mrFsKtg\n54QYCF3iTZqgBwYFK4EEACKhZANiAASMZPYa0kJ1KtAlE8cc0ih5nlDYbbwYlYTR\nwkKOsXn2WnJ93dETZOmnfSFJnPTEBDDLkkbzljO31TsbFdxex0Y++WV9g4fGSykz\ntsh2XSedQ/ysDrTFUjCR8MSi9LMMHbk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7265f202-e16c-4651-a548-ee262cfce6e9', 'name': 'tempest-securitygroup--823225073', 'stateful': True, 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'description': 'tempest-description--1849607235', 'shared': False, 'security_group_rules': [{'id': '6344fd8d-a524-4cc9-af6e-9c08c36bc461', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'security_group_id': '7265f202-e16c-4651-a548-ee262cfce6e9', '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': 1142, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:12Z', 'updated_at': '2023-07-19T17:27:12Z', 'revision_number': 0}, {'id': 'e70cc435-be56-4689-b530-29eb93338bc4', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'security_group_id': '7265f202-e16c-4651-a548-ee262cfce6e9', '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': 1141, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:12Z', 'updated_at': '2023-07-19T17:27:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:12Z', 'updated_at': '2023-07-19T17:27:12Z', 'revision_number': 1, 'project_id': '42b5a773b47c441ea45cbe14a196cf26'}, 'floating_ip': {'id': '255ecf26-025d-412e-9129-7be3e272db01', 'tenant_id': '42b5a773b47c441ea45cbe14a196cf26', 'floating_ip_address': '172.24.4.112', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '42b5a773b47c441ea45cbe14a196cf26', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:13Z', 'updated_at': '2023-07-19T17:27:13Z', 'revision_number': 0, 'ip': '172.24.4.112'}} 2023-07-19 17:27:13,852 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.031s 2023-07-19 17:27:13,853 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-139592993", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "2041ae28-7bdf-45a8-8a99-f16e2cc78c46"}], "security_groups": [{"name": "tempest-securitygroup--823225073"}], "key_name": "tempest-keypair-1627705641", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 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-d0dfda94-9d30-4dbe-b3d9-b85664592794', 'x-compute-request-id': 'req-d0dfda94-9d30-4dbe-b3d9-b85664592794', 'connection': 'close', 'status': '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-19 17:27:13,885 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627705641 0.031s 2023-07-19 17:27:13,885 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 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-b02dc245-3146-437c-9e31-41374881cf44', 'x-compute-request-id': 'req-b02dc245-3146-437c-9e31-41374881cf44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627705641'} Body: b'' 2023-07-19 17:27:14,107 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9 0.221s 2023-07-19 17:27:14,107 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6ec77a8c-ca8a-46ca-b00b-ef8704780b0d', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9'} Body: b'' 2023-07-19 17:27:14,129 79226 INFO [t empest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9 0.021s 2023-07-19 17:27:14,129 79226 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-bb22566d-4577-4171-b0ec-fa8c45e73769', 'date': 'Wed, 19 Jul 2023 17:27:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7265f202-e16c-4651-a548-ee262cfce6e9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7265f202-e16c-4651-a548-ee262cfce6e9 does not exist", "detail": ""}}' 2023-07-19 17:27:15,059 79226 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/255ecf26-025d-412e-9129-7be3e272db01 0.929s 2023-07-19 17:27:15,059 79226 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ea231db3-a11c-4afa-91f2-04a402c60893', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/255ecf26-025d-412e-9129-7be3e272db01'} 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-19 17:27:04,196 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.020s 2023-07-19 17:27:04,197 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5d294168-dade-4ad8-9599-c15a8a5a8734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:27:04,712 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes 0.514s 2023-07-19 17:27:04,712 79206 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-974546749", "snapshot_id": null, "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840489b6-7b4c-45ec-8b3f-404a61b25a75', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840489b6-7b4c-45ec-8b3f-404a61b25a75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:04.606821", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:04,785 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.062s 2023-07-19 17:27:04,785 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19693a13-d69b-4a44-ac7e-27ff2a75c28a', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19693a13-d69b-4a44-ac7e-27ff2a75c28a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:05,844 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.047s 2023-07-19 17:27:05,845 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51665306-fb17-4e05-a299-63326e0479da', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51665306-fb17-4e05-a299-63326e0479da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:06,903 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.046s 2023-07-19 17:27:06,904 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'con tent-type': 'application/json', 'x-compute-request-id': 'req-938ea279-9697-40d5-bd8b-6f6d0831a05c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938ea279-9697-40d5-bd8b-6f6d0831a05c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:07,969 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.053s 2023-07-19 17:27:07,969 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb50931-520d-402c-ab4b-9f7d25571526', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb50931-520d-402c-ab4b-9f7d25571526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:09,029 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.048s 2023-07-19 17:27:09,030 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fceda33f-5568-423a-bd44-e50a6a556342', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opens tack-request-id': 'req-fceda33f-5568-423a-bd44-e50a6a556342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:09,041 79206 INFO [tempest.common.waiters] volume 78d70d96-381e-40db-81ab-aac857112b5a reached available after waiting for 5.041028 seconds 2023-07-19 17:27:09,086 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.045s 2023-07-19 17:27:09,087 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb29b5e7-4391-4ad8-9c6a-75b824f5b7a9', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb29b5e7-4391-4ad8-9c6a-75b824f5b7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:08.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:09,217 79206 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.102s 2023-07-19 17:27:09,218 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5a4c9c95-7328-4fa1-b4eb-8b3f7a01f229', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71ccf2e228440c5b8e8524ded2493f9", "name": "tempest-TestVolumeBootPattern-153051111-project-member", "password_expires_at": null}, "audit_ids": ["k_0ai1LASXGq-55V2ciCfQ"], "expires_at": "2023-07-19T18:27:09.000000Z", "issued_at": "2023-07-19T17:27:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a886d05c1366494dbe2f7a5835643d3c", "name": "tempest-TestVolumeBootPattern-153051111"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:09,218 79206 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': '2fc0a922-cca5-43d5-8972-99dcdcf11fae', 'name': 'tempest-TestVolumeBootPattern-817259085-network', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a886d05c1 366494dbe2f7a5835643d3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54933, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:09,219 79206 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:09,219 79206 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:09,316 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.095s 2023-07-19 17:27:09,317 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-494934705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI9Of1jM9OaM2TXhhZ1yy43U57OuDoud8yhOMat8VgmW+53bptTaOZXBN5WWHQkoPuinINrhUhDgfSljfWrSnQWEgqEWyzxcoHxWC2vNMwwXkGsr3n2hIPRUjtZDqvVbvQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:09 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-15ef3987-7d03-4fbf-8643-b6b1b354b397', 'x-compute-request-id': 'req-15ef3987-7d03-4fbf-8643-b6b1b354b397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-494934705", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI9Of1jM9OaM2TXhhZ1yy43U57OuDoud8yhOMat8VgmW+53bptTaOZXBN5WWHQkoPuinINrhUhDgfSljfWrSnQWEgqEWyzxcoHxWC2vNMwwXkGsr3n2hIPRUjtZDqvVbvQ==", "fingerprint": "1b:a3:c1:a2:fb:c9:fa:2a:9e:fe:73:4f:be:b1:8d:f4", "user_id": "b71ccf2e228440c5b8e8524ded2493f9"}}' 2023-07-19 17:27:09,319 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-494934705 created 2023-07-19 17:27:09,995 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.676s 2023-07-19 17:27:09,996 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--201984339", "description": "tempest-description--336661508"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-2ba6dd19-1588-4d3e-aad3-aa31d18969da', 'date': 'Wed, 19 Jul 2023 17:27:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "name": "tempest-securitygroup--201984339", "stateful": true, "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "description": "tempest-description--336661508", "shared": false, "security_group_rules": [{"id": "7378fdce-1a67-4dc8-b896-326950b7631d", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1 120, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}, {"id": "7a7a9392-6abe-4aef-b708-ab26e57c93d1", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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": 1121, "description": null, "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:09Z", "updated_at": "2023-07-19T17:27:09Z", "revision_number": 1, "project_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:10,380 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.383s 2023-07-19 17:27:10,380 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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-a0ed466b-0386-4faf-9f41-662cee2d1435', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ed953b30-4c92-48ed-880a-5d300498ce79", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:10,911 79206 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.530s 2023-07-19 17:27:10,911 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bf15e5ad-7d5a-46a9-bea3-dc623b84a9af', 'date': 'Wed, 19 Jul 2023 17:27:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a1909f8f-373b-4cc5-a155-c783fd3f9017", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "f206f9b8-7360-427f-8bae-98c552a0efc4", "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-19T17:27:10Z", "updated_at": "2023-07-19T17:27:10Z", "revision_number": 0}}' 2023-07-19 17:27:10,912 79206 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--201984339 created 2023-07-19 17:27:12,788 79206 INFO [tempest.lib.common.rest_client] Request (Va lidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.875s 2023-07-19 17:27:12,789 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-64123610-640e-4781-8333-f542e717881d', 'date': 'Wed, 19 Jul 2023 17:27:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d014b2a8-b0a2-436b-bf14-015ae914db9c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "floating_ip_address": "172.24.4.192", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:11Z", "updated_at": "2023-07-19T17:27:11Z", "revision_number": 0}}' 2023-07-19 17:27:12,789 79206 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd014b2a8-b0a2-436b-bf14-015ae914db9c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:11Z', 'updated_at': '2023-07-19T17:27:11Z', 'revision_number': 0, 'ip': '172.24.4.192'} created 2023-07-19 17:27:12,789 79206 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-494934705', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI9Of1jM9OaM2TXhhZ1yy43U57OuDoud8yhOMat8VgmW+53bptTaOZXBN5WWHQkoPuinINrhUhDgfSljfWrSnQWEgqEWyzxcoHxWC2vNMwwXkGsr3n2hIPRUjtZDqvVbvQ==', 'fingerprint': '1b:a3:c1:a2:fb:c9:fa:2a:9e:fe:73:4f:be:b1:8d:f4', 'user_id': 'b71ccf2e228440c5b8e8524ded2493f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDtQefXg6pOyParHGqe+99+LJWtw8Q3rMJygFN/SotlPNTFTNCUv2Sf\nvGwbCw5Z8gigBwYFK4EEACKhZANiAASPTn9YzPTmjNk14YWdcsuN1Oezrg6LnfMo\nTjGrfFYJlvud26bU2jmVwTeVlh0JKD7opyDa4VIQ4H0pY31q0p0FhIKhFss8XKB8\nVgtrzTMMF5BrK959oSD0VI7WQ6r1W70=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f206f9b8-7360-427f-8bae-98c552a0efc4', 'name': 'tempest-securitygroup--201984339', 'stateful': True, 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'description': 'tempest-description--336661508', 'shared': False, 'security_group_rules': [{'id': '7378fdce-1a67-4dc8-b896-326950b7631d', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'security_group_id': 'f206f9b8-7360-427f-8bae-98c552a0efc4', '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': 1120, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0}, {'id': '7a7a9392-6abe-4aef-b708-ab26e57c93d1', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'security_group_id': 'f206f9b8-7360-427f-8bae-98c552a0efc4', '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': 1121, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:09Z', 'updated_at': '2023-07-19T17:27:09Z', 'revision_number': 1, 'project_id': 'a886d05c1366494dbe2f7a5835643d3c'}, 'floating_ip': {'id': 'd014b2a8-b0a2-436b-bf14-015ae914db9c', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:11Z', 'updated_at': '2023-07-19T17:27:11Z', 'revision_number': 0, 'ip': '172.24.4.192'}} 2023-07-19 17:27:12,819 79206 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.029s 2023-07-19 17:27:12,819 79206 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-761910215", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "78d70d96-381e-40db-81ab-aac857112b5a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "2fc0a922-cca5-43d5-8972-99dcdcf11fae"}], "security_groups": [{"name": "tempest-securitygroup--201984339"}], "key_name": "tempest-keypair-494934705", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-02a6e1cc-78c6-4e96-8a8c-8a650310d2f0', 'x-compute-request-id': 'req-02a6e1cc-78c6-4e96-8a8c-8a650310d2f0', 'connection': 'close', 'status': '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-19 17:27:12,847 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494934705 0.027s 2023-07-19 17:27:12,847 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-29d1934f-fb0c-41e6-b002-08aa4b35cac7', 'x-compute-request-id': 'req-29d1934f-fb0c-41e6-b002-08aa4b35cac7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-494934705'} Body: b'' 2023-07-19 17:27:13,012 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4 0.164s 2023-07-19 17:27:13,013 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-92a23e99-7fa0-45f7-9b64-dc75149f354e', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0. 210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4'} Body: b'' 2023-07-19 17:27:13,034 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4 0.021s 2023-07-19 17:27:13,034 79206 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-699160d2-1cc1-4dd4-b614-4698e1455079', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f206f9b8-7360-427f-8bae-98c552a0efc4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f206f9b8-7360-427f-8bae-98c552a0efc4 does not exist", "detail": ""}}' 2023-07-19 17:27:13,479 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/d014b2a8-b0a2-436b-bf14-015ae914db9c 0.444s 2023-07-19 17:27:13,480 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-16f2ca66-2f21-4199-b2b8-f9c987f41317', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/d014b2a8-b0a2-436b-bf14-015ae914db9c'} Body: b'' 2023-07-19 17:27:13,549 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.068s 2023-07-19 17:27:13,549 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45093738-b470-4c36-935f-43e9dad1480e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'' 2023-07-19 17:27:13,609 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.059s 2023-07-19 17:27:13,609 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed66d0ce-b1e7-4ce9-a86c-eccde3c1f087', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed66d0ce-b1e7-4ce9-a86c-eccde3c1f087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:14,691 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.065s 2023-07-19 17:27:14,692 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e603ce-a3aa-4a3d-9cd6-056470f55f33', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e603ce-a3aa-4a3d-9cd6-056470f55f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:15,758 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.046s 2023-07-19 17:27:15,758 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a96d93f0-9825-4534-9300-80923e76ef0c', 'content-length': '1364', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a96d93f0-9825-4534-9300-80923e76ef0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"volume": {"id": "78d70d96-381e-40db-81ab-aac857112b5a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:05.000000", "updated_at": "2023-07-19T17:27:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-974546749", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:16,801 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a 0.030s 2023-07-19 17:27:16,801 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:16 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-bc9b4dc4-4884-404d-b960-7d9161111690', 'x-openstack-request-id': 'req-bc9b4dc4-4884-404d-b960-7d9161111690', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/78d70d96-381e-40db-81ab-aac857112b5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78d70d96-381e-40db-81ab-aac857112b5a 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-19 17:27:16,809 79206 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-19 17:27:16,871 79206 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.059s 2023-07-19 17:27:16,871 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1910918408", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLVXADBxwkegxO1B/qa2Ow6IQThQ8tgSygDV6PH2TxruFKbS4Djv48TOz9q6Z86WHkfhHoFax83jbPuuF+xDyg0jAf/1KluxfhAp0LSVT2Vjj8exdRJDNtT/c9MQKu0Rw=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:16 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-f7f548c4-4104-4925-9dc9-d2b9ea672caf', 'x-compute-request-id': 'req-f7f548c4-4104-4925-9dc9-d2b9ea672caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1910918408", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGLVXADBxwkegxO1B/qa2Ow6IQThQ8tgSygDV6PH2TxruFKbS4Djv48TOz9q6Z86WHkfhHoFax83jbPuuF+xDyg0jAf/1KluxfhAp0LSVT2Vjj8exdRJDNtT/c9MQKu0Rw==", "fingerprint": "80:1b:44:60:94:0d:8e:5c:21:17:ef:b9:0b:ea:f9:80", "user_id": "b71ccf2e228440c5b8e8524ded2493f9"}}' 2023-07-19 17:27:17,106 79206 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.232s 2023-07-19 17:27:17,107 79206 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-1092258409", "description": "tempest-secgroup-smoke-1092258409 description", "project_id": "a886d05c1366494dbe2f7a5835643d3c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-32e61687-cc9e-4c78-b30d-cc157a0c9481', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "name": "tempest-secgroup-smoke-1092258409", "stateful": true, "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "description": "tempest-secgroup-smoke-1092258409 description", "shared": false, "security_group_rules": [{"id": "05875c4b-da94-45fa-adea-3607f9f13cb6", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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": 1170, "description": null, "tags": [], "created_at": "2023-07-19T17:27:16Z", "updated_at": "2023-07-19T17:27:16Z", "revision_number": 0}, {"id": "89c7bc74-3429-4b37-86b4-d097709d6262", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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": 1171, "description": null, "tags": [], "created_at": "2023-07-19T17:27:17Z", "updated_at": "2023-07-19T17 :27:17Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:16Z", "updated_at": "2023-07-19T17:27:16Z", "revision_number": 1, "project_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:17,250 79206 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.143s 2023-07-19 17:27:17,250 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "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-1a319a0c-7bd6-4b50-bced-174442a3555c', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bf6e6a9-e535-451e-b713-faffc6b7a26b", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:17,420 79206 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.169s 2023-07-19 17:27:17,420 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "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-d7f0caae-2fa0-4369-ad01-24ff8868a765', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15b60539-492c-4e08-8c64-eb8ca1d0187b", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:17,741 79206 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.320s 2023-07-19 17:27:17,742 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a5a5a800-d7d3-4ffe-9553-250900be25ee', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content- location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5fcf4929-8082-4c48-8d88-78ea67773049", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:17,939 79206 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.196s 2023-07-19 17:27:17,939 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-6b2d873e-0052-46ea-8a47-6a7d2623dca4', 'date': 'Wed, 19 Jul 2023 17:27:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0b719f81-f477-4c58-a804-c72f7618b37c", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:17Z", "updated_at": "2023-07-19T17:27:17Z", "revision_number": 0}}' 2023-07-19 17:27:18,110 79206 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.170s 2023-07-19 17:27:18,110 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-1222ed01-38bb-4ff3-88d1-cf3a47ea5e0a', 'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1a432c9a-5d75-47e3-9baa-025684db083d", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:18Z", "updated_at": "2023-07-19T17:27:18Z", "revision_number": 0}}' 2023-07-19 17:27:18,574 79206 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.463s 2023-07-19 17:27:18,574 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_ group_rule": {"security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5b906861-4b17-44bc-911c-39c127d719f0', 'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bfab4513-3ff0-4690-9be7-303a3b71421a", "project_id": "a886d05c1366494dbe2f7a5835643d3c", "tenant_id": "a886d05c1366494dbe2f7a5835643d3c", "security_group_id": "c52d53e9-9362-4ab9-9037-86d72a6bdff0", "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-19T17:27:18Z", "updated_at": "2023-07-19T17:27:18Z", "revision_number": 0}}' 2023-07-19 17:27:18,574 79206 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-19 17:27:18,601 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.026s 2023-07-19 17:27:18,601 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0d1fd6e3-1946-4a04-9b50-ccee0ebf2346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:27:18,990 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes 0.388s 2023-07-19 17:27:18,990 79206 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-1408437854", "snapshot_id": null, "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0233b9fd-df3f-4ef9-bdd8-65327e7a1f3e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0233b9fd-df3f-4ef9-bdd8-65327e7a1f3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/vo lumes'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:18.897038", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:19,047 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.046s 2023-07-19 17:27:19,047 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa24a161-ef99-42ef-b8e6-9b853ab3a5a3', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa24a161-ef99-42ef-b8e6-9b853ab3a5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:20,114 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.053s 2023-07-19 17:27:20,114 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e1522f-b72c-4c92-8028-1bc56062a2ef', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e1522f-b72c-4c92-8028-1bc56062a2ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviand ss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:21,180 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.054s 2023-07-19 17:27:21,180 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad99393d-140e-42f6-9663-0a0bbb402cd0', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad99393d-140e-42f6-9663-0a0bbb402cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:22,243 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.050s 2023-07-19 17:27:22,243 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-233f8d3e-0044-41f6-b348-6708ff33ad3a', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-233f8d3e-0044-41f6-b348-6708ff33ad3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmar k", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:23,298 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.043s 2023-07-19 17:27:23,299 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a667a06-bba8-4046-b7e2-3c55de0aa710', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a667a06-bba8-4046-b7e2-3c55de0aa710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:23,309 79206 INFO [tempest.common.waiters] volume 2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d reached available after waiting for 4.309326 seconds 2023-07-19 17:27:23,357 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.047s 2023-07-19 17:27:23,357 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc4ce66-c381-4f87-b7d7-d2018f3fa282', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc4ce66-c381-4f87-b7d7-d2018f3fa282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000 000", "updated_at": "2023-07-19T17:27:22.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:23,471 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.091s 2023-07-19 17:27:23,471 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cdd3935d-9bac-4b77-adae-3d5f69defc0d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b71ccf2e228440c5b8e8524ded2493f9", "name": "tempest-TestVolumeBootPattern-153051111-project-member", "password_expires_at": null}, "audit_ids": ["b3Pm7b69Qhy-LJtpGrq6WA"], "expires_at": "2023-07-19T18:27:23.000000Z", "issued_at": "2023-07-19T17:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a886d05c1366494dbe2f7a5835643d3c", "name": "tempest-TestVolumeBootPattern-153051111"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "regi on_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a886d05c1366494dbe2f7a5835643d3c", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:23,472 79206 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': '2fc0a922-cca5-43d5-8972-99dcdcf11fae', 'name': 'tempest-TestVolumeBootPattern-817259085-network', 'tenant_id': 'a886d05c1366494dbe2f7a5835643d3c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a886d05c1366494dbe2f7a5835643d3c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54933, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:26:28Z', 'updated_at': '2023-07-19T17:26:28Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:23,502 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-19 17:27:23,503 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1027118132", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-1092258409"}], "block_device_mapping_v2": [{"uuid": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-1910918408", "networks": [{"uuid": "2fc0a922-cca5-43d5-8972-99dcdcf11fae"}]}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-2b346f90-cbc9-44f6-aa97-796d888bb66d', 'x-compute-request-id': 'req-2b346f90-cbc9-44f6-aa97-796d888bb66d', 'connection': 'close', 'status': '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-19 17:27:23,603 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.098s 2023-07-19 17:27:23,603 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 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-b6e2d824-9c7b-4f0e-b452-b566ff66aa42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'' 2023-07-19 17:27:23,651 79206 INFO [tempest.li b.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.048s 2023-07-19 17:27:23,652 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a90b58-14c2-432a-84f5-4b9cc046ae16', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a90b58-14c2-432a-84f5-4b9cc046ae16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:24,711 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.047s 2023-07-19 17:27:24,711 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb79ab5-cefb-46a6-a2c8-51d5ec86401d', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb79ab5-cefb-46a6-a2c8-51d5ec86401d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "bootable": "true", "encrypted": false, "replication_statu s": 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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:25,777 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.054s 2023-07-19 17:27:25,778 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf8c008-f685-4955-bbb0-7895ab5a65d6', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf8c008-f685-4955-bbb0-7895ab5a65d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"volume": {"id": "2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:19.000000", "updated_at": "2023-07-19T17:27:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1408437854", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d"}], "user_id": "b71ccf2e228440c5b8e8524ded2493f9", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "a886d05c1366494dbe2f7a5835643d3c"}}' 2023-07-19 17:27:26,810 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d 0.021s 2023-07-19 17:27:26,810 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:26 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-1ea759af-432c-4234-9518-3f7d84f43d36', 'x-openstack-request-id': 'req-1ea759af-432c-4234-9518-3f7d84f43d36', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a886d05c1366494dbe2f7a5835643d3c/volumes/2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f96a017-6cb4-4233-a1e8-1b79e6aaaa6d could not be found."}}' 2023-07-19 17:27:26,998 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c52d53e9-9362-4ab9-9037-86d72a6bdff0 0.187s 2023-07-19 17:27:26,998 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5b336603-b398-4282-b54f-9a6907027a58', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c52d53e9-9362-4ab9-9037-86d72a6bdff0'} Body: b'' 2023-07-19 17:27:27,030 79206 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1910918408 0.032s 2023-07-19 17:27:27,031 79206 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-f1fa781c-836f-41f6-a878-0d5925ec6d53', 'x-compute-request-id': 'req-f1fa781c-836f-41f6-a878-0d5925ec6d53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1910918408'} Body: b'' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 52, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:27:29,455 79214 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/95483f0f-14fa-4e05-9aec-c4c0359c74c2 0.031s 2023-07-19 17:27:29,455 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f24e176e-0ae4-4539-9fff-81c51c68d249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2'} 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": "79f7fe28d1d04d75aadc77fdd074b3b0", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "created_at": "2023-07-19T17:19:31Z", "updated_at": "2023-07-19T17:19:32Z", "tags": [], "self": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2", "file": "/v2/images/95483f0f-14fa-4e05-9aec-c4c0359c74c2/file", "schema": "/v2/schemas/image"}' 2023-07-19 17:27:29,788 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes 0.332s 2023-07-19 17:27:29,788 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-039328a6-35dc-4d8b-9eaf-655e3dba4b93', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-039328a6-35dc-4d8b-9eaf-655e3dba4b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:29.725307", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-19 17:27:29,843 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.043s 2023-07-19 17:27:29,844 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Co ntent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee588761-9a5b-4c37-9260-06cc4b2a9d97', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee588761-9a5b-4c37-9260-06cc4b2a9d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:30,928 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.066s 2023-07-19 17:27:30,929 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174b0dfe-5c4a-4b7b-8e92-b759900a7247', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174b0dfe-5c4a-4b7b-8e92-b759900a7247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:31,996 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.054s 2023-07-19 17:27:31,996 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-type': 'application/json', 'x-compute-request-id': 'req-4f30186b-df73-491a-a40b-2415496b56c7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f30186b-df73-491a-a40b-2415496b56c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:33,068 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.059s 2023-07-19 17:27:33,068 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c6dcde-d7f8-4455-80e9-c113018bbd35', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c6dcde-d7f8-4455-80e9-c113018bbd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:30.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:34,123 79214 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/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.041s 2023-07-19 17:27:34,124 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf100d87-f078-40e8-967a-964820f29be1', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API -Version', 'x-openstack-request-id': 'req-cf100d87-f078-40e8-967a-964820f29be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:34,134 79214 INFO [tempest.common.waiters] volume 1c0640c9-2b68-4872-93b1-c6177a48585e reached available after waiting for 5.134374 seconds 2023-07-19 17:27:34,135 79214 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:34,136 79214 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:34,206 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.067s 2023-07-19 17:27:34,206 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1599481526", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC0hP8nU8lHnRYGlOGi9phTG1AvtTha6f0ue9G/G+2o9mKn1SQ2A0OYbMpf44qz6Nr1wPiWExUvNQGEiynxPuCEYAbthuJH3DisYz1p4YHJpYeQz+cytQYOPMrEXCx7n4Q=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8ae7cd7-fa5d-4182-9c9c-d3c66d79e817', 'x-compute-request-id': 'req-f8ae7cd7-fa5d-4182-9c9c-d3c66d79e817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1599481526", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC0hP8nU8lHnRYGlOGi9phTG1AvtTha6f0ue9G/G+2o9mKn1SQ2A0OYbMpf44qz6Nr1wPiWExUvNQGEiynxPuCEYAbthuJH3DisYz1p4YHJpYeQz+cytQYOPMrEXCx7n4Q==", "fingerprint": "e8:71:f8:bc:9d:9a:79:73:6c:44:b0:d4:dd:60:a4:9a", "user_id": "9a4b183d8a57419bb78d2686a93895d3"}}' 2023-07-19 17:27:34,209 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1599481526 created 2023-07-19 17:27:34,361 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.151s 2023-07-19 17:27:34,361 79214 DEBUG [te mpest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1174480171", "description": "tempest-description--186930098"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-c07197a9-7cc9-45fe-9321-0bbdccc56e59', 'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "name": "tempest-securitygroup--1174480171", "stateful": true, "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "tempest-description--186930098", "shared": false, "security_group_rules": [{"id": "1e00c38a-ebdb-44b1-9ce1-958b0bce14ee", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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": 1190, "description": null, "tags": [], "created_at": "2023-07-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}, {"id": "a1c0233f-11d6-48e9-b778-e19d1c32eb0a", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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": 1191, "description": null, "tags": [], "created_at": "2023-07-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 1, "project_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:34,553 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2023-07-19 17:27:34,553 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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-15adab35-dc80-4844-83d9-74c5cd900bce', 'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f51d214-7cbf-4310-9df2-02997c2d0d20", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}}' 2023-07-19 17:27:34,806 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.253s 2023-07-19 17:27:34,807 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"secu rity_group_rule": {"security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-84ca822d-95ba-43d3-8574-454f7314acc6', 'date': 'Wed, 19 Jul 2023 17:27:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4555a0a-479c-4cdb-9fd2-422b890a1131", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a943f0e9-941d-4c65-ba7a-d35d48be9a0d", "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-19T17:27:34Z", "updated_at": "2023-07-19T17:27:34Z", "revision_number": 0}}' 2023-07-19 17:27:34,807 79214 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1174480171 created 2023-07-19 17:27:35,637 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.829s 2023-07-19 17:27:35,637 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5a63e099-aa7f-4aa5-ac6a-048226d8e728', 'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fd67cd9d-3700-4dff-914c-8f67dd0ee186", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "floating_ip_address": "172.24.4.54", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-19T17:27:35Z", "updated_at": "2023-07-19T17:27:35Z", "revision_number": 0}}' 2023-07-19 17:27:35,637 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fd67cd9d-3700-4dff-914c-8f67dd0ee186', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:35Z', 'updated_at': '2023-07-19T17:27:35Z', 'revision_number': 0, 'ip': '172.24.4.54'} created 2023-07-19 17:27:35,754 79214 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.109s 2023-07-19 17:27:35,754 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-07a16e7b-0960-4ced-8421-20edb543a056', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "nam e": "Default"}, "id": "9a4b183d8a57419bb78d2686a93895d3", "name": "tempest-VolumesSnapshotTestJSON-875496318-project-member", "password_expires_at": null}, "audit_ids": ["fwbesGj7Qo621YhVBmCU6Q"], "expires_at": "2023-07-19T18:27:35.000000Z", "issued_at": "2023-07-19T17:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd44d5c38084fb0b3900b53861ad911", "name": "tempest-VolumesSnapshotTestJSON-875496318"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:35,755 79214 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'abdb8b78-c727-41b8-86f1-731654ba5d6b', 'name': 'tempest-VolumesSnapshotTestJSON-575099555-network', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2585, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:27:16Z', 'updated_at': '2023-07-19T17:27:17Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:35,755 79214 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1599481526', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC0hP8nU8lHnRYGlOGi9phTG1AvtTha6f0ue9G/G+2o9mKn1SQ2A0OYbMpf44qz6Nr1wPiWExUvNQGEiynxPuCEYAbthuJH3DisYz1p4YHJpYeQz+cytQYOPMrEXCx7n4Q==', 'fingerprint': 'e8:71:f8:bc:9d:9a:79:73:6c:44:b0:d4:dd:60:a4:9a' , 'user_id': '9a4b183d8a57419bb78d2686a93895d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiFUt/kABfW1LnnuWRAEY6ZurcWDx3DTYbeEsJXqCHkP5Fm/BCrOxd\ncsUP9dCKZlWgBwYFK4EEACKhZANiAAQtIT/J1PJR50WBpThovaYUxtQL7U4Wun9L\nnvRvxvtqPZip9UkNgNDmGzKX+OKs+ja9cD4lhMVLzUBhIsp8T7ghGAG7YbiR9w4r\nGM9aeGByaWHkM/nMrUGDjzKxFwse5+E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a943f0e9-941d-4c65-ba7a-d35d48be9a0d', 'name': 'tempest-securitygroup--1174480171', 'stateful': True, 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': 'tempest-description--186930098', 'shared': False, 'security_group_rules': [{'id': '1e00c38a-ebdb-44b1-9ce1-958b0bce14ee', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a943f0e9-941d-4c65-ba7a-d35d48be9a0d', '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': 1190, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:34Z', 'updated_at': '2023-07-19T17:27:34Z', 'revision_number': 0}, {'id': 'a1c0233f-11d6-48e9-b778-e19d1c32eb0a', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a943f0e9-941d-4c65-ba7a-d35d48be9a0d', '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': 1191, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:34Z', 'updated_at': '2023-07-19T17:27:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:34Z', 'updated_at': '2023-07-19T17:27:34Z', 'revision_number': 1, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911'}, 'floating_ip': {'id': 'fd67cd9d-3700-4dff-914c-8f67dd0ee186', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.54', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:35Z', 'updated_at': '2023-07-19T17:27:35Z', 'revision_number': 0, 'ip': '172.24.4.54'}} 2023-07-19 17:27:35,783 79214 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.027s 2023-07-19 17:27:35,784 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-583873282", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "abdb8b78-c727-41b8-86f1-731654ba5d6b"}], "security_groups": [{"name": "tempest-securitygroup--1174480171"}], "key_name": "tempest-keypair-1599481526", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-227afebb-0995-4757-9aa1-99af1844ec85', 'x-compute-request-id': 'req-227afebb-0995-4757-9aa1-99af1844ec85', 'connection': 'close', 'status': '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-19 17:27:35,814 79214 INFO [tempest.lib.common.res t_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1599481526 0.027s 2023-07-19 17:27:35,815 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4d6ee78-6f5a-48ee-8510-15675b2b79d1', 'x-compute-request-id': 'req-c4d6ee78-6f5a-48ee-8510-15675b2b79d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1599481526'} Body: b'' 2023-07-19 17:27:36,032 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d 0.216s 2023-07-19 17:27:36,032 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d222d254-486c-47ff-a597-6f2bf065a722', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d'} Body: b'' 2023-07-19 17:27:36,056 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d 0.023s 2023-07-19 17:27:36,056 79214 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-e497eb66-968c-44c6-9819-fe4433df899d', 'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a943f0e9-941d-4c65-ba7a-d35d48be9a0d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a943f0e9-941d-4c65-ba7a-d35d48be9a0d does not exist", "detail": ""}}' 2023-07-19 17:27:36,507 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fd67cd9d-3700-4dff-914c-8f67dd0ee186 0.449s 2023-07-19 17:27:36,507 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ce0960b2-54bd-4d5e-9608-2cea352f9c80', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fd67cd9d-3700-4dff-914c-8f67dd0ee186'} Body: b'' 2023-07-19 17:27:36,549 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.041s 2023-07-19 17:27:36,550 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8dd3b4c-d8ef-4733-8c57-662fd2233dea', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8dd3b4c-d8ef-4733-8c57-662fd2233dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:36,615 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.050s 2023-07-19 17:27:36,616 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddb176e-4ce7-45d8-a173-2fb431fc12bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'' 2023-07-19 17:27:36,663 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.047s 2023-07-19 17:27:36,664 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f718170-6ec0-40ea-8768-e921cb1c4f67', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f718170-6ec0-40ea-8768-e921cb1c4f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df d44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:37,720 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.045s 2023-07-19 17:27:37,721 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599ce50a-dda9-45f5-bd0d-932df32b80bb', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599ce50a-dda9-45f5-bd0d-932df32b80bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:38,783 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.049s 2023-07-19 17:27:38,783 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c1e606-ad6c-48f8-a0eb-c0b0c2ba4cbe', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c1e606-ad6c-48f8-a0eb-c0b 0c2ba4cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:39,837 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.037s 2023-07-19 17:27:39,837 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8e6593-861b-4220-a03e-7d0b6c43b114', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8e6593-861b-4220-a03e-7d0b6c43b114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:40,965 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084 fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.116s 2023-07-19 17:27:40,966 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a0552f-1761-4a36-8c07-e041739142fa', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a0552f-1761-4a36-8c07-e041739142fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "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": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:42,028 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.051s 2023-07-19 17:27:42,053 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e8757e-c33c-436c-beed-2c23372f5a74', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e8757e-c33c-436c-beed-2c23372f5a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"volume": {"id": "1c0640c9-2b68-4872-93b1-c6177a48585e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-19T17:27:30.000000", "updated_at": "2023-07-19T17:27:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-683952977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e"}], "user_id": "9a4b183d8a57419bb78d2686a93895d3", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virti o", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "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": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:43,099 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e 0.033s 2023-07-19 17:27:43,100 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:43 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-3e994a75-4fd4-4fad-87e5-2d2d230de04e', 'x-openstack-request-id': 'req-3e994a75-4fd4-4fad-87e5-2d2d230de04e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/volumes/1c0640c9-2b68-4872-93b1-c6177a48585e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1c0640c9-2b68-4872-93b1-c6177a48585e could not be found."}}' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-19 17:27:50,968 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots 0.121s 2023-07-19 17:27:50,969 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476"}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-974ab620-7bc3-4a2f-aa96-26f95fdcae25', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-974ab620-7bc3-4a2f-aa96-26f95fdcae25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:50.919445", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-19 17:27:50,996 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.021s 2023-07-19 17:27:50,997 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c415b87c-3c19-417a-a336-59f594712c58', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c415b87c-3c19-417a-a336-59f594712c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:27:52,024 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.022s 2023-07-19 17:27:52,025 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ae42a1-2fba-4393-a259-fcc6df10cb32', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ae42a1-2fba-4393-a259-fcc6df10cb32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snaps hot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:27:53,053 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.023s 2023-07-19 17:27:53,054 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031c3520-4e06-46f0-a76a-10fd342c08a6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031c3520-4e06-46f0-a76a-10fd342c08a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-19 17:27:54,086 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.024s 2023-07-19 17:27:54,087 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4fc2bd8-aee9-4dc5-8aba-c360cccdbc89', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4fc2bd8-aee9-4dc5-8aba-c360cccdbc89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:54,090 79214 INFO [tempest.common.waiters] snapshot fc9948a9-ebd2-4a73-99f6-e09292bcce8b reached available after waiting for 3.090559 seconds 2023-07-19 17:27:54,090 79214 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-19 17:27:54,091 79214 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-19 17:27:54,146 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2023-07-19 17:27:54,147 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-845994593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPGpVu6Mcn/h+uVzNlQJ7BSixGIVmvdxOxYWl3NPVhy657DQIKfz6d3o3rzBod7e2M2iRaE8QU1OLnuEzgOqkiJVBByLBP/o30Q8uQ4ekJOvHNIDX6g5G+T1XzkZt2MKPQ=="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:54 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-0400e7a7-1ba5-4f8b-ac73-51be4356dc8b', 'x-compute-request-id': 'req-0400e7a7-1ba5-4f8b-ac73-51be4356dc8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-845994593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPGpVu6Mcn/h+uVzNlQJ7BSixGIVmvdxOxYWl3NPVhy657DQIKfz6d3o3rzBod7e2M2iRaE8QU1OLnuEzgOqkiJVBByLBP/o30Q8uQ4ekJOvHNIDX6g5G+T1XzkZt2MKPQ==", "fingerprint": "04:9e:5b:00:74:7b:2e:cc:73:8f:8a:37:01:ff:a4:e1", "user_id": "9a4b183d8a57419bb78d2686a93895d3"}}' 2023-07-19 17:27:54,149 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-845994593 created 2023-07-19 17:27:54,314 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.165s 2023-07-19 17:27:54,315 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1449515063", "description": "tempest-description--713407425"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-b7d5f8cd-06ce-4373-9198-02130096d066', 'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "name": "tempest-securitygroup--1449515063", "stateful": true, "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "tempest-description--713407425", "shared": false, "security_group_rules": [{"id": "728818f0-f597-4fb5-8b76-ec28f9615216", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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": 1212, "description": null, "tags": [], "created_at": "2023-07-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}, {"id": "cfaeeeb5-a496-4343-a125-cce233a24ca7", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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": 1213, "description": null, "tags": [], "created_at": "2023-07-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 1, "project_id": "dfd44d5c38084fb0b3900b53861ad911"}}' 2023-07-19 17:27:54,556 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.240s 2023-07-19 17:27:54,556 79214 DEBUG [tempest.lib.common.r est_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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-14a075b1-8287-4607-b6ef-8e385b6f515d', 'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a98e1c59-62d4-4bb1-ac0c-c6f3149157dd", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}}' 2023-07-19 17:27:54,729 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-07-19 17:27:54,730 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8a2c4e47-fdfd-4de4-91d1-253108c2fb3d', 'date': 'Wed, 19 Jul 2023 17:27:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "21377f7e-8241-49dc-9378-bcfae2e1860c", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "security_group_id": "a80fdecc-ecb8-44b6-a4bd-720e99a64631", "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-19T17:27:54Z", "updated_at": "2023-07-19T17:27:54Z", "revision_number": 0}}' 2023-07-19 17:27:54,730 79214 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1449515063 created 2023-07-19 17:27:55,885 79214 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.154s 2023-07-19 17:27:55,885 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e01d86c5-5615-462f-931a-bb103d48fbde', 'date': 'Wed, 19 Jul 2023 17:27:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4da74a25-08dd-44c5-b122-9d9cbc8fb219", "tenant_id": "dfd44d5c38084fb0b3900b53861ad911", "floating_ip_address": "172.24.4.146", "floating_network_id": "97b8cfc3-f8c8-4026-8904-8e87aa65738c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "dfd44d5c38084fb0b3900b53861ad911", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [ ], "created_at": "2023-07-19T17:27:55Z", "updated_at": "2023-07-19T17:27:55Z", "revision_number": 0}}' 2023-07-19 17:27:55,886 79214 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4da74a25-08dd-44c5-b122-9d9cbc8fb219', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:55Z', 'updated_at': '2023-07-19T17:27:55Z', 'revision_number': 0, 'ip': '172.24.4.146'} created 2023-07-19 17:27:55,978 79214 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.087s 2023-07-19 17:27:55,979 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7771cb7a-0aff-40eb-82b0-c8d2d1fe6298', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a4b183d8a57419bb78d2686a93895d3", "name": "tempest-VolumesSnapshotTestJSON-875496318-project-member", "password_expires_at": null}, "audit_ids": ["pEKBu8rnRn2CEo6E6HKdFA"], "expires_at": "2023-07-19T18:27:55.000000Z", "issued_at": "2023-07-19T17:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfd44d5c38084fb0b3900b53861ad911", "name": "tempest-VolumesSnapshotTestJSON-875496318"}, "is_domain": false, "roles": [{"id": "4694cdd392614be0aa0e5b8ab4dca662", "name": "member"}, {"id": "311c7ea2a5b64e8b959a56fc9b3e050b", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0328bc5cd72d4d8a92b70c62c2adb347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "104a9d006f634f619ed130116de62dbc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2971b4501424412e9dc29cef5fb0386e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "10bf1f00959a4164aee85e291f403cc2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d16647b89a4146279bbb17ac1fb7eeea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "124a3a201e7e42e59f73d5d426d89761", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "cd092530f5014dd6b10c1d48f41cc3d8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "3c67f7df3ee34240b720c5423318bb29", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "0d094da338054a34af375a60ab712019", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "3f1ed5c020aa4f2ea01cd005b36ceeea", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a88c977425d14b638d90295d3aed2056", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dfd44d5c38084fb0b3900b53861ad911", "region": "RegionOne"}], "id": "5a5e03918fac409b88ac9d438d8099a6", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "0079515e1e004aaabc3199f254dcd27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "65ea6eb6bfb5409e98e85a552d387a9f", "type": "image", "name": "glance"}, {"endpoints": [{"id": "7af263598f634de7963b20a992c6a9c1", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "b9537eb77e2b484caf860e11038fcd4a", "type": "identity", "name": "keystone"}]}}' 2023-07-19 17:27:55,979 79214 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'abdb8b78-c727-41b8-86f1-731654ba5d6b', 'name': 'tempest-VolumesSnapshotTestJSON-575099555-network', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2585, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-19T17:27:16Z', 'updated_at': '2023-07-19T17:27:17Z', 'revision_number': 1} available for tenant 2023-07-19 17:27:55,980 79214 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-845994593', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPGpVu6Mcn/h+uVzNlQJ7BSixGIVmvdxOxYWl3NPVhy657DQIKfz6d3o3rzBod7e2M2iRaE8QU1OLnuEzgOqkiJVBByLBP/o30Q8uQ4ekJOvHNIDX6g5G+T1XzkZt2MKPQ==', 'fingerprint': '04:9e:5b:00:74:7b:2e:cc:73:8f:8a:37:01:ff:a4:e1', 'user_id': '9a4b183d8a57419bb78d2686a93895d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDXJEFMkX/bmw19y+7GV1BSH3+acI0mfHe4bYNcqfadCvfXkjFrYVB\nOJp8mk7QChigBwYFK4EEACKhZANiAATxqVbujHJ/4frlczZUCewUosRiFZr3cTsW\nFpdzT1Ycuuew0CCn8+nd6N68waHe3tjNokWhPEFNTi57hM4DqpIiVQQciwT/6N9E\nPLkOHpCTrxzSA1+oORvk9V85GbdjCj0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a80fdecc-ecb8-44b6-a4bd-720e99a64631', 'name': 'tempest-securitygroup--1449515063', 'stateful': True, 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': 'tempest-description--713407425', 'shared': False, 'security_group_rules': [{'id': '728818f0-f597-4fb5-8b76-ec28f9615216', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a80fdecc-ecb8-44b6-a4bd-720e99a64631', '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': 1212, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:54Z', 'updated_at': '2023-07-19T17:27:54Z', 'revision_number': 0}, {'id': 'cfaeeeb5-a496-4343-a125-cce233a24ca7', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'security_group_id': 'a80fdecc-ecb8-44b6-a4bd-720e99a64631', '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': 1213, 'description': None, 'tags': [], 'created_at': '2023-07-19T17:27:54Z', 'updated_at': '2023-07-19T17:27:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-19T17:27:54Z', 'updated_at': '2023-07-19T17:27:54Z', 'revision_number': 1, 'project_id': 'dfd44d5c38084fb0b3900b53861ad911'}, 'floating_ip': {'id': '4da74a25-08dd-44c5-b122-9d9cbc8fb219', 'tenant_id': 'dfd44d5c38084fb0b3900b53861ad911', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '97b8cfc3-f8c8-4026-8904-8e87aa65738c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'dfd44d5c38084fb0b3900b53861ad911', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-19T17:27:55Z', 'updated_at': '2023-07-19T17:27:55Z ', 'revision_number': 0, 'ip': '172.24.4.146'}} 2023-07-19 17:27:56,037 79214 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.057s 2023-07-19 17:27:56,038 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1723886776", "imageRef": "95483f0f-14fa-4e05-9aec-c4c0359c74c2", "flavorRef": "42", "networks": [{"uuid": "abdb8b78-c727-41b8-86f1-731654ba5d6b"}], "security_groups": [{"name": "tempest-securitygroup--1449515063"}], "key_name": "tempest-keypair-845994593", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-4cae5ce6-4340-44d2-b47c-29db9afa38e6', 'x-compute-request-id': 'req-4cae5ce6-4340-44d2-b47c-29db9afa38e6', 'connection': 'close', 'status': '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-19 17:27:56,065 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-845994593 0.026s 2023-07-19 17:27:56,065 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27: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-dd812588-54e6-435b-b3b1-88d63f4dd20b', 'x-compute-request-id': 'req-dd812588-54e6-435b-b3b1-88d63f4dd20b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-845994593'} Body: b'' 2023-07-19 17:27:56,189 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc-ecb8-44b6-a4bd-720e99a64631 0.123s 2023-07-19 17:27:56,189 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d8a81afc-3eb1-4386-8dd5-76dceef7b51f', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc-ecb8-44b6-a4bd-720e99a64631'} Body: b'' 2023-07-19 17:27:56,207 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc-ecb8-44b6-a4bd-720e99a64631 0.017s 2023-07-19 17:27:56,207 79214 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-3e3dd507-68a5-44bf-a337-d260128fe81a', 'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a80fdecc -ecb8-44b6-a4bd-720e99a64631'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a80fdecc-ecb8-44b6-a4bd-720e99a64631 does not exist", "detail": ""}}' 2023-07-19 17:27:56,642 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4da74a25-08dd-44c5-b122-9d9cbc8fb219 0.434s 2023-07-19 17:27:56,642 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-379a9a27-7192-483a-bccb-add4976858d7', 'content-length': '0', 'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4da74a25-08dd-44c5-b122-9d9cbc8fb219'} Body: b'' 2023-07-19 17:27:56,695 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.052s 2023-07-19 17:27:56,695 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:56 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-2aff52ee-8b2b-430d-8c61-181d35ffc9c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'' 2023-07-19 17:27:56,718 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.022s 2023-07-19 17:27:56,718 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493beec5-90a1-470d-b6d9-956e257cee8d', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493beec5-90a1-470d-b6d9-956e257cee8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:57,747 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.024s 2023-07-19 17:27:57,747 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f919fbc4-b95d-45c1-816b-e40cda2cde9e', 'content-length': '468', 'openstack-api-version': ' volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f919fbc4-b95d-45c1-816b-e40cda2cde9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:58,784 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.032s 2023-07-19 17:27:58,784 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2e3729-d088-4a49-b608-21055d650448', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2e3729-d088-4a49-b608-21055d650448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"snapshot": {"id": "fc9948a9-ebd2-4a73-99f6-e09292bcce8b", "created_at": "2023-07-19T17:27:51.000000", "updated_at": "2023-07-19T17:27:57.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1815118476", "description": null, "volume_id": "f1869aa1-377f-4686-b34d-da71137a3fbc", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "dfd44d5c38084fb0b3900b53861ad911", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-19 17:27:59,816 79214 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b 0.026s 2023-07-19 17:27:59,816 79214 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 19 Jul 2023 17:27:59 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-e86d5de2-4856-4d71-9280-c670d5cdbbbd', 'x-openstack-request-id': 'req-e86d5de2-4856-4d71-9280-c670d5cdbbbd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dfd44d5c38084fb0b3900b53861ad911/snapshots/fc9948a9-ebd2-4a73-99f6-e09292bcce8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot fc9948a9-ebd2-4a73-99f6-e09292bcce8b could not be found."}}' ====== Totals ====== Ran: 290 tests in 392.6230 sec. - Passed: 216 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 41 Sum of execute time for each test: 1223.0607 sec. ============== Worker Balance ============== - Worker 0 (23 tests) => 0:02:21.231145 - Worker 1 (34 tests) => 0:05:32.395230 - Worker 2 (17 tests) => 0:03:42.636012 - Worker 3 (42 tests) => 0:02:46.531822 - Worker 4 (26 tests) => 0:02:02.484652 - Worker 5 (29 tests) => 0:05:46.024538 - Worker 6 (34 tests) => 0:02:49.936290 - Worker 7 (18 tests) => 0:02:30.786655 - Worker 8 (17 tests) => 0:03:22.382489 - Worker 9 (20 tests) => 0:04:02.381125 - Worker 10 (18 tests) => 0:05:01.889798 - Worker 11 (12 tests) => 0:03:39.049673 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed