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@98d402f3c3b4db4c117c6a772c95d14b9a1c58da#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='2627114509' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {8} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {11} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {11} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {6} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.107550s] ... ok {6} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.041426s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.824876s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.203195s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.173783s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.172737s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.027994s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.032884s] ... ok {6} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.196411s] ... ok {6} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {6} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.034821s] ... ok {6} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.031647s] ... ok {6} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.036285s] ... ok {7} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [20.247069s] ... ok {1} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [4.903688s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 244, in test_stable_device_rescue_disk_virtio_with_volume_attached server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:21,281 79482 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:21,522 79482 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.238s 2023-07-21 07:32:21,523 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1446648624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2GfyvSOd9ZR47SCiQt6Ksl9ZoPdWUZWv8gdv3ukbrI/VCdEI2o+Ueov0V56Rncq5FxaslZ67GSIBy+vX0vdtj8BNGTlqmRIk+ZpSqQtx016/z1dEPf+1HDcqjXK9ejiQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:21 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-178afbc4-2c04-4c54-b327-6b3441706ef1', 'x-compute-request-id': 'req-178afbc4-2c04-4c54-b327-6b3441706ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1446648624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2GfyvSOd9ZR47SCiQt6Ksl9ZoPdWUZWv8gdv3ukbrI/VCdEI2o+Ueov0V56Rncq5FxaslZ67GSIBy+vX0vdtj8BNGTlqmRIk+ZpSqQtx016/z1dEPf+1HDcqjXK9ejiQ==", "fingerprint": "de:a1:9d:0b:7a:5d:d9:3c:48:1e:41:de:5c:a1:2a:e5", "user_id": "1112cea6b22a402987e65b288ea9c16f"}}' 2023-07-21 07:32:21,529 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1446648624 created 2023-07-21 07:32:22,079 79482 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.550s 2023-07-21 07:32:22,079 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--506281523", "description": "tempest-description--594343314"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-7c764cc3-e4a9-4f7d-898c-52ef33bb3bbd', 'date': 'Fri, 21 Jul 2023 07:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "name": "tempest-securitygroup--506281523", "stateful": true, "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "description": "tempest-description--594343314", "shared": false, "security_group_rules": [{"id": "2bad6e47-66f1-446a-abd9-dec6bf770a6e", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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": 186, "description": null, "tags": [], "created_at": "2023-07-21T07:32:21Z", "updated_at": "2023-07-21T07:32:21Z", "revision_number": 0}, {"id": "e534e281-e282-4f60-967d-23828e392c22", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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": 187, "description": null, "tags": [], "created_at": "2023-07-21T07:32:21Z", "updated_at": "2023-07-21T07:32:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:21Z", "updated_at": "2023-07-21T07:32:21Z", "revision_number": 1, "project_id": "51a2da340ee94dcfa4ea99c96521dfce"}}' 2023-07-21 07:32:22,403 79482 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.323s 2023-07-21 07:32:22,404 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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-7c8ae009-3f26-4db6-9b3a-c58e854d77ef', 'date': 'Fri, 21 Jul 2023 07:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f174deb-e0f0-4bc4-bb3e-2807475dd7eb", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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-21T07:32:22Z", "updated_at": "2023-07-21T07:32:22Z", "revision_number": 0}}' 2023-07-21 07:32:22,971 79482 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.566s 2023-07-21 07:32:22,971 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f1f39e6f-db47-40ec-a414-15696f6953b0', 'date': 'Fri, 21 Jul 2023 07:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5cd5ad6c-b87a-4aa5-bb18-02f5d4820ffb", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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-21T07:32:22Z", "updated_at": "2023-07-21T07:32:22Z", "revision_number": 0}}' 2023-07-21 07:32:22,972 79482 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--506281523 created 2023-07-21 07:32:26,069 79482 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.096s 2023-07-21 07:32:26,069 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a 2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-902267dd-6bab-44e7-b126-1498a71d8923', 'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9206a0d2-d9c9-4563-8d4a-4b033bca41b4", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "floating_ip_address": "172.24.4.190", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:24Z", "updated_at": "2023-07-21T07:32:24Z", "revision_number": 0}}' 2023-07-21 07:32:26,070 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9206a0d2-d9c9-4563-8d4a-4b033bca41b4', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:24Z', 'updated_at': '2023-07-21T07:32:24Z', 'revision_number': 0, 'ip': '172.24.4.190'} created 2023-07-21 07:32:26,158 79482 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.083s 2023-07-21 07:32:26,158 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:26 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-41d6b1cb-f3b6-4aba-a25b-8446d4b57e2c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1112cea6b22a402987e65b288ea9c16f", "name": "tempest-ServerStableDeviceRescueTest-1437642008-project-member", "password_expires_at": null}, "audit_ids": ["kw53oydaSAyDOGqQVmi5Qg"], "expires_at": "2023-07-21T08:32:26.000000Z", "issued_at": "2023-07-21T07:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51a2da340ee94dcfa4ea99c96521dfce", "name": "tempest-ServerStableDeviceRescueTest-1437642008"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331 a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/51a2da340ee94dcfa4ea99c96521dfce", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/51a2da340ee94dcfa4ea99c96521dfce", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/51a2da340ee94dcfa4ea99c96521dfce", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:26,159 79482 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'c4ee8387-8a90-4542-b35f-3bcdd9e74698', 'name': 'tempest-ServerStableDeviceRescueTest-755081943-network', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37737, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:00Z', 'updated_at': '2023-07-21T07:32:00Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:26,160 79482 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1446648624', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2GfyvSOd9ZR47SCiQt6Ksl9ZoPdWUZWv8gdv3ukbrI/VCdEI2o+Ueov0V56Rncq5FxaslZ67GSIBy+vX0vdtj8BNGTlqmRIk+ZpSqQtx016/z1dEPf+1HDcqjXK9ejiQ==', 'fingerprint': 'de:a1:9d:0b:7a:5d:d9:3c:48:1e:41:de:5c:a1:2a:e5', 'user_id': '1112cea6b22a402987e65b288ea9c16f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAUcxhlw3RRCK5v45Bzv0iNkJVkiw7HIyB793Ll5uQPWQS9FPsfE0Pc\nqPmWr1nc1qugBwYFK4EEACKhZANiAAQNhn8r0jnfWUeO0gokLeirJfWaD3VlGVr/\nIHb97pG6yP1QnRCNqPlHqL9FeekZ3KuRcWrJWeuxkiAcvr19L3bY/ATRk5apkSJP\nmaUqkLcdNev89XRD3/tRw3Ko1yvXo4k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1fba5061-efd5-4d9a-b5c7-6fdec1120c78', 'name': 'tempest-securitygroup--506281523', 'stateful': True, 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'description': 'tempest-description--594343314', 'shared': False, 'security_group_rules': [{'id': '2bad6e47-66f1-446a-abd9-dec6bf770a6e', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'security_group_id': '1fba5061-efd5-4d9a-b5c7-6fdec1120c78', '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': 186, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:21Z', 'updated_at': '2023-07-21T07:32:21Z', 'revision_number': 0}, {'id': 'e534e281-e282-4f60-967d-23828e392c22', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'security_group_id': '1fba5061-efd5-4d9a-b5c7-6fdec1120c78', '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': Non e, 'standard_attr_id': 187, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:21Z', 'updated_at': '2023-07-21T07:32:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:21Z', 'updated_at': '2023-07-21T07:32:21Z', 'revision_number': 1, 'project_id': '51a2da340ee94dcfa4ea99c96521dfce'}, 'floating_ip': {'id': '9206a0d2-d9c9-4563-8d4a-4b033bca41b4', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:24Z', 'updated_at': '2023-07-21T07:32:24Z', 'revision_number': 0, 'ip': '172.24.4.190'}} 2023-07-21 07:32:26,181 79482 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.020s 2023-07-21 07:32:26,182 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1372579363", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "c4ee8387-8a90-4542-b35f-3bcdd9e74698"}], "security_groups": [{"name": "tempest-securitygroup--506281523"}], "key_name": "tempest-keypair-1446648624", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-9d997486-1d64-4b89-9bf0-1bd5c296669c', 'x-compute-request-id': 'req-9d997486-1d64-4b89-9bf0-1bd5c296669c', 'connection': 'close', 'status': '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_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [9.021041s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:17,920 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:17,920 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:18,194 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.272s 2023-07-21 07:32:18,195 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-489154422", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBf/s8Md9WxvPiRBw6x9D6W1DYJPuD15yF8GvZJ9gY/ibqtiVcKtEeVz2YTEL5Kp7b1JJZs8pfdLOgYIgZtKKYSBe/vtVl3JLq4txy3hVeQUBAWQKFppVB1oSJQ8WHH3YA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:17 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-ebac8723-9e00-4690-8614-7b290d4492b0', 'x-compute-request-id': 'req-ebac8723-9e00-4690-8614-7b290d4492b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-489154422", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBf/s8Md9WxvPiRBw6x9D6W1DYJPuD15yF8GvZJ9gY/ibqtiVcKtEeVz2YTEL5Kp7b1JJZs8pfdLOgYIgZtKKYSBe/vtVl3JLq4txy3hVeQUBAWQKFppVB1oSJQ8WHH3YA==", "fingerprint": "57:51:4d:92:59:61:d8:03:8e:84:c6:1b:72:37:d4:e4", "user_id": "9004b37e92bc4635b55f82cbcae0d4a4"}}' 2023-07-21 07:32:18,200 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-489154422 created 2023-07-21 07:32:18,832 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.631s 2023-07-21 07:32:18,832 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--410254412", "description": "tempest-description--1459813819"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e1b6bf7f-f8a8-4a8f-85ca-3876a06dc193', 'date': 'Fri, 21 Jul 2023 07:32:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "name": "tempest-securitygroup--410254412", "stateful": true, "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "tempest-description--1459813819", "shared": false, "security_group_rules": [{"id": "2e74496b-dd22-49ab-aae3-23ee603252ab", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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": 167, "description": null, "tags": [], "created_at": "2023-07-21T07:32:18Z", "updated_at": "2023-07-21T07:32:18Z", "revision_number": 0}, {"id": "61ac6234-8f09-446c-8a4f-d69af3b38062", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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": 166, "description": null, "tags": [], "created_at": "2023-07-21T07:32:18Z", "updated_at": "2023-07-21T07:32:18Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:18Z", "updated_at": "2023-07-21T07:32:18Z", "revision_number": 1, "project_id": "363aff6cf8264abba58a8a05d4df1f54"}}' 2023-07-21 07:32:20,086 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.254s 2023-07-21 07:32:20,087 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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-89764d94-0613-44e3-a2b3-9c04dce3dfe2', 'date': 'Fri, 21 Jul 2023 07:32:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ade7237-2687-4599-9b3f-46a6043c5dfd", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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-21T07:32:19Z", "updated_at": "2023-07-21T07:32:19Z", "revision_number": 0}}' 2023-07-21 07:32:21,129 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.041s 2023-07-21 07:32:21,129 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f593e143-c225-4cf9-8c6b-8a35c1adf101', 'date': 'Fri, 21 Jul 2023 07:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "390354cd-dc57-4d37-864b-4fa338d57bf1", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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-21T07:32:20Z", "updated_at": "2023-07-21T07:32:20Z", "revision_number": 0}}' 2023-07-21 07:32:21,129 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--410254412 created 2023-07-21 07:32:24,391 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.261s 2023-07-21 07:32:24,391 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-adf41aa2-7e74-4034-a51c-b14bb8f58e05', 'date': 'Fri, 21 Jul 2023 07:32:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fad1d3b1-2336-4151-b35a-d22e68d1e638", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "floating_ip_address": "172.24.4.64", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:23Z", "updated_at": "2023-07-21T07:32:23Z", "revision_number": 0}}' 2023-07-21 07:32:24,391 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fad1d3b1-2336-4151-b35a-d22e68d1e638', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:23Z', 'updated_at': '2023-07-21T07:32:23Z', 'revision_number': 0, 'ip': '172.24.4.64'} created 2023-07-21 07:32:24,493 79486 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.097s 2023-07-21 07:32:24,493 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:24 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-5e09a462-90cc-4170-875d-54a5e09c8961', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9004b37e92bc4635b55f82cbcae0d4a4", "name": "tempest-AttachVolumeNegativeTest-1228003848-project-member", "password_expires_at": null}, "audit_ids": ["-VlTPrnES1uOMbPUQng3ag"], "expires_at": "2023-07-21T08:32:24.000000Z", "issued_at": "2023-07-21T07:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "363aff6cf8264abba58a8a05d4df1f54", "name": "tempest-AttachVolumeNegativeTest-1228003848"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/363aff6cf8264abba58a8a05d4df1f54 ", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:24,494 79486 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '9992b26c-4b19-4436-84b7-60464c62b9f2', 'name': 'tempest-AttachVolumeNegativeTest-78275426-network', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:24,494 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-489154422', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBf/s8Md9WxvPiRBw6x9D6W1DYJPuD15yF8GvZJ9gY/ibqtiVcKtEeVz2YTEL5Kp7b1JJZs8pfdLOgYIgZtKKYSBe/vtVl3JLq4txy3hVeQUBAWQKFppVB1oSJQ8WHH3YA==', 'fingerprint': '57:51:4d:92:59:61:d8:03:8e:84:c6:1b:72:37:d4:e4', 'user_id': '9004b37e92bc4635b55f82cbcae0d4a4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+xqnXE3os0bL4etiD5iiAuOaIjUbgjVZra9Gy/m93NjLsuK+VcCAL\nu2yKqKB+gtWgBwYFK4EEACKhZANiAAQX/7PDHfVsbz4kQcOsfQ+ltQ2CT7g9echf\nBr2SfYGP4m6rYlXCrRHlc9mExC+Sqe29SSWbPKX3SzoGCIGbSimEgXv77VZdyS6u\nLcct4VXkFAQFkChaaVQdaEiUPFhx92A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b1982f7c-358e-4d99-9e5a-bff9deb0e2ac', 'name': 'tempest-securitygroup--410254412', 'stateful': True, 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': 'tempest-description--1459813819', 'shared': False, 'security_group_rules': [{'id': '2e74496b-dd22-49ab-aae3-23ee603252ab', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': 'b1982f7c-358e-4d99-9e5a-bff9deb0e2ac', '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': 167, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:18Z', 'updated_at': '2023-07-21T07:32:18Z', 'revision_number': 0}, {'id': '61ac6234-8f09-446c-8a4f-d69af3b38062', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': 'b1982f7c-358e-4d99-9e5a-bff9deb0e2ac', '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': 166, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:18Z', 'updated_at': '2023-07-21T07:32:18Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:18Z', 'updated_at': '2023-07-21T07:32:18Z', 'revision_number': 1, 'project_id': '363aff6cf8264abba58a8a05d4df1f54'}, 'floating_ip': {'id': 'fad1d3b1-2336-4151-b35a-d22e68d1e638', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:23Z', 'updated_at': '2023-07-21T07:32:23Z', 'revision_number': 0, 'ip': '172.24.4.64'}} 2023-07-21 07:32:24,529 79486 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.034s 2023-07-21 07:32:24,529 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-637544576", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9992b26c-4b19-4436-84b7-60464c62b9f2"}], "security_groups": [{"name": "tempest-securitygroup--410254412"}], "key_name": "tempest-keypair-489154422", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-7edbd604-9185-45b1-bd70-1e840d82436e', 'x-compute-request-id': 'req-7edbd604-9185-45b1-bd70-1e840d82436e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:24,568 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-489154422 0.036s 2023-07-21 07:32:24,568 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bb379ef-f790-403c-a1ab-07e6c9ee9d91', 'x-compute-request-id': 'req-9bb379ef-f790-403c-a1ab-07e6c9ee9d91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-489154422'} Body: b'' 2023-07-21 07:32:25,721 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac 1.152s 2023-07-21 07:32:25,722 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e09ef419-a0b3-4bd7-b1e1-e1b59b40e268', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac'} Body: b'' 2023-07-21 07:32:25,753 79486 INFO [tempest.lib. common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac 0.031s 2023-07-21 07:32:25,753 79486 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-71c9c78a-63f7-4e94-91b4-478b136b23b2', 'date': 'Fri, 21 Jul 2023 07:32:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b1982f7c-358e-4d99-9e5a-bff9deb0e2ac does not exist", "detail": ""}}' 2023-07-21 07:32:26,939 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fad1d3b1-2336-4151-b35a-d22e68d1e638 1.185s 2023-07-21 07:32:26,939 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-00410f85-f390-404c-a3a8-7e1d4a288158', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fad1d3b1-2336-4151-b35a-d22e68d1e638'} Body: b'' {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [25.518438s] ... ok {6} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [8.309788s] ... ok {6} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.025485s] ... ok {4} setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [8.248841s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:26,943 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:26,943 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:27,100 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.154s 2023-07-21 07:32:27,101 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1390488925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVhBbTg/gV5o6X8g7BxYt3DiLQQrvqxhFYhc0gdLROoiIMv+/OkIsun2Kc0Tvs+CGPFWi29VKp+hz07673VWVoRz0d+VNH878mGVCQp1jh5NdhQz/irNbQK3WXyi8O8vw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7bd00d3-d428-4597-844c-e77f19c34e90', 'x-compute-request-id': 'req-e7bd00d3-d428-4597-844c-e77f19c34e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1390488925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVhBbTg/gV5o6X8g7BxYt3DiLQQrvqxhFYhc0gdLROoiIMv+/OkIsun2Kc0Tvs+CGPFWi29VKp+hz07673VWVoRz0d+VNH878mGVCQp1jh5NdhQz/irNbQK3WXyi8O8vw==", "fingerprint": "68:5c:8b:6a:f9:80:0e:7e:ac:ae:50:f4:4a:01:08:43", "user_id": "9004b37e92bc4635b55f82cbcae0d4a4"}}' 2023-07-21 07:32:27,103 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1390488925 created 2023-07-21 07:32:27,854 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.750s 2023-07-21 07:32:27,854 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1158962198", "description": "tempest-description--1149483849"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-ea60e7d1-912d-4816-a53f-b01e6de9af22', 'date': 'Fri, 21 Jul 2023 07:32:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "name": "tempest-securitygroup--1158962198", "stateful": true, "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "tempest-description--1149483849", "shared": false, "security_group_rules": [{"id": "31a0d2c7-4b28-4c7a-964a-1abd5ee11cf2", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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": 228, "description": null, "tags": [], "created_at": "2023-07-21T07:32:27Z", "updated_at": "2023-07-21T07:32:27Z", "revision_number": 0}, {"id": "4abc533c-7227-4fe8-89f9-7a7dc9b06e5b", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 226, "description": null, "tags": [], "created_at": "2023-07-21T07:32:27Z", "updated_at": "2023-07-21T07:32:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:27Z", "updated_at": "2023-07-21T07:32:27Z", "revision_number": 1, "project_id": "363aff6cf8264abba58a8a05d4df1f54"}}' 2023-07-21 07:32:28,749 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.894s 2023-07-21 07:32:28,749 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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-4da2b449-90ec-4677-9fa0-e171b23d98dc', 'date': 'Fri, 21 Jul 2023 07:32: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": "aab17fc9-4260-4d4a-a505-2fe860c489c3", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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-21T07:32:28Z", "updated_at": "2023-07-21T07:32:28Z", "revision_number": 0}}' 2023-07-21 07:32:29,536 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.786s 2023-07-21 07:32:29,536 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7ea2b58d-f4c4-4a60-86e1-8c8f29169444', 'date': 'Fri, 21 Jul 2023 07:32: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": "9c78be50-1202-4df6-9f5d-58fdea6d82fc", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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-21T07:32:29Z", "updated_at": "2023-07-21T07:32:29Z", "revision_number": 0}}' 2023-07-21 07:32:29,537 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1158962198 created 2023-07-21 07:32:33,394 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.857s 2023-07-21 07:32:33,394 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-89941b2c-e18e-4bdb-9a5f-2264bb4dae67', 'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "921acfcc-1ee8-45b7-b196-d588e674cce2", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "floating_ip_address": "172.24.4.6", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:31Z", "updated_at": "2023-07-21T07:32:31Z", "revision_number": 0}}' 2023-07-21 07:32:33,394 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '921acfcc-1ee8-45b7-b196-d588e674cce2', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.6', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:31Z', 'updated_at': '2023-07-21T07:32:31Z', 'revision_number': 0, 'ip': '172.24.4.6'} created 2023-07-21 07:32:33,495 79486 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.094s 2023-07-21 07:32:33,496 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d6d3fed1-ef41-4d2a-8f74-8426bf14e43c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9004b37e92bc4635b55f82cbcae0d4a4", "name": "tempest-AttachVolumeNegativeTest-1228003848-project-member", "password_expires_at": null}, "audit_ids": ["PERjs1sESDShMbtWOzuvKg"], "expires_at": "2023-07-21T08:32:33.000000Z", "issued_at": "2023-07-21T07:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "363aff6cf8264abba58a8a05d4df1f54", "name": "tempest-AttachVolumeNegativeTest-1228003848"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:33,496 79486 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '9992b26c-4b19-4436-84b7-60464c62b9f2', 'name': 'tempest-AttachVolumeNegativeTest-78275426-network', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:33,497 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1390488925', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVhBbTg/gV5o6X8g7BxYt3DiLQQrvqxhFYhc0gdLROoiIMv+/OkIsun2Kc0Tvs+CGPFWi29VKp+hz07673VWVoRz0d+VNH878mGVCQp1jh5NdhQz/irNbQK3WXyi8O8vw==', 'fingerprint': '68:5c:8b:6a:f9:80:0e:7e:ac:ae:50:f4:4a:01:08:43', 'user_id': '9004b37e92bc4635b55f82cbcae0d4a4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDdxnJs8oAIOX4hCC7XQOyMvkQXPn+i0FDgo6qgwobiiNUZt9ruGEKr\naofOxYBv4oWgBwYFK4EEACKhZANiAARFYQW04P4FeaOl/IOwcWLdw4i0EK76sYRW\nIXNIHS0TqIiDL/vzpCLLp9inNE77PghjxVotvVSqfoc9O+u91VlaEc9HflTR/O/J\nhlQkKdY4eTXYUM/4qzW0Ct1l8ovDvL8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '938a93b6-4b4a-41b8-ac4b-b437e0871342', 'name': 'tempest-securitygroup--1158962198', 'stateful': True, 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': 'tempest-description--1149483849', 'shared': False, 'security_group_rules': [{'id': '31a0d2c7-4b28-4c7a-964a-1abd5ee11cf2', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '938a93b6-4b4a-41b8-ac4b-b437e0871342', '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': 228, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:27Z', 'updated_at': '2023-07-21T07:32:27Z', 'revision_number': 0}, {'id': '4abc533c-7227-4fe8-89f9-7a7dc9b06e5b', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '938a93b6-4b4a-41b8-ac4b-b437e0871342', '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': 226, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:27Z', 'updated_at': '2023-07-21T07:32:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:27Z', 'updated_at': '2023-07-21T07:32:27Z', 'revision_number': 1, 'project_id': '363aff6cf8264abba58a8a05d4df1f54'}, 'floating_ip': {'id': '921acfcc-1ee8-45b7-b196-d588e674cce2', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.6', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:31Z', 'updated_at': '2023-07-21T07:32:31Z', 'revision_number': 0, 'ip': '172.24.4.6'}} 2023-07-21 07:32:33,556 79486 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.058s 2023-07-21 07:32:33,556 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1182603191", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9992b26c-4b19-4436-84b7-60464c62b9f2"}], "security_groups": [{"name": "tempest-securitygroup--1158962198"}], "key_name": "tempest-keypair-1390488925", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-8b7e1d91-032d-41ea-8bc0-e9d5388d0a72', 'x-compute-request-id': 'req-8b7e1d91-032d-41ea-8bc0-e9d5388d0a72', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:33,622 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1390488925 0.064s 2023-07-21 07:32:33,622 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45d93c03-1c1e-481a-af46-dc58cfab6c0f', 'x-compute-request-id': 'req-45d93c03-1c1e-481a-af46-dc58cfab6c0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1390488925'} Body: b'' 2023-07-21 07:32:34,070 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342 0.447s 2023-07-21 07:32:34,070 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c5844af-ecdf-4f1f-91f2-d5635003662a', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342'} Body: b'' 2023-07-21 07:32:34,267 79486 INFO [tempest.lib.common. rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342 0.197s 2023-07-21 07:32:34,268 79486 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-07b79c40-6209-4b07-ae7b-aa4f975e0bb2', 'date': 'Fri, 21 Jul 2023 07:32:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 938a93b6-4b4a-41b8-ac4b-b437e0871342 does not exist", "detail": ""}}' 2023-07-21 07:32:35,191 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/921acfcc-1ee8-45b7-b196-d588e674cce2 0.922s 2023-07-21 07:32:35,191 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f022960a-6934-45fa-9bb4-e18aa41674bc', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/921acfcc-1ee8-45b7-b196-d588e674cce2'} Body: b'' {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.103192s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.117115s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.229880s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.120768s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.225555s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.118637s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.017922s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.188493s] ... ok {8} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [8.166205s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:35,194 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:35,194 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:35,243 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2023-07-21 07:32:35,244 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-434415264", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCsAjuRATiezjxJ5tlJcO2Og7bn8TU687I0Giy8G9w5RcZ+CgplQdM8GOJdxet/3klYK+/ynScIe562wiQeRczaBsm0lkhJVonpafQIUm4MVSZnESuudpDeilDe0f4kZsw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66e6ecb4-8c7b-4d74-96cd-cb5ca3b8198a', 'x-compute-request-id': 'req-66e6ecb4-8c7b-4d74-96cd-cb5ca3b8198a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-434415264", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCsAjuRATiezjxJ5tlJcO2Og7bn8TU687I0Giy8G9w5RcZ+CgplQdM8GOJdxet/3klYK+/ynScIe562wiQeRczaBsm0lkhJVonpafQIUm4MVSZnESuudpDeilDe0f4kZsw==", "fingerprint": "61:1d:74:a2:e4:eb:7d:ff:2c:66:ec:fe:42:06:d6:08", "user_id": "9004b37e92bc4635b55f82cbcae0d4a4"}}' 2023-07-21 07:32:35,246 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-434415264 created 2023-07-21 07:32:36,232 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.985s 2023-07-21 07:32:36,232 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--792519685", "description": "tempest-description--1551974426"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-a6a115c6-9625-4dfa-a4ec-e548c4659aab', 'date': 'Fri, 21 Jul 2023 07:32:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "name": "tempest-securitygroup--792519685", "stateful": true, "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "tempest-description--1551974426", "shared": false, "security_group_rules": [{"id": "c3330465-477b-4513-bfae-0f85460b0c9d", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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": 273, "description": null, "tags": [], "created_at": "2023-07-21T07:32:35Z", "updated_at": "2023-07-21T07:32:35Z", "revision_number": 0}, {"id": "d8d5eb66-b3c1-439d-aee9-1426aa659bdf", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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": 274, "description": null, "tags": [], "created_at": "2023-07-21T07:32:35Z", "updated_at": "2023-07-21T07:32:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:35Z", "updated_at": "2023-07-21T07:32:35Z", "revision_number": 1, "project_id": "363aff6cf8264abba58a8a05d4df1f54"}}' 2023-07-21 07:32:36,937 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.704s 2023-07-21 07:32:36,937 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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-37ca7945-5fea-4a68-bda6-249dda7fa396', 'date': 'Fri, 21 Jul 2023 07:32:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70831c0a-a3db-4ad6-a915-ffc737815569", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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-21T07:32:36Z", "updated_at": "2023-07-21T07:32:36Z", "revision_number": 0}}' 2023-07-21 07:32:38,442 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.504s 2023-07-21 07:32:38,443 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bec01986-624a-42d6-9258-e27dec77975e', 'date': 'Fri, 21 Jul 2023 07:32: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": "4e0af48e-0c29-4164-b8be-21b049e9710d", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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-21T07:32:37Z", "updated_at": "2023-07-21T07:32:37Z", "revision_number": 0}}' 2023-07-21 07:32:38,443 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--792519685 created 2023-07-21 07:32:41,006 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.561s 2023-07-21 07:32:41,006 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-d819ca51-0b69-403b-a25e-b394bbf95b95', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bb10ac08-01ee-48c7-80b2-d03e34e49ced", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "floating_ip_address": "172.24.4.174", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:40Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 0}}' 2023-07-21 07:32:41,007 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bb10ac08-01ee-48c7-80b2-d03e34e49ced', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.174', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0, 'ip': '172.24.4.174'} created 2023-07-21 07:32:41,165 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.152s 2023-07-21 07:32:41,166 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:41 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-cc70a2c2-9422-4875-aa38-7c08cea6336e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9004b37e92bc4635b55f82cbcae0d4a4", "name": "tempest-AttachVolumeNegativeTest-1228003848-project-member", "password_expires_at": null}, "audit_ids": ["SGynJOPhR-uW5UWH2BePlA"], "expires_at": "2023-07-21T08:32:41.000000Z", "issued_at": "2023-07-21T07:32:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "363aff6cf8264abba58a8a05d4df1f54", "name": "tempest-AttachVolumeNegativeTest-1228003848"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/363aff6cf8264abba58a8a05d4df1f54", "region": "Reg ionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:41,166 79486 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '9992b26c-4b19-4436-84b7-60464c62b9f2', 'name': 'tempest-AttachVolumeNegativeTest-78275426-network', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:41,167 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-434415264', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCsAjuRATiezjxJ5tlJcO2Og7bn8TU687I0Giy8G9w5RcZ+CgplQdM8GOJdxet/3klYK+/ynScIe562wiQeRczaBsm0lkhJVonpafQIUm4MVSZnESuudpDeilDe0f4kZsw==', 'fingerprint': '61:1d:74:a2:e4:eb:7d:ff:2c:66:ec:fe:42:06:d6:08', 'user_id': '9004b37e92bc4635b55f82cbcae0d4a4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA5vwkgykyQrV45vumvLQ+Tdoxz/oZIKyfu12qUYzPDja9JAzrlRjwy\nRVIwq0JsD16gBwYFK4EEACKhZANiAAQrAI7kQE4ns48SebZSXDtjoO25/E1OvOyN\nBosvBvcOUXGfgoKZUHTPBjiXcXrf95JWCvv8p0nCHuetsIkHkXM2gbJtJZISVaJ6\nWn0CFJuDFUmZxErrnaQ3opQ3tH+JGbM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0164626a-f70f-402f-b7d2-41ab7e30554b', 'name': 'tempest-securitygroup--792519685', 'stateful': True, 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': 'tempest-description--1551974426', 'shared': False, 'security_group_rules': [{'id': 'c3330465-477b-4513-bfae-0f85460b0c9d', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '0164626a-f70f-402f-b7d2-41ab7e30554b', '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': 273, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:35Z', 'updated_at': '2023-07-21T07:32:35Z', 'revision_number': 0}, {'id': 'd8d5eb66-b3c1-439d-aee9-1426aa659bdf', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '0164626a-f70f-402f-b7d2-41ab7e30554b', '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': 274, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:35Z', 'updated_at': '2023-07-21T07:32:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:35Z', 'updated_at': '2023-07-21T07:32:35Z', 'revision_number': 1, 'project_id': '363aff6cf8264abba58a8a05d4df1f54'}, 'floating_ip': {'id': 'bb10ac08-01ee-48c7-80b2-d03e34e49ced', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.174', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0, 'ip': '172.24.4.174'}} 2023-07-21 07:32:41,194 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-21 07:32:41,195 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-822046474", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9992b26c-4b19-4436-84b7-60464c62b9f2"}], "security_groups": [{"name": "tempest-securitygroup--792519685"}], "key_name": "tempest-keypair-434415264", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32: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-28ef80c2-a2b4-48d8-8ffc-f2a374ab213d', 'x-compute-request-id': 'req-28ef80c2-a2b4-48d8-8ffc-f2a374ab213d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:41,242 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-434415264 0.045s 2023-07-21 07:32:41,242 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc7cf530-e3f9-49b1-90c4-9fa1a55f5783', 'x-compute-request-id': 'req-cc7cf530-e3f9-49b1-90c4-9fa1a55f5783', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-434415264'} Body: b'' 2023-07-21 07:32:41,965 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b 0.721s 2023-07-21 07:32:41,965 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-2a3fa0f2-35b7-49a0-8933-786dbc76e3ed', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b'} Body: b'' 2023-07-21 07:32:42,060 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_ run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b 0.094s 2023-07-21 07:32:42,060 79486 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-789db247-56d4-44fd-96ed-0ab789ae750e', 'date': 'Fri, 21 Jul 2023 07:32:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0164626a-f70f-402f-b7d2-41ab7e30554b does not exist", "detail": ""}}' 2023-07-21 07:32:43,358 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/bb10ac08-01ee-48c7-80b2-d03e34e49ced 1.297s 2023-07-21 07:32:43,359 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-abb04b16-1778-45e6-8ef7-8328a9ebfff7', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bb10ac08-01ee-48c7-80b2-d03e34e49ced'} Body: b'' {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.597980s] ... ok {6} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.086892s] ... ok {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [7.150825s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:39,375 79480 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:39,728 79480 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.350s 2023-07-21 07:32:39,728 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1141014500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/Nq2Gk9EL+STa9UIWj68Bwdyzcs/Y7fT09iFrwQJ1tY7ZuqIdB/GzAM2EcO8E1bExVyda9ENktzyp42dDtRts9T51UAGl64Qmd24OJfXbAiHOj8OSULvT4WDT375Er0A=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:39 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-df4b6b6a-e50c-4b57-a2a7-aa0a105a3438', 'x-compute-request-id': 'req-df4b6b6a-e50c-4b57-a2a7-aa0a105a3438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1141014500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/Nq2Gk9EL+STa9UIWj68Bwdyzcs/Y7fT09iFrwQJ1tY7ZuqIdB/GzAM2EcO8E1bExVyda9ENktzyp42dDtRts9T51UAGl64Qmd24OJfXbAiHOj8OSULvT4WDT375Er0A==", "fingerprint": "87:6d:71:5c:f5:a1:81:5e:ef:7e:ab:3e:fc:50:9e:42", "user_id": "3ce8cd04e8c84d828ae19fa29bcfab0f"}}' 2023-07-21 07:32:39,733 79480 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1141014500 created 2023-07-21 07:32:41,138 79480 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 1.404s 2023-07-21 07:32:41,139 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--401809190", "description": "tempest-description--100973039"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-e0460e20-30a3-48f2-a073-6a66a8b13f73', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "name": "tempest-securitygroup--401809190", "stateful": true, "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "description": "tempest-description--100973039", "shared": false, "security_group_rules": [{"id": "11c5357e-0917-4b74-a782-cc4a5e8e0fec", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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": 290, "description": null, "tags": [], "created_at": "2023-07-21T07:32:40Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 0}, {"id": "33974740-1f4a-45b2-b88e-6bce1716d3c3", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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": 291, "description": null, "tags": [], "created_at": "2023-07-21T07:32:40Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:39Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 1, "project_id": "78e0aae20abe455990eeeaf4e22ed008"}}' 2023-07-21 07:32:41,754 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.614s 2023-07-21 07:32:41,755 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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-2767b90f-2643-4dda-93db-47ae83df0cc6', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a12c0e1-d1f8-4c71-ba94-c9d6f1eb087c", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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-21T07:32:41Z", "updated_at": "2023-07-21T07:32:41Z", "revision_number": 0}}' 2023-07-21 07:32:42,467 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.711s 2023-07-21 07:32:42,468 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-52bb88db-c3c0-4a92-97cc-a9d9b4164eb9', 'date': 'Fri, 21 Jul 2023 07:32: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": "b6caece7-6730-4669-a3b1-62165765fb8a", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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-21T07:32:41Z", "updated_at": "2023-07-21T07:32:41Z", "revision_number": 0}}' 2023-07-21 07:32:42,468 79480 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--401809190 created 2023-07-21 07:32:46,310 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.841s 2023-07-21 07:32:46,311 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-91cb0e30-c4a0-4411-8d64-87eb94bf7133', 'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "731be40f-ae0d-4716-860b-d4443b43262a", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "floating_ip_address": "172.24.4.186", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:44Z", "updated_at": "2023-07-21T07:32:44Z", "revision_number": 0}}' 2023-07-21 07:32:46,311 79480 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '731be40f-ae0d-4716-860b-d4443b43262a', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:44Z', 'updated_at': '2023-07-21T07:32:44Z', 'revision_number': 0, 'ip': '172.24.4.186'} created 2023-07-21 07:32:46,480 79480 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.158s 2023-07-21 07:32:46,481 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 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-d4b79cbb-1491-42f7-8331-f5ba1098d9a3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ce8cd04e8c84d828ae19fa29bcfab0f", "name": "tempest-VolumesAdminNegativeTest-434034692-project-member", "password_expires_at": null}, "audit_ids": ["LcE5ool0ReGlVQ37PupICg"], "expires_at": "2023-07-21T08:32:46.000000Z", "issued_at": "2023-07-21T07:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78e0aae20abe455990eeeaf4e22ed008", "name": "tempest-VolumesAdminNegativeTest-434034692"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "pu blic", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:46,481 79480 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'b0883ad4-1f8f-4cee-aef8-1a38eca7f675', 'name': 'tempest-VolumesAdminNegativeTest-1585835449-network', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:00Z', 'updated_at': '2023-07-21T07:32:00Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:46,482 79480 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1141014500', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/Nq2Gk9EL+STa9UIWj68Bwdyzcs/Y7fT09iFrwQJ1tY7ZuqIdB/GzAM2EcO8E1bExVyda9ENktzyp42dDtRts9T51UAGl64Qmd24OJfXbAiHOj8OSULvT4WDT375Er0A==', 'fingerprint': '87:6d:71:5c:f5:a1:81:5e:ef:7e:ab:3e:fc:50:9e:42', 'user_id': '3ce8cd04e8c84d828ae19fa29bcfab0f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+PcRh3H2ddXaPMqFcTpVtT7dT91uHhw8ZX3PnHlbz0GPrEEDRb98D\nesDVu4Hwx5mgBwYFK4EEACKhZANiAAR/zathpPRC/kk2vVCFo+vAcHcs3LP2O309\nPYha8ECdbWO2bqiHQfxswDNhHDvBNWxMVcnWvRDZLc8qeNnQ7UbbPU+dVABpeuEJ\nnduDiX12wIhzo/DklC70+Fg09++RK9A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dd51c8b8-24f3-4e9f-bb33-9e501b65f122', 'name': 'tempest-securitygroup--401809190', 'stateful': True, 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'description': 'tempest-description--100973039', 'shared': False, 'security_group_rules': [{'id': '11c5357e-0917-4b74-a782-cc4a5e8e0fec', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'security_group_id': 'dd51c8b8-24f3-4e9f-bb33-9e501b65f122', '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': 290, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0}, {'id': '33974740-1f4a-45b2-b88e-6bce1716d3c3', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'security_group_id': 'dd51c8b8-24f3-4e9f-bb33-9e501b65f122', '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': 291, 'descr iption': None, 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:39Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 1, 'project_id': '78e0aae20abe455990eeeaf4e22ed008'}, 'floating_ip': {'id': '731be40f-ae0d-4716-860b-d4443b43262a', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:44Z', 'updated_at': '2023-07-21T07:32:44Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2023-07-21 07:32:46,520 79480 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.036s 2023-07-21 07:32:46,520 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-669282459", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "b0883ad4-1f8f-4cee-aef8-1a38eca7f675"}], "security_groups": [{"name": "tempest-securitygroup--401809190"}], "key_name": "tempest-keypair-1141014500", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-bc0546bd-4101-49dc-9afd-ee2aee446dfd', 'x-compute-request-id': 'req-bc0546bd-4101-49dc-9afd-ee2aee446dfd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:46,521 79480 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 {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [0.098621s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:46,598 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.060s 2023-07-21 07:32:46,599 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 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-14a0691c-6e88-4d6f-8deb-d7d56533ede7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ce8cd04e8c84d828ae19fa29bcfab0f", "name": "tempest-VolumesAdminNegativeTest-434034692-project-member", "password_expires_at": null}, "audit_ids": ["89di7i7aRiCy1Ktddh6YgA"], "expires_at": "2023-07-21T08:32:46.000000Z", "issued_at": "2023-07-21T07:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78e0aae20abe455990eeeaf4e22ed008", "name": "tempest-VolumesAdminNegativeTest-434034692"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:46,600 79480 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'b0883ad4-1f8f-4cee-aef8-1a38eca7f675', 'name': 'tempest-VolumesAdminNegativeTest-1585835449-network', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '78e0aae20abe455990ee eaf4e22ed008', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:00Z', 'updated_at': '2023-07-21T07:32:00Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:46,630 79480 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.029s 2023-07-21 07:32:46,630 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-88503976", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "b0883ad4-1f8f-4cee-aef8-1a38eca7f675"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b1e09fdc-f586-4fb2-b7d7-abab257a966d', 'x-compute-request-id': 'req-b1e09fdc-f586-4fb2-b7d7-abab257a966d', 'connection': 'close', 'status': '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.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [11.204604s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 113, in test_volume_swap server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:41,440 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes 0.832s 2023-07-21 07:32:41,441 79500 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-18049236"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a8b65d-ce1a-424b-ad90-e22f1217b731', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a8b65d-ce1a-424b-ad90-e22f1217b731', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.233712", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:41,511 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.057s 2023-07-21 07:32:41,511 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852d7cb4-aac5-4db6-9cab-e5d41f5f3b88', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852d7cb4-aac5-4db6-9cab-e5d41f5f3b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:42,594 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.066s 2023-07-21 07:32:42,594 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685d033b-6ca3-4de3-aecd-af190cc4ac66', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685d033b-6ca3-4de3-aecd-af190cc4ac66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": "2023-07-21T07:32:42.000000", "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:43,674 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.062s 2023-07-21 07:32:43,674 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87763c0-f365-4a37-a45f-74c8eb1f344d', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87763c0-f365-4a37-a45f-74c8eb1f344d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": "2023-07-21T07:32:42.000000", "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:44,732 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.042s 2023-07-21 07:32:44,733 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fa2dcc-d124-4c5b-baa7-a564bcb10061', 'content-length': '903', 'openstack-api- version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7fa2dcc-d124-4c5b-baa7-a564bcb10061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": "2023-07-21T07:32:44.000000", "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:44,743 79500 INFO [tempest.common.waiters] volume 9a549484-7d47-4ec4-954b-2f4557f6abc1 reached available after waiting for 3.743899 seconds 2023-07-21 07:32:45,090 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes 0.346s 2023-07-21 07:32:45,090 79500 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-1824572929"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e59acb-0b54-4c2a-a87a-faa1b3e0bb0c', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e59acb-0b54-4c2a-a87a-faa1b3e0bb0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:44.997955", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:45,145 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f 0.044s 2023-07-21 07:32:45,145 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7bec277-fba6-4a02-b1a6-77c254cdb58c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7bec277-fba6-4a02-b1a6-77c254cdb58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:45.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:46,206 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f 0.050s 2023-07-21 07:32:46,207 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0ddd68-6f00-421f-81c1-060f506f4825', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0ddd68-6f00-421f-81c1-060f506f4825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:45.000000", "updated_at": "2023-07-21T07:32:45.000000", "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:47,268 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f 0.049s 2023-07-21 07:32:47,268 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c5fb158-fa81-4460-aec0-ec78d83e602c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c5fb158-fa81-4460-aec0-ec78d83e602c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:45.000000", "updated_at": "2023-07-21T07:32:47.000000 ", "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:47,278 79500 INFO [tempest.common.waiters] volume 80c8ba6a-0285-46fa-ade5-a80895ada68f reached available after waiting for 2.278567 seconds 2023-07-21 07:32:47,279 79500 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:47,342 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-07-21 07:32:47,342 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-638913224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGV2uOdeoaBZqOs0OOb0zRUmULmeU0QjVSlzbja86pHOVlJEFD2uZWqzzNy/nu+fmI7f0toVrHelS73L/RFVjwMJt03lzWKV6/pKpTDlc0JLJhuJ9BYh+ooH4ZeYwv1ysw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 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-112e974e-7401-45e4-a9ee-cd962172713f', 'x-compute-request-id': 'req-112e974e-7401-45e4-a9ee-cd962172713f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-638913224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGV2uOdeoaBZqOs0OOb0zRUmULmeU0QjVSlzbja86pHOVlJEFD2uZWqzzNy/nu+fmI7f0toVrHelS73L/RFVjwMJt03lzWKV6/pKpTDlc0JLJhuJ9BYh+ooH4ZeYwv1ysw==", "fingerprint": "03:d0:33:36:f6:d6:ef:a1:4d:dd:81:c0:97:e8:c9:e1", "user_id": "29e4a708b67847b3a45cd8c7c001f894"}}' 2023-07-21 07:32:47,345 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-638913224 created 2023-07-21 07:32:47,972 79500 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.627s 2023-07-21 07:32:47,973 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--434180329", "description": "tempest-description--125200211"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a3cd6cf3-5e76-4918-974d-c51392a47706', 'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab6625ea-e869-4c0e-a820-241f1627027d", "name": "tempest-securitygroup--434180329", "stateful": true, "tenant_id": "8654be1dce124c408aeaa625f9f46853", "description": "tempest-description--125200211", "shared": false, "security_group_rules": [{"id": "4b7071e5-93ff-4649-8edc-294e4757045a", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "ethertype": "IPv6", "di rection": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 314, "description": null, "tags": [], "created_at": "2023-07-21T07:32:47Z", "updated_at": "2023-07-21T07:32:47Z", "revision_number": 0}, {"id": "e7054cb5-f627-425d-8e7f-ed914ae3df04", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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": 313, "description": null, "tags": [], "created_at": "2023-07-21T07:32:47Z", "updated_at": "2023-07-21T07:32:47Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:47Z", "updated_at": "2023-07-21T07:32:47Z", "revision_number": 1, "project_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:48,704 79500 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.730s 2023-07-21 07:32:48,704 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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-dff1f725-754d-4c90-9e85-c3c8caa704bb', 'date': 'Fri, 21 Jul 2023 07:32: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": "d6f59369-011c-460d-8812-d1a7cfdcc3cb", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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-21T07:32:48Z", "updated_at": "2023-07-21T07:32:48Z", "revision_number": 0}}' 2023-07-21 07:32:49,051 79500 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.346s 2023-07-21 07:32:49,052 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fbd850c2-4891-4ad3-90b8-1ea42c4a8e4d', 'date': 'Fri, 21 Jul 2023 07:32: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": "dc7a9a93-daaf-458b-9138-d94fd49dfb7d", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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-21T07:32:48Z", "updated_at": "2023-07-21T07:32:48Z", "revision_number": 0}}' 2023-07-21 07:32:49,052 79500 DEBUG [tempest.lib.comm on.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--434180329 created 2023-07-21 07:32:51,656 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.603s 2023-07-21 07:32:51,657 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a97c7f65-c35a-46a1-961b-e66369ad12c1', 'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe7937fc-eb87-4100-babf-920e7cc9c475", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "floating_ip_address": "172.24.4.245", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8654be1dce124c408aeaa625f9f46853", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 0}}' 2023-07-21 07:32:51,657 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe7937fc-eb87-4100-babf-920e7cc9c475', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0, 'ip': '172.24.4.245'} created 2023-07-21 07:32:51,777 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2023-07-21 07:32:51,777 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:51 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-64ddf84f-9202-4f47-97fb-69cf4aca2e58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "29e4a708b67847b3a45cd8c7c001f894", "name": "tempest-TestVolumeSwap-400874395-project-member", "password_expires_at": null}, "audit_ids": ["r0_VKR_YSiqmYUGTYa85_g"], "expires_at": "2023-07-21T08:32:51.000000Z", "issued_at": "2023-07-21T07:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8654be1dce124c408aeaa625f9f46853", "name": "tempest-TestVolumeSwap-400874395"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "int erface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8654be1dce124c408aeaa625f9f46853", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:51,778 79500 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '48342439-15c3-49bd-bf5c-ab1e399ed29c', 'name': 'tempest-TestVolumeSwap-1215906686-network', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8654be1dce124c408aeaa625f9f46853', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39278, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:51,778 79500 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-638913224', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGV2uOdeoaBZqOs0OOb0zRUmULmeU0QjVSlzbja86pHOVlJEFD2uZWqzzNy/nu+fmI7f0toVrHelS73L/RFVjwMJt03lzWKV6/pKpTDlc0JLJhuJ9BYh+ooH4ZeYwv1ysw==', 'fingerprint': '03:d0:33:36:f6:d6:ef:a1:4d:dd:81:c0:97:e8:c9:e1', 'user_id': '29e4a708b67847b3a45cd8c7c001f894', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDANAiqnZYOT0uqUI9CHNdqY87CryqH6GyASJCLoGvVwPh66yxdKIUzh\nYVw6FSA+wuOgBwYFK4EEACKhZANiAARldrjnXqGgWajrNDjm9M0VJlC5nlNEI1Up\nc242vOqRzlZSRBQ9rmVqs8zcv57vn5iO39LaFax3pUu9y/0RVY8DCbdN5c1ilev6\nSqUw5XNCSyYbifQWIfqKB+GXmML9crM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ab6625ea-e869-4c0e-a820-241f1627027d', 'name': 'tempest-securitygroup--434180329', 'stateful': True, 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'description': 'tempest-description--125200211', 'shared': False, 'security_group_rules': [{'id': '4b7071e5-93ff-4649-8edc-294e4757045a', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'security_group_id': 'ab6625ea-e869-4c0e-a820-241f1627027d', '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': 314, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:47Z', 'updated_at': '2023-07-21T07:32:47Z', 'revision_number': 0}, {'id': 'e7054cb5-f627-425d-8e7f-ed914ae3df04', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'security_group_id': 'ab6625ea-e869-4c0e-a820-241f1627027d', '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': 313, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:47Z', 'updated_at': '2023-07-21T07:32:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:47Z', 'updated_at': '2023-07-21T07:32:47Z', 'revision_number': 1, 'project_id': '8654be1dce124c408aeaa625f9f46853'}, 'floating_ip': {'id': 'fe7937fc-eb87-4100-babf-920e7cc9c475', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0, 'ip': '172.24.4.245'}} 2023-07-21 07:32:51,808 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-21 07:32:51,809 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-1772112467", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "48342439-15c3-49bd-bf5c-ab1e399ed29c"}], "security_groups": [{"name": "tempest-securitygroup--434180329"}], "key_name": "tempest-keypair-638913224", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32: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-b9cdb2d5-fb97-444b-a4bf-21c7da42aa15', 'x-compute-request-id': 'req-b9cdb2d5-fb97-444b-a4bf-21c7da42aa15', 'connection': 'close', 'status': '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_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.440996s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.022164s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015569s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.058502s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009181s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010486s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.052622s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.049688s] ... ok {8} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [11.130577s] ... ok {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [6.748234s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:50,617 79488 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:50,617 79488 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:51,030 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.410s 2023-07-21 07:32:51,031 79488 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-23307267", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfqWpPJQ9+ejYBExdbtzer6X4YpojfqhVEikl0+4NQfnS7owqCRit4q8yWz66QlwHbjjNchg+ucdnVoVaWT/uVX0NtzXkUlJTZccg4wSxUdMf8OADNDMS4S0e5zqXyOVQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca2fa6a-1b3a-4f54-a9c1-18c1b5f6f9bd', 'x-compute-request-id': 'req-4ca2fa6a-1b3a-4f54-a9c1-18c1b5f6f9bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-23307267", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfqWpPJQ9+ejYBExdbtzer6X4YpojfqhVEikl0+4NQfnS7owqCRit4q8yWz66QlwHbjjNchg+ucdnVoVaWT/uVX0NtzXkUlJTZccg4wSxUdMf8OADNDMS4S0e5zqXyOVQ==", "fingerprint": "8b:96:75:24:db:a1:ed:bb:ff:66:98:0a:8f:66:45:21", "user_id": "ab5d6fb58524449a9454b728be9b0558"}}' 2023-07-21 07:32:51,037 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-23307267 created 2023-07-21 07:32:51,551 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.513s 2023-07-21 07:32:51,551 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--530913272", "description": "tempest-description--247950417"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-e6ca16de-bc9e-4f96-af49-b9691e8929e7', 'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c13b176a-4729-4839-9ecf-3c99314d494f", "name": "tempest-securitygroup--530913272", "stateful": true, "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "tempest-description--247950417", "shared": false, "security_group_rules": [{"id": "35df7763-769b-4c44-8b05-fb59f28ec490", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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": 329, "description": null, "tags": [], "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}, {"id": "7379d41f-cb92-4c52-80cb-b20c7afcf0d7", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_m in": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 328, "description": null, "tags": [], "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 1, "project_id": "0ee1c50048084d1b99d0398cda5f6e07"}}' 2023-07-21 07:32:51,881 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.329s 2023-07-21 07:32:51,881 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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-47470149-03b5-4915-9aa7-78c0b777d14b', 'date': 'Fri, 21 Jul 2023 07:32: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": "7740aa70-c196-416d-a0bb-6e4c3325f478", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}}' 2023-07-21 07:32:52,283 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.401s 2023-07-21 07:32:52,284 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bd69142c-e48d-404a-a35e-3ae337520394', 'date': 'Fri, 21 Jul 2023 07:32:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18d987d7-d567-4df0-8494-61189d0a28be", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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-21T07:32:52Z", "updated_at": "2023-07-21T07:32:52Z", "revision_number": 0}}' 2023-07-21 07:32:52,284 79488 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--530913272 created 2023-07-21 07:32:55,455 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.170s 2023-07-21 07:32:55,456 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type' : 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5fe62555-6fd7-46ad-991b-fac64b02db48', 'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83caf161-94d5-4215-8ba2-bf585345fbde", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "floating_ip_address": "172.24.4.109", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:54Z", "updated_at": "2023-07-21T07:32:54Z", "revision_number": 0}}' 2023-07-21 07:32:55,457 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83caf161-94d5-4215-8ba2-bf585345fbde', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:54Z', 'updated_at': '2023-07-21T07:32:54Z', 'revision_number': 0, 'ip': '172.24.4.109'} created 2023-07-21 07:32:55,562 79488 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.095s 2023-07-21 07:32:55,562 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7aec025d-ec0b-4661-9020-0ae9f470ddd0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ab5d6fb58524449a9454b728be9b0558", "name": "tempest-AttachVolumeShelveTestJSON-583036843-project-member", "password_expires_at": null}, "audit_ids": ["hnTmfz2HT6KTU3CJN8zdkw"], "expires_at": "2023-07-21T08:32:55.000000Z", "issued_at": "2023-07-21T07:32:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ee1c50048084d1b99d0398cda5f6e07", "name": "tempest-AttachVolumeShelveTestJSON-583036843"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210/compute/v2/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:55,563 79488 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '49e07388-e084-4d17-9197-a07e52e96d49', 'name': 'tempest-AttachVolumeShelveTestJSON-1739477702-network', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60367, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:32Z', 'updated_at': '2023-07-21T07:32:33Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:55,563 79488 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-23307267', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfqWpPJQ9+ejYBExdbtzer6X4YpojfqhVEikl0+4NQfnS7owqCRit4q8yWz66QlwHbjjNchg+ucdnVoVaWT/uVX0NtzXkUlJTZccg4wSxUdMf8OADNDMS4S0e5zqXyOVQ==', 'fingerprint': '8b:96:75:24:db:a1:ed:bb:ff:66:98:0a:8f:66:45:21', 'user_id': 'ab5d6fb58524449a9454b728be9b0558', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCIW9Z9aBNw06ZbAYwYo+48SBrmBpqKheXDne0U41xn6NpdyAHUclMa\nUyDHJhIcpj2gBwYFK4EEACKhZANiAARH6lqTyUPfno2ARMXW7c3q+l+GKaI36oVR\nIpJdPuDUH50u6MKgkYreKvMls+ukJcB244zXIYPrnHZ1aFWlk/7lV9Dbc15FJSU2\nXHIOMEsVHTH/DgAzQzEuEtHuc6l8jlU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c13b176a-4729-4839-9ecf-3c99314d494f', 'name': 'tempest-securitygroup--530913272', 'stateful': True, 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': 'tempest-description--247950417', 'shared': False, 'security_group_rules': [{'id': '35df7763-769b-4c44-8b05-fb59f28ec490', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': 'c13b176a-4729-4839-9ecf-3c99314d494f', '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': 329, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:51Z', 'updated_at': '2023-07-21T07:32:51Z', 'revision_number': 0}, {'id': '7379d41f-cb92-4c52-80cb-b20c7afcf0d7', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': 'c13b176a-4729-4839-9ecf-3c99314d494f', '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': 328, 'description': None, 'tags': [], 'created_at': '20 23-07-21T07:32:51Z', 'updated_at': '2023-07-21T07:32:51Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:51Z', 'updated_at': '2023-07-21T07:32:51Z', 'revision_number': 1, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07'}, 'floating_ip': {'id': '83caf161-94d5-4215-8ba2-bf585345fbde', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:54Z', 'updated_at': '2023-07-21T07:32:54Z', 'revision_number': 0, 'ip': '172.24.4.109'}} 2023-07-21 07:32:55,595 79488 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.031s 2023-07-21 07:32:55,596 79488 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-1069934033", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "49e07388-e084-4d17-9197-a07e52e96d49"}], "security_groups": [{"name": "tempest-securitygroup--530913272"}], "key_name": "tempest-keypair-23307267", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 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-f804636b-699f-466b-9732-002066001c4b', 'x-compute-request-id': 'req-f804636b-699f-466b-9732-002066001c4b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:55,637 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-23307267 0.039s 2023-07-21 07:32:55,638 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 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-42ce670a-7d80-4457-b3ab-ab0c422e1d80', 'x-compute-request-id': 'req-42ce670a-7d80-4457-b3ab-ab0c422e1d80', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-23307267'} Body: b'' 2023-07-21 07:32:56,158 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f 0.520s 2023-07-21 07:32:56,159 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4bdedb26-3349-4802-ad8e-641b3984c61e', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/net working/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f'} Body: b'' 2023-07-21 07:32:56,180 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f 0.020s 2023-07-21 07:32:56,180 79488 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-2506c9a8-7141-4bd6-89bf-965f31d379e6', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c13b176a-4729-4839-9ecf-3c99314d494f does not exist", "detail": ""}}' 2023-07-21 07:32:57,363 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/83caf161-94d5-4215-8ba2-bf585345fbde 1.182s 2023-07-21 07:32:57,364 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e68fe78d-06c6-4c4d-9995-f6441cc52ca6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/83caf161-94d5-4215-8ba2-bf585345fbde'} Body: b'' {5} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [8.093579s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 94, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:49,592 79490 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/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.267s 2023-07-21 07:32:49,592 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8454cff0-92dc-4642-be07-b70f843ec7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:32:50,901 79490 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.249s 2023-07-21 07:32:50,901 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f9d5b91e-7c5f-4699-917c-a8327fea4f77', '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": "ab745b3aa1ed46319aa341d0e2ebb094", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f", "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "tags": [], "self": "/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f", "file": "/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:32:53,256 79490 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-21 07:32:53,257 79490 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/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f/file 2.355s 2023-07-21 07:32:53,257 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7efc219d-9d16-4f96-a301-3b67966592d1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f/file'} Body: b'' 2023-07-21 07:32:53,258 79490 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:53,258 79490 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:53,606 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.345s 2023-07-21 07:32:53,607 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1575856372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFZNvoDWqKHiwTGaiRTcejywzv7eQQD4+R1H5ey3wo/3ulOCQZbqlQZUksRKdWBeaj8ExbBYAZDPC3HVaX7sTm2NOwaJ7+9nwuE4ts8Q+vVWgVwY6YuezGzX3nOAThF5g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 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-1b13a469-e112-4dab-a993-e1fbe03d4a69', 'x-compute-request-id': 'req-1b13a469-e112-4dab-a993-e1fbe03d4a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1575856372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFZNvoDWqKHiwTGaiRTcejywzv7eQQD4+R1H5ey3wo/3ulOCQZbqlQZUksRKdWBeaj8ExbBYAZDPC3HVaX7sTm2NOwaJ7+9nwuE4ts8Q+vVWgVwY6YuezGzX3nOAThF5g==", "fingerprint": "7c:79:3b:42:aa:05:89:4a:98:26:be:fe:79:22:8a:f6", "user_id": "003742b44ad64ea287ddbe801722ea22"}}' 2023-07-21 07:32:53,613 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1575856372 created 2023-07-21 07:32:53,813 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.199s 2023-07-21 07:32:53,814 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2048995397", "description": "tempest-description--1381733343"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f5ee806f-5e0d-4499-a251-7dc76bf9e019', 'date': 'Fri, 21 Jul 2023 07:32:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "name": "tempest-securitygroup--2048995397", "stateful": true, "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "description": "tempest-description--1381733343", "shared": false, "security_group_rules": [{"id": "88a5d93f-152e-44c9-b6a5-d805ca705af7", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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": 348, "description": null, "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}, {"id": "ce5a0aa9-dfaa-43a8-9319-e0c252acb82e", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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": 349, "description": null, "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 1, "project_id": "6e20e53f53174e65ac482d85f0d12a7f"}}' 2023-07-21 07:32:54,014 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.200s 2023-07-21 07:32:54,015 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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-ecad45e5-bb4c-4a5a-b5b2-9223d21a743c', 'date': 'Fri, 21 Jul 2023 07:32: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": "b61bb76e-4834-4be4-bb0c-1287c8de8652", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}}' 2023-07-21 07:32:54,457 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.442s 2023-07-21 07:32:54,458 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18abef6e-7928-4186-916a-217208ad364c', 'date': 'Fri, 21 Jul 2023 07:32: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": "bc9a4263-44a7-4052-b1d0-9543c11aaff3", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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-21T07:32:54Z", "updated_at": "2023-07-21T07:32:54Z", "revision_number": 0}}' 2023-07-21 07:32:54,458 79490 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2048995397 created 2023-07-21 07:32:55,573 79490 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.114s 2023-07-21 07:32:55,574 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2e3299b3-9cc9-4d6c-82ac-2eac20c66817', 'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "77a93796-f028-4039-bf80-207d21a9aea5", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "floating_ip_address": "172.24.4.60", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:55Z", "updated_at": "2023-07-21T07:32:55Z", "revision_number": 0}}' 2023-07-21 07:32:55,574 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '77a93796-f028-4039-bf80-207d21a9aea5', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:55Z', 'updated_at': '2023-07-21T07:32:55Z', 'revision_number': 0, 'ip': '172.24.4.60'} created 2023-07-21 07:32:55,713 79490 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.129s 2023-07-21 07:32:55,714 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 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-adae18f8-d94c-4b83-bd15-4e0af45fe71d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "003742b44ad64ea287ddbe801722ea22", "name": "tempest-AttachSCSIVolumeTestJSON-1795478722-project-member", "password_expires_at": null}, "audit_ids": ["pkxufgRyQCSdKYH7iMX9RQ"], "expires_at": "2023-07-21T08:32:55.000000Z", "issued_at": "2023-07-21T07:32:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e20e53f53174e65ac482d85f0d12a7f", "name": "tempest-AttachSCSIVolumeTestJSON-1795478722"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type ": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e20e53f53174e65ac482d85f0d12a7f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e20e53f53174e65ac482d85f0d12a7f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e20e53f53174e65ac482d85f0d12a7f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:55,715 79490 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'ff307dd8-1415-4457-90ed-82a91969be81', 'name': 'tempest-AttachSCSIVolumeTestJSON-613123479-network', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15031, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:55,715 79490 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1575856372', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFZNvoDWqKHiwTGaiRTcejywzv7eQQD4+R1H5ey3wo/3ulOCQZbqlQZUksRKdWBeaj8ExbBYAZDPC3HVaX7sTm2NOwaJ7+9nwuE4ts8Q+vVWgVwY6YuezGzX3nOAThF5g==', 'fingerprint': '7c:79:3b:42:aa:05:89:4a:98:26:be:fe:79:22:8a:f6', 'user_id': '003742b44ad64ea287ddbe801722ea22', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAHObBT2OjcbCP6soDeMdGc3HatC6yvXPh5rt9t0q8oAygV0JqMG2xi\ne2lVe7LlaHWgBwYFK4EEACKhZANiAAQhWTb6A1qih4sExmokU3Ho8sM7+3kEA+Pk\ndR+Xst8KP97pTgkGW6pUGVJLESnVgXmo/BMWwWAGQzwtx1Wl+7E5tjTsGie/vZ8L\nhOLbPEPr1VoFcGOmLnsxs195zgE4ReY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63023f67-0173-4f68-a7bc-d4c576e8c534', 'name': 'tempest-securitygroup--2048995397', 'stateful': True, 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'description': 'tempest-description--1381733343', 'shared': False, 'security_group_rules': [{'id': '88a5d93f-152e-44c9-b6a5-d805ca705af7', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'security_group_id': '63023f67-0173-4f68-a7bc-d4c576e8c534', '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': 348, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0}, {'id': 'ce5a0aa9-dfaa-43a8-9319-e0c252acb82e', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'security_group_id': '63023f67-0173-4f68-a7bc-d4c576e8c534', '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': 349, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 1, 'project_id': '6e20e53f53174e65ac482d85f0d12a7f'}, 'floating_ip': {'id': '77a93796-f028-4039-bf80-207d21a9aea5', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:55Z', 'updated_at': '2023-07-21T07:32:55Z', 'revision_number': 0, 'ip': '172.24.4.60'}} 2023-07-21 07:32:55,745 79490 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.028s 2023-07-21 07:32:55,746 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-154608930", "imageRef": "2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "ff307dd8-1415-4457-90ed-82a91969be81"}], "security_groups": [{"name": "tempest-securitygroup--2048995397"}], "key_name": "tempest-keypair-1575856372", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32: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-e0a5f02e-bce4-41a1-beb6-402d3a9b9eae', 'x-compute-request-id': 'req-e0a5f02e-bce4-41a1-beb6-402d3a9b9eae', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:55,789 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1575856372 0.040s 2023-07-21 07:32:55,790 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc17643d-d8d2-4cd9-8523-00ca8c883ba4', 'x-compute-request-id': 'req-dc17643d-d8d2-4cd9-8523-00ca8c883ba4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1575856372'} Body: b'' 2023-07-21 07:32:56,041 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534 0.251s 2023-07-21 07:32:56,042 79490 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-76182c6d-5828-41ed-90b5-de85462e83e0', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534'} Body: b'' 2023-07-21 07:32:56,098 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534 0.056s 2023-07-21 07:32:56,099 79490 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-aa2adf3f-0e03-40b2-a30a-bf7e6a86ae50', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 63023f67-0173-4f68-a7bc-d4c576e8c534 does not exist", "detail": ""}}' 2023-07-21 07:32:57,028 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/77a93796-f028-4039-bf80-207d21a9aea5 0.928s 2023-07-21 07:32:57,028 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-24a5a43b-47ef-4199-b5b5-a2e189f9b379', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/77a93796-f028-4039-bf80-207d21a9aea5'} Body: b'' 2023-07-21 07:32:57,399 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f 0.370s 2023-07-21 07:32:57,400 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-420d3820-a112-4fec-92ba-9830db3e1599', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f'} Body: b'' 2023-07-21 07:32:57,416 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f 0.016s 2023-07-21 07:32:57,417 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bb270e1c-d0a9-4a31-94b9-d31a199990fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f'} Body: b'{"message": "No image found with ID 2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {2} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [18.364621s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:42,305 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.137s 2023-07-21 07:32:42,306 79484 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-284446395"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-eb02b80d-88a3-45e0-aab1-59aaf67733db', 'date': 'Fri, 21 Jul 2023 07:32:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a1b0bc99-0f90-487c-a461-b510a3b47388","name":"tempest-tagged-attachments-test-net-284446395","tenant_id":"9221eb8971f34b17bdd2ae3384ef0591","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9221eb8971f34b17bdd2ae3384ef0591","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-21T07:32:39Z","updated_at":"2023-07-21T07:32:39Z","revision_number":1}}' 2023-07-21 07:32:46,768 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 4.461s 2023-07-21 07:32:46,768 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "a1b0bc99-0f90-487c-a461-b510a3b47388", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-448f2402-8893-4cde-852c-7366522d051f', 'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8aa66f1b-91b1-427d-b4f7-d04c87ae4eea","name":"","tenant_id":"9221eb8971f34b17bdd2ae3384ef0591","network_id":"a1b0bc99-0f90-487c-a461-b510a3b47388","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-21T07:32:43Z","updated_at":"2023-07-21T07:32:43Z","revision_number":0,"project_id":"9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:47,102 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes 0.332s 2023-07-21 07:32:47,102 79484 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-427992469"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf9a39d-fa74-4479-8801-00a7f2e566b0', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf9a39d-fa74-4479-8801-00a7f2e566b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.004605", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:47,219 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.095s 2023-07-21 07:32:47,220 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bc75c5-9c0f-426f-936a-2629eb8ce3ce', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bc75c5-9c0f-426f-936a-2629eb8ce3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:48,277 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.045s 2023-07-21 07:32:48,278 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-782db12c-9955-4893-986a-9440d4b7b69b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-782db12c-9955-4893-986a-9440d4b7b69b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": "2023-07-21T07:32:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a3 0-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:49,438 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.140s 2023-07-21 07:32:49,439 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3789da69-5efe-4de6-9225-ec91ad9dd9e7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3789da69-5efe-4de6-9225-ec91ad9dd9e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": "2023-07-21T07:32:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:50,521 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.070s 2023-07-21 07:32:50,521 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d228e6a-8d39-4c62-adb4-99a63bc7d59b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d228e6a-8d39-4c62-adb4-99a63bc7d59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92 21eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:50,532 79484 INFO [tempest.common.waiters] volume af6acd23-66de-4a30-93ec-d91cc8936909 reached available after waiting for 3.532455 seconds 2023-07-21 07:32:50,533 79484 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:50,533 79484 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:50,612 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.076s 2023-07-21 07:32:50,613 79484 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-184063028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDlnUCguBEdOW3C+F10vih9iqAevBAI9PVDfOdtaWu3m7pee1DY0WO6JBuHKy0zCAWpnSLe8au7RYOY2xd4h7ykguFEQqSnGBA9WYOp0L5lMr/dizYRX+L2tWGlKucjMAA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 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-55d8f6fe-92e9-4189-a288-cf1716ef6a5a', 'x-compute-request-id': 'req-55d8f6fe-92e9-4189-a288-cf1716ef6a5a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-184063028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDlnUCguBEdOW3C+F10vih9iqAevBAI9PVDfOdtaWu3m7pee1DY0WO6JBuHKy0zCAWpnSLe8au7RYOY2xd4h7ykguFEQqSnGBA9WYOp0L5lMr/dizYRX+L2tWGlKucjMAA==", "fingerprint": "00:19:c6:ff:5e:aa:05:5d:9a:35:ec:57:02:14:44:b8", "user_id": "e1f097791af04e8d84e09403c6b32e4f"}}' 2023-07-21 07:32:50,616 79484 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-184063028 created 2023-07-21 07:32:51,106 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.489s 2023-07-21 07:32:51,106 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--409070232", "description": "tempest-description--1947957599"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-876c411c-3548-4f53-9692-4d2986146512', 'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "name": "tempest-securitygroup--409070232", "stateful": true, "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "description": "tempest-description--1947957599", "shared": false, "security_group_rules": [{"id": "b18e91e5-56c6-4cdb-9ec0-42226685faa6", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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": 322, "description": null, "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 0}, {"id": "da2e0c6a-42c5-4a2f-8bf3-647a8da34002", "project_id": "9221eb8971f34b17bdd 2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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": 324, "description": null, "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 1, "project_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:51,821 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.714s 2023-07-21 07:32:51,821 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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-5925dbb5-a694-4371-8f6f-d8743d1edb3a', 'date': 'Fri, 21 Jul 2023 07:32: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": "fb794fed-b51b-472e-bfb9-809574b6f634", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}}' 2023-07-21 07:32:52,595 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.772s 2023-07-21 07:32:52,595 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-30e86f11-d7ba-47d7-b03f-7341beb0149a', 'date': 'Fri, 21 Jul 2023 07:32:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8895ee1c-a022-44d9-89e9-375f5ae686b7", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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-21T07:32:52Z", "updated_at": "2023-07-21T07:32:52Z", "revision_number": 0}}' 2023-07-21 07:32:52,596 79484 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--409070232 created 2023-07-21 07:32:53,703 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.106s 2023-07-21 07:32:53,703 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ad5a97a2-bc55-4fa4-919a-7e9ecd2a78e0', 'date': 'Fri, 21 Jul 2023 07:32:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "afc3ad2f-d972-45ca-a2c7-d13136c16c18", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "floating_ip_address": "172.24.4.200", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}}' 2023-07-21 07:32:53,704 79484 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'afc3ad2f-d972-45ca-a2c7-d13136c16c18', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0, 'ip': '172.24.4.200'} created 2023-07-21 07:32:53,854 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.140s 2023-07-21 07:32:53,855 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 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-e70ebaf8-a96e-42c7-8248-e51c10f3057c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e1f097791af04e8d84e09403c6b32e4f", "name": "tempest-TaggedAttachmentsTest-70199663-project-member", "password_expires_at": null}, "audit_ids": ["ju3sYaayQU2u40fAepZghA"], "expires_at": "2023-07-21T08:32:53.000000Z", "issued_at": "2023-07-21T07:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9221eb8971f34b17bdd2ae3384ef0591", "name": "tempest-TaggedAttachmentsTest-70199663"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70 ", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:53,855 79484 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '6403b4db-5833-44d1-846c-62274568ab0e', 'name': 'tempest-TaggedAttachmentsTest-602550511-network', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16955, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:53,996 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.136s 2023-07-21 07:32:53,996 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 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-3a15fd4c-50b5-4e61-81c8-cd2b118827f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e1f097791af04e8d84e09403c6b32e4f", "name": "tempest-TaggedAttachmentsTest-70199663-project-member", "password_expires_at": null}, "audit_ids": ["KrqOZxKuS7KfdJGOh1Xbtg"], "expires_at": "2023-07-21T08:32:53.000000Z", "issued_at": "2023-07-21T07:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9221eb8971f34b17bdd2ae3384ef0591", "name": "tempest-TaggedAttachmentsTest-70199663"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "R egionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:53,997 79484 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '6403b4db-5833-44d1-846c-62274568ab0e', 'name': 'tempest-TaggedAttachmentsTest-602550511-network', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16955, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:53,998 79484 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-184063028', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDlnUCguBEdOW3C+F10vih9iqAevBAI9PVDfOdtaWu3m7pee1DY0WO6JBuHKy0zCAWpnSLe8au7RYOY2xd4h7ykguFEQqSnGBA9WYOp0L5lMr/dizYRX+L2tWGlKucjMAA==', 'fingerprint': '00:19:c6:ff:5e:aa:05:5d:9a:35:ec:57:02:14:44:b8', 'user_id': 'e1f097791af04e8d84e09403c6b32e4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbjuoS/jMDc6HZb2mPuw8hxOO5DBPtnA9mvySwrN1NVTjGSieU1jLT\nw8piRqhlDWCgBwYFK4EEACKhZANiAAQ5Z1AoLgRHTltwvhddL4ofYqgHrwQCPT1Q\n3znbWlrt5u6XntQ2NFjuiQbhystMwgFqZ0i3vGru0WDmNsXeIe8pILhREKkpxgQP\nVmDqdC+ZTK/3Ys2EV/i9rVhpSrnIzAA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '23b59f30-91e7-43de-ba34-ea7c0c8c7610', 'name': 'tempest-securitygroup--409070232', 'stateful': True, 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'description': 'tempest-description--1947957599', 'shared': False, 'security_group_rules': [{'id': 'b18e91e5-56c6-4cdb-9ec0-42226685faa6', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'security_group_id': '23b59f30-91e7-43de-ba34-ea7c0c8c7610', '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': 322, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0}, {'id': 'da2e0c6a-42c5-4a2f-8bf3-647a8da34002', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'security_group_id': '23b59f30-91e7-43de-ba34-ea7c0c8c7610', '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': 324, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 1, 'project_id': '9221eb8971f34b17bdd2ae3384ef0591'}, 'floating_ip': {'id': 'afc3ad2f-d972-45ca-a2c7-d13136c16c18', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0, 'ip': '172.24.4.200'}} 2023-07-21 07:32:54,041 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.041s 2023-07-21 07:32:54,041 79484 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-1471402000", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "6403b4db-5833-44d1-846c-62274568ab0e"}], "security_groups": [{"name": "tempest-securitygroup--409070232"}], "key_name": "tempest-keypair-184063028", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:54 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-4086f013-51ef-437b-9900-fa6add10f415', 'x-compute-request-id': 'req-4086f013-51ef-437b-9900-fa6add10f415', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:54,074 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-184063028 0.028s 2023-07-21 07:32:54,074 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:54 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-202325d8-68b4-4375-81dd-9b09378d9302', 'x-compute-request-id': 'req-202325d8-68b4-4375-81dd-9b09378d9302', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-184063028'} Body: b'' 2023-07-21 07:32:54,489 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610 0.414s 2023-07-21 07:32:54,489 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-898a1c1d-ded4-4c8a-aca1-390295b9fbfe', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610'} Body: b'' 2023-07-21 07:32:54,528 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610 0.039s 2023-07-21 07:32:54,529 79484 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-61f5e7f5-27ef-42a4-8d69-334709f46927', 'date': 'Fri, 21 Jul 2023 07:32:54 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 23b59f30-91e7-43de-ba34-ea7c0c8c7610 does not exist", "detail": ""}}' 2023-07-21 07:32:55,569 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/afc3ad2f-d972-45ca-a2c7-d13136c16c18 1.039s 2023-07-21 07:32:55,569 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c6d5b8d-3b32-4572-9bcc-0c9d3f9b9fc6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/afc3ad2f-d972-45ca-a2c7-d13136c16c18'} Body: b'' 2023-07-21 07:32:56,284 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/8aa66f1b-91b1-427d-b4f7-d04c87ae4eea 0.714s 2023-07-21 07:32:56,284 79484 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-cd85ed79-e5da-41a3-833e-c936458cc0ba', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/8aa66f1b-91b1-427d-b4f7-d04c87ae4eea'} Body: b'' 2023-07-21 07:32:57,531 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/a1b0bc99-0f90-487c-a461-b510a3b47388 1.245s 2023-07-21 07:32:57,531 79484 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-033d67ca-8731-4987-b0a2-44211f63bc1b', 'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/a1b0bc99-0f90-487c-a461-b510a3b47388'} Body: b'' {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [6.354942s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:57,368 79488 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:57,369 79488 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:57,527 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.154s 2023-07-21 07:32:57,527 79488 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-877094303", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBENj+5W8IFpTOybiFkF41i5bZLUdt0AefUQIDXUNP1fBFX+gp2UDK76iA4Grb/MB3eQx12IJWB96IkAdHCzqxSGr7zB9b4lB5djM03fA6joeIIo/mMW99XlMGGo71PjE6g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 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-00545954-32e3-4a25-9116-1bee9fefb5b8', 'x-compute-request-id': 'req-00545954-32e3-4a25-9116-1bee9fefb5b8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-877094303", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBENj+5W8IFpTOybiFkF41i5bZLUdt0AefUQIDXUNP1fBFX+gp2UDK76iA4Grb/MB3eQx12IJWB96IkAdHCzqxSGr7zB9b4lB5djM03fA6joeIIo/mMW99XlMGGo71PjE6g==", "fingerprint": "fb:90:38:1a:7f:02:71:9d:44:fe:6a:26:c0:8a:cd:f6", "user_id": "ab5d6fb58524449a9454b728be9b0558"}}' 2023-07-21 07:32:57,532 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-877094303 created 2023-07-21 07:32:58,209 79488 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-21 07:32:58,209 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2035901645", "description": "tempest-description--1926384331"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c6d897e8-b741-4788-b096-0db21666d768', 'date': 'Fri, 21 Jul 2023 07:32:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "name": "tempest-securitygroup--2035901645", "stateful": true, "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "tempest-description--1926384331", "shared": false, "security_group_rules": [{"id": "12166e2f-0353-49a9-8004-d8d1fc90c92b", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 373, "description": null, "tags": [], "created_at": "2023-07-21T07:32:57Z", "updated_at": "2023-07-21T07:32:57Z", "revision_number": 0}, {"id": "4e77faf7-106d-4caa-b66b-4a8e07ff34fe", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 374, "description": null, "tags": [], "created_at": "2023-07-21T07:32:57Z", "updated_at": "2023-07-21T07:32:57Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:57Z", "updated_at": "2023-07-21T07:32:57Z", "revision_number": 1, "project_id": "0ee1c50048084d1b99d0398cda5f6e07"}}' 2023-07-21 07:32:58,704 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.493s 2023-07-21 07:32:58,704 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "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-0e83df3f-b9c5-4627-9d9e-b6268de9eb14', 'date': 'Fri, 21 Jul 2023 07:32:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c80ef233-7f25-4ecb-b6d6-3a604910cbad", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "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-21T07:32:58Z", "updated_at": "2023-07-21T07:32:58Z", "revision_number": 0}}' 2023-07-21 07:32:59,437 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.732s 2023-07-21 07:32:59,437 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8c088f27-a0c2-45e2-8832-ca51f3db94fb', 'date': 'Fri, 21 Jul 2023 07:32:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "640f151e-e066-41eb-873d-8fbb2ed74b58", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "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-21T07:32:58Z", "updated_at": "2023-07-21T07:32:58Z", "revision_number": 0}}' 2023-07-21 07:32:59,438 79488 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2035901645 created 2023-07-21 07:33:01,173 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.734s 2023-07-21 07:33:01,173 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-aa7ba4c8-dab1-490f-8659-9c49dea934c5', 'date': 'Fri, 21 Jul 2023 07:33:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7db930a6-3c2d-4d93-9d08-b3ece1ea1eab", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "floating_ip_address": "172.24.4.185", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:33:00Z", "updated_at": "2023-07-21T07:33:00Z", "revision_number": 0}}' 2023-07-21 07:33:01,174 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7db930a6-3c2d-4d93-9d08-b3ece1ea1eab', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:00Z', 'updated_at': '2023-07-21T07:33:00Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2023-07-21 07:33:01,342 79488 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.158s 2023-07-21 07:33:01,343 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:01 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-71095f6f-b702-4a07-b869-0ed7bb432a25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ab5d6fb58524449a9454b728be9b0558", "name": "tempest-AttachVolumeShelveTestJSON-583036843-project-member", "password_expires_at": null}, "audit_ids": ["WZ1eugcSS7SRMhds0mxghQ"], "expires_at": "2023-07-21T08:33:01.000000Z", "issued_at": "2023-07-21T07:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ee1c50048084d1b99d0398cda5f6e07", "name": "tempest-AttachVolumeShelveTestJSON-583036843"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url" : "http://10.0.0.210/compute/v2/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:01,344 79488 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '49e07388-e084-4d17-9197-a07e52e96d49', 'name': 'tempest-AttachVolumeShelveTestJSON-1739477702-network', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60367, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:32Z', 'updated_at': '2023-07-21T07:32:33Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:01,345 79488 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-877094303', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBENj+5W8IFpTOybiFkF41i5bZLUdt0AefUQIDXUNP1fBFX+gp2UDK76iA4Grb/MB3eQx12IJWB96IkAdHCzqxSGr7zB9b4lB5djM03fA6joeIIo/mMW99XlMGGo71PjE6g==', 'fingerprint': 'fb:90:38:1a:7f:02:71:9d:44:fe:6a:26:c0:8a:cd:f6', 'user_id': 'ab5d6fb58524449a9454b728be9b0558', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA0vI33ycXXn6lGnaVhmgicE9EWv7Db18BVPYOFpztT9h6fQZuDqMSm\n3lKhLHoXcJGgBwYFK4EEACKhZANiAARDY/uVvCBaUzsm4hZBeNYuW2S1HbdAHn1E\nCA11DT9XwRV/oKdlAyu+ogOBq2/zAd3kMddiCVgfeiJAHRws6sUhq+8wfW+JQeXY\nzNN3wOo6HiCKP5jFvfV5TBhqO9T4xOo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '28b7994a-3351-4e3b-82c0-5d4aed24ac71', 'name': 'tempest-securitygroup--2035901645', 'stateful': True, 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': 'tempest-description--1926384331', 'shared': False, 'security_group_rules': [{'id': '12166e2f-0353-49a9-8004-d8d1fc90c92b', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': '28b7994a-3351-4e3b-82c0-5d4aed24ac71', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 373, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:57Z', 'updated_at': '2023-07-21T07:32:57Z', 'revision_number': 0}, {'id': '4e77faf7-106d-4caa-b66b-4a8e07ff34fe', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': '28b7994a-3351-4e3b-82c0-5d4aed24ac71', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 374, 'description': None, 'tags': [], 'creat ed_at': '2023-07-21T07:32:57Z', 'updated_at': '2023-07-21T07:32:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:57Z', 'updated_at': '2023-07-21T07:32:57Z', 'revision_number': 1, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07'}, 'floating_ip': {'id': '7db930a6-3c2d-4d93-9d08-b3ece1ea1eab', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:00Z', 'updated_at': '2023-07-21T07:33:00Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2023-07-21 07:33:01,427 79488 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.081s 2023-07-21 07:33:01,428 79488 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-869618577", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "49e07388-e084-4d17-9197-a07e52e96d49"}], "security_groups": [{"name": "tempest-securitygroup--2035901645"}], "key_name": "tempest-keypair-877094303", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:01 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-5ba8ce9e-cb12-41c8-861f-2dc97392e6e2', 'x-compute-request-id': 'req-5ba8ce9e-cb12-41c8-861f-2dc97392e6e2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:33:01,478 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-877094303 0.047s 2023-07-21 07:33:01,478 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:01 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-d7a93834-244f-4b1d-b2fd-720292baa980', 'x-compute-request-id': 'req-d7a93834-244f-4b1d-b2fd-720292baa980', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-877094303'} Body: b'' 2023-07-21 07:33:02,460 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71 0.981s 2023-07-21 07:33:02,461 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1efce8c4-e353-443c-af45-fea0a5276676', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0. 0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71'} Body: b'' 2023-07-21 07:33:02,513 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71 0.052s 2023-07-21 07:33:02,514 79488 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-a571953f-fea3-4240-95d2-84f0a1401e30', 'date': 'Fri, 21 Jul 2023 07:33:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 28b7994a-3351-4e3b-82c0-5d4aed24ac71 does not exist", "detail": ""}}' 2023-07-21 07:33:03,721 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7db930a6-3c2d-4d93-9d08-b3ece1ea1eab 1.206s 2023-07-21 07:33:03,722 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e4f7f9c3-def6-443c-afa9-8c70622ddf83', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7db930a6-3c2d-4d93-9d08-b3ece1ea1eab'} Body: b'' {1} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [13.273452s] ... ok {1} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.369598s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.763239s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [41.768581s] ... ok {8} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.423527s] ... ok {8} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.105126s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [10.449477s] ... ok {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [24.330215s] ... ok {4} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.936760s] ... ok {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [0.233545s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:21,906 79480 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.040s 2023-07-21 07:33:21,906 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 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-d293645a-fb0b-4a73-9496-c8ab166e6f02', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2cf2fde7ae324cc5b937fc83630d2a13", "name": "tempest-DeleteServersTestJSON-968436862-project-member", "password_expires_at": null}, "audit_ids": ["IyiM7hboSmWk_ZzbiSV7iw"], "expires_at": "2023-07-21T08:33:21.000000Z", "issued_at": "2023-07-21T07:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a25a6ae93cc948c481a5006573cbc4cd", "name": "tempest-DeleteServersTestJSON-968436862"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a25a6ae93cc948c481a5006573cbc4cd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25a6ae93cc948c481a5006573cbc4cd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25a6ae93cc948c481a5006573cbc4cd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:21,907 79480 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '60ea889a-eaed-4233-8ae9-db6cb00956ff', 'name': 'tempest-DeleteServersTestJSON-1666214327-network', 'tenant_id': 'a25a6ae93cc948c481a5006573cbc4cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a25a6ae93cc948c481a5006573cbc4cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19544, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:08Z', 'updated_at': '2023-07-21T07:33:08Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:22,088 79480 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.180s 2023-07-21 07:33:22,089 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-14831800", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "60ea889a-eaed-4233-8ae9-db6cb00956ff"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33: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-9f918053-209d-48e1-9090-2917cb4d14e1', 'x-compute-request-id': 'req-9f918053-209d-48e1-9090-2917cb4d14e1', 'connection': 'close', 'status': '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.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [11.462616s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.208153s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.710776s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.072835s] ... ok {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.266978s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [10.284789s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.027411s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.018915s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.084502s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.029518s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.041602s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.026339s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.030316s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.022468s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.018364s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.127266s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.040605s] ... ok {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.035637s] ... ok {3} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {3} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.183918s] ... ok {4} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.818802s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [22.898656s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.232939s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.146467s] ... ok {4} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.958180s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.250630s] ... ok {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [8.973204s] ... ok {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.344558s] ... ok {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.069000s] ... ok {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [20.455265s] ... 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 7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:18,160 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes 0.309s 2023-07-21 07:33:18,161 79492 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-1127255963"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5360934d-86df-4682-9151-a8ece9b53fc9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5360934d-86df-4682-9151-a8ece9b53fc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.074832", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:18,262 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.092s 2023-07-21 07:33:18,263 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d952bf-ca6f-40e9-830f-7c1db0b31aa2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d952bf-ca6f-40e9-830f-7c1db0b31aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:19,316 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.038s 2023-07-21 07:33:19,316 79492 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cc89f8-35cd-40af-8331-a159348bbd87', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cc89f8-35cd-40af-8331-a159348bbd87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:20,439 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.106s 2023-07-21 07:33:20,440 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5174c81-5292-4e89-ba61-15722409e986', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5174c81-5292-4e89-ba61-15722409e986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:21,854 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.396s 2023-07-21 07:33:21,854 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 GMT' , 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53438567-7640-4070-ad5d-0843fe8cdf73', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53438567-7640-4070-ad5d-0843fe8cdf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:21,881 79492 INFO [tempest.common.waiters] volume 7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb reached available after waiting for 3.880422 seconds 2023-07-21 07:33:22,033 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots 0.145s 2023-07-21 07:33:22,033 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-addde883-6e90-40c1-9587-40f57c3b6493', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-addde883-6e90-40c1-9587-40f57c3b6493', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:21.976423", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 07:33:22,076 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.038s 2023-07-21 07:33:22,076 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-657efe63-952b-4b90-9c58-61a0a904d077', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-657efe63-952b-4b90-9c58-61a0a904d077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000 ", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:23,108 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.027s 2023-07-21 07:33:23,108 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0199c483-b73c-4b14-82cc-24e817ba1f48', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0199c483-b73c-4b14-82cc-24e817ba1f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:24,156 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.037s 2023-07-21 07:33:24,157 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67bd370-0c35-4130-ae87-81fba6416df9', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67bd370-0c35-4130-ae87-81fba6416df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:25,189 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.025s 2023-07-21 07:33:25,190 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c308b281-03ab-4290-a0a7-6fa350743c7c', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 're q-c308b281-03ab-4290-a0a7-6fa350743c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:26,270 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.075s 2023-07-21 07:33:26,271 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb0a959-9b09-49bd-8330-2b7e65763602', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb0a959-9b09-49bd-8330-2b7e65763602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": "2023-07-21T07:33:26.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:33:26,275 79492 INFO [tempest.common.waiters] snapshot f2ca0851-1489-4a3b-a02b-8bf8669bee01 reached available after waiting for 4.274975 seconds 2023-07-21 07:33:26,648 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes 0.372s 2023-07-21 07:33:26,648 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-762527609"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86474114-e39e-4f68-9faf-fec89a60c35e', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86474114-e39e-4f68-9faf-fec89a60c35e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:26.553543", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id" : "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:26,710 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.050s 2023-07-21 07:33:26,711 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec088a2-7e1b-4522-92a4-968df38a5e4b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec088a2-7e1b-4522-92a4-968df38a5e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:27,826 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.104s 2023-07-21 07:33:27,827 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d513040c-4ee5-45d9-ab31-1815ae826c01', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d513040c-4ee5-45d9-ab31-1815ae826c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a 5a62"}}' 2023-07-21 07:33:28,894 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.055s 2023-07-21 07:33:28,895 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0860b515-fb93-4730-a174-dfd29b87fa31', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0860b515-fb93-4730-a174-dfd29b87fa31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:29,951 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.045s 2023-07-21 07:33:29,951 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b576b4-49ba-473b-9d39-e0db8f85fed9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b576b4-49ba-473b-9d39-e0db8f85fed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:31,022 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_d elete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.059s 2023-07-21 07:33:31,023 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b45705-15a1-44dd-98a6-23fdb41aab25', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b45705-15a1-44dd-98a6-23fdb41aab25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:30.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:31,034 79492 INFO [tempest.common.waiters] volume 6cfd1558-4f4a-4795-88f6-908129b9d1f9 reached available after waiting for 5.034686 seconds 2023-07-21 07:33:31,103 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.068s 2023-07-21 07:33:31,104 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f71bb28f-4b20-42f5-80b3-949738ce4d6f', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f71bb28f-4b20-42f5-80b3-949738ce4d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:30.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:31,208 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_s napshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb?cascade=True 0.093s 2023-07-21 07:33:31,209 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:31 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-df525eac-7eba-4fc8-8c7a-d41c3683ee3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb?cascade=True'} Body: b'' 2023-07-21 07:33:31,256 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.046s 2023-07-21 07:33:31,256 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b47fe67-9d36-40e2-adec-5db04085d699', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b47fe67-9d36-40e2-adec-5db04085d699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:31.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:32,340 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.070s 2023-07-21 07:33:32,340 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffcc2a4-4caf-4fe4-b309-356ad120eacd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffcc2a4-4caf-4fe4-b309-356ad120eacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:31.000000", "name": "tempest-VolumesDeleteCascade -Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:33,540 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.188s 2023-07-21 07:33:33,540 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644d01e9-f47f-44e2-89cf-5439a061fc30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644d01e9-f47f-44e2-89cf-5439a061fc30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:33,610 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.057s 2023-07-21 07:33:33,610 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca29786a-bc02-4070-a328-8d61f010a694', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca29786a-bc02-4070-a328-8d61f010a694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:30.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebe feddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:33,733 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.104s 2023-07-21 07:33:33,733 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 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-de02c239-7cfb-4285-a090-fc352d5c3575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'' 2023-07-21 07:33:33,780 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.046s 2023-07-21 07:33:33,780 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed209586-e170-4568-8cc1-14d78cccb783', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed209586-e170-4568-8cc1-14d78cccb783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:34,854 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.060s 2023-07-21 07:33:34,855 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c73105-124c-4f46-9200-300a70fcf5a9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack- API-Version', 'x-openstack-request-id': 'req-a1c73105-124c-4f46-9200-300a70fcf5a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:35,938 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.072s 2023-07-21 07:33:35,938 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c80f24d-a7e5-40aa-a153-cc008922372d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c80f24d-a7e5-40aa-a153-cc008922372d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:37,014 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.064s 2023-07-21 07:33:37,015 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-686da8ca-8527-4490-8ae7-f84204929a04', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-686da8ca-8527-4490-8ae7-f84204929a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776 a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:38,107 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.038s 2023-07-21 07:33:38,107 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 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-8e6564f6-63c8-4a1e-85d0-fc64826b764e', 'x-openstack-request-id': 'req-8e6564f6-63c8-4a1e-85d0-fc64826b764e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6cfd1558-4f4a-4795-88f6-908129b9d1f9 could not be found."}}' 2023-07-21 07:33:38,179 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.071s 2023-07-21 07:33:38,179 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 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-37e2dae0-08aa-433b-a4ff-7fcb9f40c157', 'x-openstack-request-id': 'req-37e2dae0-08aa-433b-a4ff-7fcb9f40c157', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-21 07:33:38,243 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.062s 2023-07-21 07:33:38,244 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b340c33c-2172-48c3-b965-5ce65496d6c0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b340c33c-2172-48c3-b965-5ce65496d6c0', ' connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:38,303 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.049s 2023-07-21 07:33:38,304 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 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-e0ace27e-ae19-495a-9a63-91a369c7176b', 'x-openstack-request-id': 'req-e0ace27e-ae19-495a-9a63-91a369c7176b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} 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."}}' {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.166680s] ... ok {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.093597s] ... ok {6} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.163685s] ... ok {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.440088s] ... ok {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.259913s] ... ok {10} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [0.349057s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:42,405 79500 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.105s 2023-07-21 07:33:42,406 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-abdb932d-bec3-4773-867f-62d676df4d73', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f321472528044cfb94a30130b970747c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097-project-member", "password_expires_at": null}, "audit_ids": ["ZRIP7oSkTC20CaC7Tfvt5w"], "expires_at": "2023-07-21T08:33:42.000000Z", "issued_at": "2023-07-21T07:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de790b15494449a2a9ec8df79e525099", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:42,406 79500 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '88fd66e8-0853-4f09-a5eb-cb9c44d4efb6', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1715931016-network', 'tenant_id': 'de790b15494449a2a9ec8df79e525099', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'de790b15494449a2a9ec8df79e525099', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65388, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:29Z', 'updated_at': '2023-07-21T07:33:29Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:42,640 79500 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.233s 2023-07-21 07:33:42,641 79500 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-829072460", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "88fd66e8-0853-4f09-a5eb-cb9c44d4efb6"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-37b63baf-91a8-412d-b105-7de1d71813c4', 'x-compute-request-id': 'req-37b63baf-91a8-412d-b105-7de1d71813c4', 'connection': 'close', 'status': '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.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [0.071360s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:42,690 79500 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.036s 2023-07-21 07:33:42,690 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-b54dcfa5-3cd8-43f8-a336-e56f53d0e935', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f321472528044cfb94a30130b970747c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097-project-member", "password_expires_at": null}, "audit_ids": ["ZiVcticPRfOoVVEANkhGpg"], "expires_at": "2023-07-21T08:33:42.000000Z", "issued_at": "2023-07-21T07:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de790b15494449a2a9ec8df79e525099", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:42,691 79500 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '88fd66e8-0853-4f09-a5eb-cb9c44d4efb6', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1715931016-network', 'tenant_id': 'de790b15494449a2a9ec8df79e525099', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'de790b15494449a2a9ec8df79e525099', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65388, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:29Z', 'updated_at': '2023-07-21T07:33:29Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:42,715 79500 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-21 07:33:42,716 79500 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-1236268185", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "88fd66e8-0853-4f09-a5eb-cb9c44d4efb6"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-7db09822-f785-41cb-abeb-0572e42a239e', 'x-compute-request-id': 'req-7db09822-f785-41cb-abeb-0572e42a239e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [9.022020s] ... ok {6} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.333699s] ... ok {3} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.351651s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.308415s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.063230s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.182693s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018249s] ... ok {4} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.017770s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.748981s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.064161s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.056067s] ... ok {2} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [4.102135s] ... ok {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [61.298684s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:49,091 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes 1.126s 2023-07-21 07:32:49,091 79498 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-645536043", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1c68a3-15c5-4a94-8f82-877ab4272aeb', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1c68a3-15c5-4a94-8f82-877ab4272aeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:48.977225", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:49,151 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.047s 2023-07-21 07:32:49,152 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66e5fae1-92c7-4399-a8e8-4ec9fb2d0046', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66e5fae1-92c7-4399-a8e8-4ec9fb2d0046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:50,247 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.079s 2023-07-21 07 :32:50,248 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d948c755-c4aa-4598-80c7-fcf0ce6528e6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d948c755-c4aa-4598-80c7-fcf0ce6528e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:51,318 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.056s 2023-07-21 07:32:51,318 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96ff8ae-407e-443d-8307-d01900f29ef1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96ff8ae-407e-443d-8307-d01900f29ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:52,459 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.125s 2023-07-21 07:32:52,459 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Fri, 21 Jul 2023 07:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cecbddf5-89c9-41ef-85ca-eeb34fd0ffb1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cecbddf5-89c9-41ef-85ca-eeb34fd0ffb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:53,533 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.061s 2023-07-21 07:32:53,533 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d49ba9bc-da41-4627-9c87-876f4254b8c5', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d49ba9bc-da41-4627-9c87-876f4254b8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:54,600 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.052s 2023-07-21 07:32:54,600 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71f31d0-d82a-4bbf-8b58-d4 f591e8200a', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71f31d0-d82a-4bbf-8b58-d4f591e8200a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:55,678 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.066s 2023-07-21 07:32:55,679 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afab0977-7a00-419a-8121-243608562ff4', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afab0977-7a00-419a-8121-243608562ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:56,740 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.049s 2023-07-21 07:32:56,740 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb42bba-84a1-4a93-b6a9-dd50b6c21a4e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-efb42bba-84a1-4a93-b6a9-dd50b6c21a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:57,797 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.043s 2023-07-21 07:32:57,798 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a217d39c-4ffd-4796-acc7-4aa9393b2c09', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a217d39c-4ffd-4796-acc7-4aa9393b2c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:58,858 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.046s 2023-07-21 07:32:58,858 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32893dda-0f4a-4071-968d-80fadf4c14c0', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32893dda-0f4a-4071-968d-80fadf4c14c0', 'connection': 'close', 'st atus': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:59,938 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.059s 2023-07-21 07:32:59,939 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b82c2c-1dbd-4807-9552-45a5e8bb270e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b82c2c-1dbd-4807-9552-45a5e8bb270e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:01,027 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.068s 2023-07-21 07:33:01,028 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8650d6ab-1905-4bc0-878b-230944bad17a', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8650d6ab-1905-4bc0-878b-230944bad17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volu mes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:02,120 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.074s 2023-07-21 07:33:02,121 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407d3d63-20e2-46c3-9be7-6bcb352c5b23', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407d3d63-20e2-46c3-9be7-6bcb352c5b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:03,209 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:03,210 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08d787c-8761-4bc7-9af5-c92a1c921042', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08d787c-8761-4bc7-9af5-c92a1c921042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c 1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:04,306 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.080s 2023-07-21 07:33:04,306 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46f54b0-7d34-4060-9766-4805394624e0', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46f54b0-7d34-4060-9766-4805394624e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:05,387 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.068s 2023-07-21 07:33:05,388 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2003666d-8063-4e86-a503-b5ba4c838f66', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2003666d-8063-4e86-a503-b5ba4c838f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "202 3-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:06,515 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.107s 2023-07-21 07:33:06,515 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7fdc768-7355-4f90-9490-4813f334268e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7fdc768-7355-4f90-9490-4813f334268e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:07,604 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:07,604 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102a089f-4814-4a07-a243-1ab0891af13b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102a089f-4814-4a07-a243-1ab0891af13b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDev icesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:08,704 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.088s 2023-07-21 07:33:08,705 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f6af4f-f99c-47ed-bc2e-beb8dee05b35', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f6af4f-f99c-47ed-bc2e-beb8dee05b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:09,764 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.048s 2023-07-21 07:33:09,764 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447c6c6f-7fb0-4e20-a115-7edac87c113d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447c6c6f-7fb0-4e20-a115-7edac87c113d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": n ull, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:10,858 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.082s 2023-07-21 07:33:10,858 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb87618-dbab-40dd-ad1e-a04075d15789', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb87618-dbab-40dd-ad1e-a04075d15789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:11,972 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:11,973 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7056979-b99f-41dd-972e-ba924d631621', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7056979-b99f-41dd-972e-ba924d631621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volu me/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:13,053 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.069s 2023-07-21 07:33:13,054 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c7aacf-c6a7-4e40-809e-0b0f27e07eb2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c7aacf-c6a7-4e40-809e-0b0f27e07eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:14,125 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.050s 2023-07-21 07:33:14,125 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d7309c-aa6a-412f-bf47-983a732b4a91', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d7309c-aa6a-412f-bf47-983a732b4a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "book mark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:15,214 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.077s 2023-07-21 07:33:15,214 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da47541a-5a68-41bd-9a16-6c5405246620', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da47541a-5a68-41bd-9a16-6c5405246620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:16,311 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:16,312 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30be988-54bb-4acf-a7c1-475c1a938294', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30be988-54bb-4acf-a7c1-475c1a938294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a -a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:17,540 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.208s 2023-07-21 07:33:17,541 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72896fda-96a9-48b4-9729-984ff0b00bed', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72896fda-96a9-48b4-9729-984ff0b00bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:18,623 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.068s 2023-07-21 07:33:18,623 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec5daa2-adfc-4d07-9426-977e9138b584', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec5daa2-adfc-4d07-9426-977e9138b584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypte d": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:19,706 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.062s 2023-07-21 07:33:19,707 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-608e6f02-8b73-466a-91b6-08302a716a5f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-608e6f02-8b73-466a-91b6-08302a716a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:20,782 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.063s 2023-07-21 07:33:20,782 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e508cc7b-e296-4bab-bd0f-e4de0455699a', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e508cc7b-e296-4bab-bd0f-e4de0455699a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachmen ts": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:21,916 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.114s 2023-07-21 07:33:21,916 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c05068-215e-4268-8d83-d824742b83e8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c05068-215e-4268-8d83-d824742b83e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:23,322 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.394s 2023-07-21 07:33:23,322 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef2a72b-833c-4ad3-9dda-4b78e462912c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef2a72b-833c-4ad3-9dda-4b78e462912c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": " b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:24,376 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.040s 2023-07-21 07:33:24,376 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c041d0c-110c-4062-8fdf-c07831af3765', 'content-length': '1394', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c041d0c-110c-4062-8fdf-c07831af3765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:24,388 79498 INFO [tempest.common.waiters] volume 77ccac22-f614-467a-a0c1-64514ef5a82a reached available after waiting for 35.388045 seconds 2023-07-21 07:33:24,683 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes 0.295s 2023-07-21 07:33:24,684 79498 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-714092539"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937adc10-d0aa-46ed-874b-31d0782c00b9', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937adc10-d0aa-46ed-874b-31d0782c00b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:24.619496", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e 1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:24,738 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db 0.044s 2023-07-21 07:33:24,739 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7941751-2e99-4cb8-9b4e-b8d8f878fe0a', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7941751-2e99-4cb8-9b4e-b8d8f878fe0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:25.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:25,830 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db 0.079s 2023-07-21 07:33:25,830 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c903600-6b39-41b9-88c8-f8201d8fec40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c903600-6b39-41b9-88c8-f8201d8fec40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:25.000000", "updated_at": "2023-07-21T07:33:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "con sistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:26,889 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db 0.047s 2023-07-21 07:33:26,890 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe15a792-5cf8-4198-9d57-5814b03c148b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe15a792-5cf8-4198-9d57-5814b03c148b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:25.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:26,900 79498 INFO [tempest.common.waiters] volume 0fb2cd73-6156-4022-966a-e5c3d429c5db reached available after waiting for 2.900531 seconds 2023-07-21 07:33:27,166 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes 0.265s 2023-07-21 07:33:27,167 79498 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-388003088"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736afe33-c6fd-4efc-a0a5-2f60b399c9db', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736afe33-c6fd-4efc-a0a5-2f60b399c9db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.069908", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:27,229 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223 0.045s 2023-07-21 07:33:27,230 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69fa8c9f-d3ca-48c6-a183-7251cf675620', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69fa8c9f-d3ca-48c6-a183-7251cf675620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:28,316 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223 0.074s 2023-07-21 07:33:28,317 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17308bfc-ac4e-4da5-b5a4-e89e5ac2f3cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17308bfc-ac4e-4da5-b5a4-e89e5ac2f3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:29,404 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6 223 0.065s 2023-07-21 07:33:29,404 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2e3287-00a2-4819-bcde-268492ad7d15', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2e3287-00a2-4819-bcde-268492ad7d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:29.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:29,415 79498 INFO [tempest.common.waiters] volume c6d81bb6-89d7-4283-88dc-cedf741e6223 reached available after waiting for 2.415149 seconds 2023-07-21 07:33:31,228 79498 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.812s 2023-07-21 07:33:31,228 79498 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-1029732317"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8475ae81-6133-46d7-b6e3-f01ff1dea73d', 'date': 'Fri, 21 Jul 2023 07:33:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","name":"tempest-device-tagging-net1-1029732317","tenant_id":"b1e1794836b54527ade584e1d0a113b4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b1e1794836b54527ade584e1d0a113b4","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-21T07:33:29Z","updated_at":"2023-07-21T07:33:29Z","revision_number":1}}' 2023-07-21 07:33:32,044 79498 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 0.815s 2023-07-21 07:33:32,044 79498 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-1839254635"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8c58b5ea-43d8-4c53-a903-90c2ff7cc3f9', 'date': 'Fri, 21 Jul 2023 07:33:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e9ddbdd2-bc76-4eed-93ff-7066197796f4","name":"tempest-device-tagging-ne t2-1839254635","tenant_id":"b1e1794836b54527ade584e1d0a113b4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b1e1794836b54527ade584e1d0a113b4","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-21T07:33:31Z","updated_at":"2023-07-21T07:33:31Z","revision_number":1}}' 2023-07-21 07:33:34,553 79498 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.508s 2023-07-21 07:33:34,553 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b191d8d6-365d-43c2-a695-ebcb353ff3ce', 'date': 'Fri, 21 Jul 2023 07:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1","name":"","tenant_id":"b1e1794836b54527ade584e1d0a113b4","network_id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","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-21T07:33:32Z","updated_at":"2023-07-21T07:33:32Z","revision_number":0,"project_id":"b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:36,817 79498 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.263s 2023-07-21 07:33:36,818 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "e9ddbdd2-bc76-4eed-93ff-7066197796f4", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-0de4a2a4-c88c-4857-a4bc-76d11baf6118', 'date': 'Fri, 21 Jul 2023 07:33:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5166a904-cfb2-4ae7-9a06-aba67c5be62a","name":"","tenant_id":"b1e1794836b54527ade584e1d0a113b4","network_id":"e9ddbdd2-bc76-4eed-93ff-7066197796f4","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-21T07:33:34Z","updated_at":"2023-07-21T07:33:34Z","revision_number":0,"project_id":"b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:39,178 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 2.359s 2023-07-21 07:33:39,178 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "name": "tempest-TaggedBootDevicesTest_v242-113024486", "fixed_ips": [{"subnet_id": "5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-c1b4ee74-6bb3-4a91-aafb-2702820789bc', 'date': 'Fri , 21 Jul 2023 07:33:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"a55133c9-80d6-41d4-8a47-b0841221fb01","name":"tempest-TaggedBootDevicesTest_v242-113024486","network_id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","tenant_id":"b1e1794836b54527ade584e1d0a113b4","mac_address":"fa:16:3e:44:dc:b4","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1","ip_address":"10.1.1.212"}],"project_id":"b1e1794836b54527ade584e1d0a113b4","port_security_enabled":true,"security_groups":["df52572d-aaed-49f2-a6f8-dcdf840c0219"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:33:37Z","updated_at":"2023-07-21T07:33:37Z","revision_number":1}}' 2023-07-21 07:33:40,698 79498 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.518s 2023-07-21 07:33:40,698 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "name": "tempest-TaggedBootDevicesTest_v242-218530489", "fixed_ips": [{"subnet_id": "5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-7c6d309b-cfa8-4d0c-a379-436e77237ce1', 'date': 'Fri, 21 Jul 2023 07:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"181b41c5-fe46-41d2-97fc-f5a32726223f","name":"tempest-TaggedBootDevicesTest_v242-218530489","network_id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","tenant_id":"b1e1794836b54527ade584e1d0a113b4","mac_address":"fa:16:3e:c5:08:c1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1","ip_address":"10.1.1.70"}],"project_id":"b1e1794836b54527ade584e1d0a113b4","port_security_enabled":true,"security_groups":["df52572d-aaed-49f2-a6f8-dcdf840c0219"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:33:39Z","updated_at":"2023-07-21T07:33:40Z","revision_number":1}}' 2023-07-21 07:33:40,699 79498 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:33:40,699 79498 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:33:40,768 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-07-21 07:33:40,768 79498 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-1939705130", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkVXLOXYHx/tndHy4X9YqCPJkrxiASa4WOijROHHNxu43mbqmTJ2hqOne0FbkXtt7I/atDlRr1bkg5kjnex7j0ujZHE9wUarDvNU8iq2hT/XGUo4qyciP31J1kjF6cwBg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f03aca0-ed02-424b-9f81-ba7105eb97f1', 'x-compute-request-id': 'req-6f03aca0-ed02-424b-9f81-ba7105eb97f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/ v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1939705130", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkVXLOXYHx/tndHy4X9YqCPJkrxiASa4WOijROHHNxu43mbqmTJ2hqOne0FbkXtt7I/atDlRr1bkg5kjnex7j0ujZHE9wUarDvNU8iq2hT/XGUo4qyciP31J1kjF6cwBg==", "fingerprint": "7e:9f:cd:ba:20:92:46:ee:4f:d5:ab:99:aa:22:76:17", "user_id": "c48b2de3c9724501b126675decdd086f"}}' 2023-07-21 07:33:40,773 79498 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1939705130 created 2023-07-21 07:33:41,010 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.235s 2023-07-21 07:33:41,010 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1547596569", "description": "tempest-description--221585724"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1ac506ba-f0a5-4800-b352-8b3468f2dfbf', 'date': 'Fri, 21 Jul 2023 07:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bbcec298-2765-435c-bb4e-701f86d3123e", "name": "tempest-securitygroup--1547596569", "stateful": true, "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "description": "tempest-description--221585724", "shared": false, "security_group_rules": [{"id": "13fa186c-7936-47c3-92a3-271b36e0dfa0", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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": 559, "description": null, "tags": [], "created_at": "2023-07-21T07:33:40Z", "updated_at": "2023-07-21T07:33:40Z", "revision_number": 0}, {"id": "3e5403e6-6cf8-4517-83dc-4c0dd09d6ad0", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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": 560, "description": null, "tags": [], "created_at": "2023-07-21T07:33:40Z", "updated_at": "2023-07-21T07:33:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:33:40Z", "updated_at": "2023-07-21T07:33:40Z", "revision_number": 1, "project_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:41,218 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-07-21 07:33:41,218 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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-29f9926e-b3dc-4a79-b007-baaa32eff705', 'date': 'Fri, 21 Jul 2023 07:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3e4e4922-3692-4624-a20f-09045b9007b0", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0 a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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-21T07:33:41Z", "updated_at": "2023-07-21T07:33:41Z", "revision_number": 0}}' 2023-07-21 07:33:41,564 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.345s 2023-07-21 07:33:41,565 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c1ef282-7668-4ba2-92ac-8ee9b8d2483a', 'date': 'Fri, 21 Jul 2023 07:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bac8ff1-30e2-4da5-89a6-b873363fd02f", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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-21T07:33:41Z", "updated_at": "2023-07-21T07:33:41Z", "revision_number": 0}}' 2023-07-21 07:33:41,565 79498 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1547596569 created 2023-07-21 07:33:43,508 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.942s 2023-07-21 07:33:43,508 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-80e66640-f9c0-4acc-9899-8660fe2613b4', 'date': 'Fri, 21 Jul 2023 07:33:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "765c444f-f07f-4e10-803b-811ef3a05658", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "floating_ip_address": "172.24.4.143", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b1e1794836b54527ade584e1d0a113b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:33:42Z", "updated_at": "2023-07-21T07:33:42Z", "revision_number": 0}}' 2023-07-21 07:33:43,509 79498 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '765c444f-f07f-4e10-803b-811ef3a05658', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:42Z', 'updated_at': '2023-07-21T07:33:42Z', 'revision_number': 0, 'ip': '172.24.4.143'} created 2023-07-21 07:33:43,634 79498 INFO [tempest.lib.common.rest_client] Re quest (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-21 07:33:43,634 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-c3406576-20e4-414e-a4c9-2602fc196549', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c48b2de3c9724501b126675decdd086f", "name": "tempest-TaggedBootDevicesTest_v242-123793045-project-member", "password_expires_at": null}, "audit_ids": ["YYe1iGAFTnWCiM0lwS0mhQ"], "expires_at": "2023-07-21T08:33:43.000000Z", "issued_at": "2023-07-21T07:33:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1e1794836b54527ade584e1d0a113b4", "name": "tempest-TaggedBootDevicesTest_v242-123793045"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:43,635 79498 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '0afc0317-121a-40d1-9d57-bcb1bd489584', 'name': 'tempest-TaggedBootDevicesTest_v242-227421491-network', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network ': None, 'provider:segmentation_id': 42751, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:43,740 79498 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.100s 2023-07-21 07:33:43,740 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-4bf89e06-7f9f-4719-9885-c653355db006', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c48b2de3c9724501b126675decdd086f", "name": "tempest-TaggedBootDevicesTest_v242-123793045-project-member", "password_expires_at": null}, "audit_ids": ["nARVOU7-RRy9kJk0-dmi8g"], "expires_at": "2023-07-21T08:33:43.000000Z", "issued_at": "2023-07-21T07:33:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1e1794836b54527ade584e1d0a113b4", "name": "tempest-TaggedBootDevicesTest_v242-123793045"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:43,741 79498 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '0afc031 7-121a-40d1-9d57-bcb1bd489584', 'name': 'tempest-TaggedBootDevicesTest_v242-227421491-network', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42751, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:43,741 79498 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1939705130', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkVXLOXYHx/tndHy4X9YqCPJkrxiASa4WOijROHHNxu43mbqmTJ2hqOne0FbkXtt7I/atDlRr1bkg5kjnex7j0ujZHE9wUarDvNU8iq2hT/XGUo4qyciP31J1kjF6cwBg==', 'fingerprint': '7e:9f:cd:ba:20:92:46:ee:4f:d5:ab:99:aa:22:76:17', 'user_id': 'c48b2de3c9724501b126675decdd086f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDqDF+F9ehvqXZKV2HiinYsSvxuAc36rYWIsVGbQweqvJpxioGB+AwA\n1EuTYItjtyGgBwYFK4EEACKhZANiAAT5FVyzl2B8f7Z3R8uF/WKgjyZK8YgEmuFj\noo0ThxzcbuN5m6pkydoajp3tBW5F7beyP2rQ5Ua9W5IOZI53se49Lo2RxPcFGqw7\nzVPIqtoU/1xlKOKsnIj99SdZIxenMAY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bbcec298-2765-435c-bb4e-701f86d3123e', 'name': 'tempest-securitygroup--1547596569', 'stateful': True, 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'description': 'tempest-description--221585724', 'shared': False, 'security_group_rules': [{'id': '13fa186c-7936-47c3-92a3-271b36e0dfa0', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'security_group_id': 'bbcec298-2765-435c-bb4e-701f86d3123e', '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': 559, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:33:40Z', 'updated_at': '2023-07-21T07:33:40Z', 'revision_number': 0}, {'id': '3e5403e6-6cf8-4517-83dc-4c0dd09d6ad0', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'security_group_id': 'bbcec298-2765-435c-bb4e-701f86d3123e', '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': 560, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:33:40Z', 'updated_at': '2023-07-21T07:33:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:33:40Z', 'updated_at': '2023-07-21T07:33:40Z', 'revision_number': 1, 'project_id': 'b1e1794836b54527ade584e1d0a113b4'}, 'floating_ip': {'id': '765c444f-f07f-4e10-803b-811ef3a05658', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:42Z', 'updated_at': '2023-07-21T07:33:42Z', 'revision_number': 0, 'ip': '172.24.4.143'}} 2023-07-21 07:33:43,789 79498 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.046s 2023-07-21 07:33:43,789 79498 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-27057668", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "0afc0317-121a-40d1-9d57-bcb1bd489584"}, {"port": "a55133c9-80d6-41d4-8a47-b0841221fb01", "tag": "port-1"}, {"port": "181b41c5-fe46-41d2-97fc-f5a32726223f", "tag": "port-2"}, {"uuid": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "tag": "net-1"}, {"uuid": "2c3cb780-3d9c-4946-b28e-b49a071761ae"}, {"uuid": "e9ddbdd2-bc76-4eed-93ff-7066197796f4", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "e9ddbdd2-bc76-4eed-93ff-7066197796f4", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "77ccac22-f614-467a-a0c1-64514ef5a82a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1547596569"}], "key_name": "tempest-keypair-1939705130", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-c1381068-94f0-472c-8693-f8f3c5d3ecd1', 'x-compute-request-id': 'req-c1381068-94f0-472c-8693-f8f3c5d3ecd1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:33:43,831 79498 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-1939705130 0.039s 2023-07-21 07:33:43,831 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-cdda22b4-e482-4af8-a902-c743c68ddf6d', 'x-compute-request-id': 'req-cdda22b4-e482-4af8-a902-c743c68ddf6d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1939705130'} Body: b'' 2023-07-21 07:33:44,581 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e 0.749s 2023-07-21 07:33:44,581 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-2b9f1f9b-d3c5-4dc0-8503-2c11a34705fb', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e'} Body: b'' 2023-07-21 07:33:44,617 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e 0.035s 2023-07-21 07:33:44,618 79498 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-5de3c6ed-1661-49d6-9a72-9a0ce267738f', 'date': 'Fri, 21 Jul 2023 07:33:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bbcec298-2765-435c-bb4e-701f86d3123e does not exist", "detail": ""}}' 2023-07-21 07:33:45,183 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/765c444f-f07f-4e10-803b-811ef3a05658 0.564s 2023-07-21 07:33:45,183 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0ff2f18a-e976-4f4c-bc86-df8ba5895879', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/765c444f-f07f-4e10-803b-811ef3a05658'} Body: b'' 2023-07-21 07:33:45,823 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/181b41c5-fe46-41d2-97fc-f5a32726223f 0.639s 2023-07-21 07:33:45,824 79498 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-95718f69-4c9f-4a84-8e21-54cd81466000', 'date': 'Fri, 21 Jul 2023 07:33:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/181b41c5-fe46-41d2-97fc-f5a32726223f'} Body: b'' 2023-07-21 07:33:46,496 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/a55133c9-80d6-41d4-8a47-b0841221fb01 0.672s 2023-07-21 07:33:46,497 79498 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-7e874a12-bf5c-49df-a9f6-3411ff5372be', 'date': 'Fri, 21 Jul 2023 07:33:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/a55133c9-80d6-41d4-8a47-b0841221fb01'} Body: b'' 2023-07-21 07:33:46,861 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/5166a904-cfb2-4ae7-9a06-aba67c5be62a 0.363s 2023-07-21 07:33:46,862 79498 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-18ffe849-8ca6-4ce9-949e-ade43457d9fd', 'date': 'Fri, 21 Jul 2023 07:33:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/5166a904-cfb2-4ae7-9a06-aba67c5be62a'} Body: b'' 2023-07-21 07:33:47,209 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1 0.347s 2023-07-21 07:33:47,210 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-6a0fdbea-692f-4ed2-bdba-c13491242fe7', 'date': 'Fri, 21 Jul 2023 07:33:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1'} Body: b'' 2023-07-21 07:33:48,253 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/e9ddbdd2-bc76-4eed-93ff-7066197796f4 1.042s 2023-07-21 07:33:48,253 79498 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-1e5839d7-9508-41b4-bd05-96d5c93b218b', 'date': 'Fri, 21 Jul 2023 07:33:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/e9ddbdd2-bc76-4eed-93ff-7066197796f4'} Body: b'' 2023-07-21 07:33:49,260 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2c3cb780-3d9c-4946-b28e-b49a071761ae 1.006s 2023-07-21 07:33:49,261 79498 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-06beb37e-a21b-4343-b712-8dd1b2da7bc4', 'date': 'Fri, 21 Jul 2023 07:33:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2c3cb780-3d9c-4946-b28e-b49a071761ae'} Body: b'' {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.031381s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.072701s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.026980s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.138990s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.053249s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.062971s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.039472s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.066279s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.058834s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.060322s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.062369s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.231798s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.137126s] ... ok {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.443027s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [9.778888s] ... ok {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [23.873269s] ... ok {0} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.811457s] ... ok {0} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.382349s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [14.502326s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [12.154152s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.059574s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.404523s] ... ok {3} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} 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.'} {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.438940s] ... ok {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.155257s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [0.408866s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:13,061 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.119s 2023-07-21 07:34:13,061 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9eecdc2-1f47-4c83-8c67-2e56bf5b4704', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8316f0e308f749d5b89641947628af1c", "name": "tempest-VolumesActionsTest-1919890984-project-member", "password_expires_at": null}, "audit_ids": ["1fLTcFhoRe2C4_km5HU1WA"], "expires_at": "2023-07-21T08:34:12.000000Z", "issued_at": "2023-07-21T07:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34aaf35c78bb4e068a7238e2c7148449", "name": "tempest-VolumesActionsTest-1919890984"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/34aaf35c78bb4e068a7238e2c7148449", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/34aaf35c78bb4e068a7238e2c7148449", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/34aaf35c78bb4e068a7238e2c7148449", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:13,062 79488 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '2a9a6f2a-6076-429c-9ad1-e51e4349ce61', 'name': 'tempest-VolumesActionsTest-1889378887-network', 'tenant_id': '34aaf35c78bb4e068a7238e2c7148449', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '34aaf35c78bb4e068a7238e2c7148449', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30886, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:51Z', 'updated_at': '2023-07-21T07:33:51Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:13,343 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.280s 2023-07-21 07:34:13,343 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-2144642542", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "2a9a6f2a-6076-429c-9ad1-e51e4349ce61"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34: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-99d546d6-87ff-4a49-8aa9-4d8cf18a0b82', 'x-compute-request-id': 'req-99d546d6-87ff-4a49-8aa9-4d8cf18a0b82', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.256859s] ... ok {11} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.402605s] ... ok {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.425256s] ... ok {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.285091s] ... ok {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [31.237125s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:45,293 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes 0.741s 2023-07-21 07:33:45,293 79490 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-1927381773", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ecb775b-208e-448e-b3e3-5ef8f044c0ce', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ecb775b-208e-448e-b3e3-5ef8f044c0ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.204998", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:45,357 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.053s 2023-07-21 07:33:45,357 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0659f3-62ed-4d49-97a1-db9864ff3184', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0659f3-62ed-4d49-97a1-db9864ff3184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:46,456 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.086s 2023-07-21 07:33:46,456 79490 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67db060-4f96-499a-8dd8-6be534a45fc1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67db060-4f96-499a-8dd8-6be534a45fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:47,566 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.076s 2023-07-21 07:33:47,566 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-743d2ddd-1657-4695-8477-5bc210c5ed11', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-743d2ddd-1657-4695-8477-5bc210c5ed11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:48,653 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.074s 2023-07-21 07:33:48,653 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:48 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13add313-f3c9-4252-9a82-f9bde9148816', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13add313-f3c9-4252-9a82-f9bde9148816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:49,730 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.063s 2023-07-21 07:33:49,731 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169d4209-7f52-451e-8986-865268cc0de9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169d4209-7f52-451e-8986-865268cc0de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:50,815 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.063s 2023-07-21 07:33:50,816 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5599ef5e-5230-4078-bdc1-edf386e8ce9c', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opensta ck-request-id': 'req-5599ef5e-5230-4078-bdc1-edf386e8ce9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:50,831 79490 INFO [tempest.common.waiters] volume 8a04dddb-1481-48af-ae80-6f58860ca439 reached available after waiting for 5.830931 seconds 2023-07-21 07:33:51,187 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes 0.355s 2023-07-21 07:33:51,187 79490 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-1216516698"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-253a562b-8049-4437-be03-e589eda2966a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253a562b-8049-4437-be03-e589eda2966a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.089921", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:51,277 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.077s 2023-07-21 07:33:51,278 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84eefa1-e38f-43bf-9608-2c4035a5482c', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84eefa1-e38f-43bf-9608-2c4035a5482c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:52,378 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.079s 2023-07-21 07:33:52,379 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd75275-db4c-4bdc-9f5b-2b0272b82718', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd75275-db4c-4bdc-9f5b-2b0272b82718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": "2023-07-21T07:33:51.000000", "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:53,453 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.060s 2023-07-21 07:33:53,453 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15eddb1-b7d9-4607-bdb6-5f59cf4d54d7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStac k-API-Version', 'x-openstack-request-id': 'req-c15eddb1-b7d9-4607-bdb6-5f59cf4d54d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": "2023-07-21T07:33:51.000000", "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:54,523 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.058s 2023-07-21 07:33:54,523 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58603929-fc03-4976-b5b7-72a5ea1a2749', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58603929-fc03-4976-b5b7-72a5ea1a2749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": "2023-07-21T07:33:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:54,535 79490 INFO [tempest.common.waiters] volume e5f2e361-4743-4fbf-b69e-d41e7dd4d194 reached available after waiting for 3.535940 seconds 2023-07-21 07:33:54,865 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes 0.328s 2023-07-21 07:33:54,865 79490 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-1292944108"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b4a5fc-2bf1-4ea4-97b8-94cb37fa7078', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-73b4a5fc-2bf1-4ea4-97b8-94cb37fa7078', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:54.740576", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:54,941 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.058s 2023-07-21 07:33:54,941 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6da8e3b-93cf-482a-a6e5-6b4d4f7e2ccf', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6da8e3b-93cf-482a-a6e5-6b4d4f7e2ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:55.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:56,030 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.066s 2023-07-21 07:33:56,030 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2da97f-aea8-49e2-aa11-fbad794ad1d7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2da97f-aea8-49e2-aa11-fbad794ad1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:3 3:55.000000", "updated_at": "2023-07-21T07:33:55.000000", "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:57,111 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.063s 2023-07-21 07:33:57,112 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8d44a2-7893-469b-a996-d10f72257c27', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8d44a2-7893-469b-a996-d10f72257c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:55.000000", "updated_at": "2023-07-21T07:33:55.000000", "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:58,196 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.062s 2023-07-21 07:33:58,197 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d2de51-0a5e-40e5-92dc-95d5064310ef', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d2de51-0a5e-40e5-92dc-95d5064310ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:55.000000", "updated_at": "2023-07-21T07:33:57.000000", "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{" rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:58,216 79490 INFO [tempest.common.waiters] volume 7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 reached available after waiting for 4.216510 seconds 2023-07-21 07:33:59,328 79490 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.111s 2023-07-21 07:33:59,329 79490 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-1929616375"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3e095463-85f1-4ee1-bd68-23f56df7abc3', 'date': 'Fri, 21 Jul 2023 07:33:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","name":"tempest-device-tagging-net1-1929616375","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ea64f81e845d48b9b6901eadb132cf1f","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-21T07:33:58Z","updated_at":"2023-07-21T07:33:58Z","revision_number":1}}' 2023-07-21 07:34:00,233 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.903s 2023-07-21 07:34:00,233 79490 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-497069147"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-80e9173c-98db-465d-bc55-b5ec80c5be3a', 'date': 'Fri, 21 Jul 2023 07:34:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"473553d1-7116-4ed0-a7ae-ea3208f2cc34","name":"tempest-device-tagging-net2-497069147","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ea64f81e845d48b9b6901eadb132cf1f","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-21T07:33:59Z","updated_at":"2023-07-21T07:33:59Z","revision_number":1}}' 2023-07-21 07:34:02,078 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.843s 2023-07-21 07:34:02,078 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-cb5b9aa4-aa6b-47b6-a317-2f982b44a7a6', 'date': 'Fri, 21 Jul 2023 07:34:02 G MT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"40d162e4-0913-4c6a-a9e2-bd38bd041539","name":"","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","network_id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","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-21T07:34:00Z","updated_at":"2023-07-21T07:34:00Z","revision_number":0,"project_id":"ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:34:04,345 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.266s 2023-07-21 07:34:04,346 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "473553d1-7116-4ed0-a7ae-ea3208f2cc34", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-cf2da6f5-7e28-48db-81d5-6305330a194e', 'date': 'Fri, 21 Jul 2023 07:34:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9ecbe179-aac7-4804-b940-46728b5ecb95","name":"","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","network_id":"473553d1-7116-4ed0-a7ae-ea3208f2cc34","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-21T07:34:02Z","updated_at":"2023-07-21T07:34:02Z","revision_number":0,"project_id":"ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:34:05,537 79490 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.189s 2023-07-21 07:34:05,537 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "name": "tempest-TaggedBootDevicesTest-2025314770", "fixed_ips": [{"subnet_id": "40d162e4-0913-4c6a-a9e2-bd38bd041539"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-1d6600fd-2fa8-4b1a-abae-1f1253bcdd09', 'date': 'Fri, 21 Jul 2023 07:34:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"e467142d-0c1e-4cde-ad4e-d604df051ccb","name":"tempest-TaggedBootDevicesTest-2025314770","network_id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","mac_address":"fa:16:3e:71:7e:52","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"40d162e4-0913-4c6a-a9e2-bd38bd041539","ip_address":"10.1.1.112"}],"project_id":"ea64f81e845d48b9b6901eadb132cf1f","port_security_enabled":true,"security_groups":["8ef6c1e1-cb6e-49ad-b8d4-5b89f6c44cd4"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:34:04Z","updated_at":"2023-07-21T07:34:05Z","revision_number":1}}' 2023-07-21 07:34:07,528 79490 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.990s 2023-07-21 07:34:07,528 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "name": "tempest-TaggedBootDevicesTest-935393119", "fixed_ips": [{"subnet_id": "40d162e4-0913-4c6a-a9e2-bd38bd041539"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-2ec3f273-a63e-4987-87a3-5ca30df4e243', 'date': 'Fri, 21 Jul 2023 07:34:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"239bafe7-38f3-4785-bd46-7286c6a52a37","name":"tempest-TaggedBootDevicesTest-935393119","network_id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","mac_address":"fa:16:3e:55:ad:98","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"40d162e4-0913-4c6a-a9e2-bd38bd041539","ip_address":"10.1.1.58"}],"project_id":"ea64f81e845d48b9b6901eadb132cf1f","port_security_enabled":true,"security_groups":["8ef6c1e1-cb6e-49ad-b8d4-5b89f6c44cd4"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:34:06Z","updated_at":"2023-07-21T07:34:06Z","revision_number":1}}' 2023-07-21 07:34:07,530 79490 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:34:07,530 79490 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:34:07,642 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.108s 2023-07-21 07:34:07,643 79490 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-167933015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKNSQsVA8oDs8jeg6Y6BHMUb3q+gzdhp3BmT2CzCEMsvLaJGEt7o3HZL6ZYdGUus53pTfMs3qct/GqkvpqbkNobwulJlkSZtVaw6xGSpEKo1n/gOgP/hlO6oeXEQ83mhIQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:07 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-135e5923-b778-4fae-94e4-9c79abeb5dae', 'x-compute-request-id': 'req-135e5923-b778-4fae-94e4-9c79abeb5dae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-167933015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKNSQsVA8oDs8jeg6Y6BHMUb3q+gzdhp3BmT2CzCEMsvLaJGEt7o3HZL6ZYdGUus53pTfMs3qct/GqkvpqbkNobwulJlkSZtVaw6xGSpEKo1n/gOgP/hlO6oeXEQ83mhIQ==", "fingerprint": "7e:e8:30:e6:73:c6:a2:d2:60:55:47:3c:68:2d:02:e4", "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a"}}' 2023-07-21 07:34:07,647 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-167933015 created 2023-07-21 07:34:07,851 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.202s 2023-07-21 07:34:07,852 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--882361508", "description": "tempest-description--1938096166"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-d84bc4e1-a1d1-4140-a7bd -d750ab3dea7a', 'date': 'Fri, 21 Jul 2023 07:34:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5772dd4d-e194-415c-8345-c4ed1311a405", "name": "tempest-securitygroup--882361508", "stateful": true, "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "description": "tempest-description--1938096166", "shared": false, "security_group_rules": [{"id": "2bc10041-3a9e-4f57-80b2-8dcb740a2600", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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": 664, "description": null, "tags": [], "created_at": "2023-07-21T07:34:07Z", "updated_at": "2023-07-21T07:34:07Z", "revision_number": 0}, {"id": "e4aa2206-c6b7-4c84-9f0d-613f15e86bd0", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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": 666, "description": null, "tags": [], "created_at": "2023-07-21T07:34:07Z", "updated_at": "2023-07-21T07:34:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:34:07Z", "updated_at": "2023-07-21T07:34:07Z", "revision_number": 1, "project_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:34:08,256 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.404s 2023-07-21 07:34:08,257 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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-ce1fc77c-95b1-47f7-b338-f90d4a587f71', 'date': 'Fri, 21 Jul 2023 07:34: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": "89f6b865-fd47-4d09-8cb0-8642078c3669", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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-21T07:34:08Z", "updated_at": "2023-07-21T07:34:08Z", "revision_number": 0}}' 2023-07-21 07:34:08,568 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.310s 2023-07-21 07:34:08,568 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6c8b9c89-f72c-4e8a-aa03-f9ca14e0747d', 'date': 'Fri, 21 Jul 2023 07:34: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": "ffd35fb5-d64f-416c-8876-f785020483cd", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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-21T07:34:08Z", "updated_at": "2023-07-21T07:34:08Z", "revision_number": 0}}' 2023-07-21 07:34:08,569 79490 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--882361508 created 2023-07-21 07:34:09,945 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.376s 2023-07-21 07:34:09,945 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-93b6a963-7641-4e8f-962b-83b5664e8e16', 'date': 'Fri, 21 Jul 2023 07:34:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ba922f38-4362-40d0-bd41-472951a38587", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "floating_ip_address": "172.24.4.153", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:34:09Z", "updated_at": "2023-07-21T07:34:09Z", "revision_number": 0}}' 2023-07-21 07:34:09,946 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ba922f38-4362-40d0-bd41-472951a38587', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:09Z', 'updated_at': '2023-07-21T07:34:09Z', 'revision_number': 0, 'ip': '172.24.4.153'} created 2023-07-21 07:34:10,067 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.116s 2023-07-21 07:34:10,067 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34: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-43414907-1eb3-4dc0-96e0-13207c4b2f10', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6554a1cfb41938a0f562b5f9bf28a", "name": "tempest-TaggedBootDevicesTest-504746557-project-member", "password_expires_at": null}, "audit_ids": ["TD7n0lnrSp2PxKG6dCeShg"], "expires_at": "2023-07-21T08:34:10.000000Z", "issued_at": "2023-07-21T07:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea64f81e845d48b9b6901eadb132cf1f", "name": "tempest-TaggedBootDevicesTest-504746557"}, " is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:10,068 79490 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '17353193-3bdc-42b8-a959-d9524470aeb8', 'name': 'tempest-TaggedBootDevicesTest-1788998570-network', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:18Z', 'updated_at': '2023-07-21T07:33:18Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:10,214 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.141s 2023-07-21 07:34:10,214 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:10 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-9434ed35-3c75-41fd-a4a2-5124f33981f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6554a1cfb41938a0f562b5f9bf28a", "na me": "tempest-TaggedBootDevicesTest-504746557-project-member", "password_expires_at": null}, "audit_ids": ["Fzzn8lcLR4qGoajn5f8DNQ"], "expires_at": "2023-07-21T08:34:10.000000Z", "issued_at": "2023-07-21T07:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea64f81e845d48b9b6901eadb132cf1f", "name": "tempest-TaggedBootDevicesTest-504746557"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:10,215 79490 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '17353193-3bdc-42b8-a959-d9524470aeb8', 'name': 'tempest-TaggedBootDevicesTest-1788998570-network', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:18Z', 'updated_at': '2023-07-21T07:33:18Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:10,216 79490 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-167933015', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKNSQsVA8oDs8jeg6Y6BHMUb3q+gzdhp3BmT2CzCEMsvLaJGEt7o3HZL6ZYdGUus53pTfMs3qct/GqkvpqbkNobwulJlkSZtVaw6xGSpEKo1n/gOgP/hlO6oeXEQ83mhIQ==', 'fingerprint': '7e:e8:30:e6:73:c6:a2:d2:60:55:47:3c:68:2d:02:e4', 'user_id': 'a7d6554a1cfb41938a0f562b5f9bf28a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBu5WcYSMqW0goRi+7OxDY4TXyv+6bQlNEA0c0yXQzcetG2yACJBaRG\ntXe+W0HLNLWgBwYFK4EEACKhZANiAASjUkLFQPKA7PI3oOmOgRzFG96voM3YadwZ\nk9gswhDLLy2iRhLe6Nx2S+mWHRlLrOd6U3zLN6nLfxqpL6am5DaG8LpSZZEmbVWs\nOsRkqRCqNZ/4DoD/4ZTuqHlxEPN5oSE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5772dd4d-e194-415c-8345-c4ed1311a405', 'name': 'tempest-securitygroup--882361508', 'stateful': True, 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'description': 'tempest-description--1938096166', 'shared': False, 'security_group_rules': [{'id': '2bc10041-3a9e-4f57-80b2-8dcb740a2600', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'security_group_id': '5772dd4d-e194-415c-8345-c4ed1311a405', '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': 664, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:07Z', 'updated_at': '2023-07-21T07:34:07Z', 'revision_number': 0}, {'id': 'e4aa2206-c6b7-4c84-9f0d-613f15e86bd0', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'security_group_id': '5772dd4d-e194-415c-8345-c4ed1311a405', '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': 666, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:07Z', 'updated_at': '2023-07-21T07:34:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:34:07Z', 'updated_at': '2023-07-21T07:34:07Z', 'revision_number': 1, 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f'}, 'floating_ip': {'id': 'ba922f38-4362-40d0-bd41-472951a38587', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:09Z', 'updated_at': '2023-07-21T07:34:09Z', 'revision_number': 0, 'ip': '172.24.4.153'}} 2023-07-21 07:34:10,249 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.032s 2023-07-21 07:34:10,250 79490 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-1854301259", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "17353193-3bdc-42b8-a959-d9524470aeb8"}, {"port": "e467142d-0c1e-4cde-ad4e-d604df051ccb", "tag": "port-1"}, {"port": "239bafe7-38f3-4785-bd46-7286c6a52a37", "tag": "port-2"}, {"uuid": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "tag": "net-1"}, {"uuid": "a706c0d7-f263-436c-9356-1e1d79c9a69f"}, {"uuid": "473553d1-7116-4ed0-a7ae-ea3208f2cc34", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "473553d1-7116-4ed0-a7ae-ea3208f2cc34", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "8a04dddb-1481-48af-ae80-6f58860ca439", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--882361508"}], "key_name": "tempest-keypair-167933015", "user_data": "IyEvYmluL3NoCmVjaG8gIlBy aW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:10 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-0e09a028-b0a9-4232-a112-12afff01c7ae', 'x-compute-request-id': 'req-0e09a028-b0a9-4232-a112-12afff01c7ae', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:10,283 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-167933015 0.032s 2023-07-21 07:34:10,284 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:10 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-cedc01f9-3c97-4105-bdec-7f422ac775a4', 'x-compute-request-id': 'req-cedc01f9-3c97-4105-bdec-7f422ac775a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-167933015'} Body: b'' 2023-07-21 07:34:10,562 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405 0.277s 2023-07-21 07:34:10,562 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1a897e73-2d4e-4a36-bd19-60d5555c19ec', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405'} Body: b'' 2023-07-21 07:34:10,594 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405 0.031s 2023-07-21 07:34:10,594 79490 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-338cd871-872d-43c0-9fa7-b5cee0fa75cb', 'date': 'Fri, 21 Jul 2023 07:34:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5772dd4d-e194-415c-8345-c4ed1311a405 does not exist", "detail": ""}}' 2023-07-21 07:34:11,062 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ba922f38-4362-40d0-bd41-472951a38587 0.467s 2023-07-21 07:34:11,062 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-61c1ca95-e0b7-472b-945b-4a19a64a5d4c', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:11 GMT', 'connection ': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ba922f38-4362-40d0-bd41-472951a38587'} Body: b'' 2023-07-21 07:34:11,579 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/239bafe7-38f3-4785-bd46-7286c6a52a37 0.516s 2023-07-21 07:34:11,580 79490 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-13fa893d-4993-4bd6-b3d7-d453a4a6278f', 'date': 'Fri, 21 Jul 2023 07:34:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/239bafe7-38f3-4785-bd46-7286c6a52a37'} Body: b'' 2023-07-21 07:34:12,190 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/e467142d-0c1e-4cde-ad4e-d604df051ccb 0.610s 2023-07-21 07:34:12,191 79490 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-936a284c-0176-424c-af29-d6a1086d908f', 'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/e467142d-0c1e-4cde-ad4e-d604df051ccb'} Body: b'' 2023-07-21 07:34:12,431 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/9ecbe179-aac7-4804-b940-46728b5ecb95 0.239s 2023-07-21 07:34:12,431 79490 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-9da4d165-fc70-48f7-99d6-29ee32e3aae8', 'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/9ecbe179-aac7-4804-b940-46728b5ecb95'} Body: b'' 2023-07-21 07:34:12,662 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/40d162e4-0913-4c6a-a9e2-bd38bd041539 0.230s 2023-07-21 07:34:12,662 79490 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-d2fb5262-ea80-4374-83fb-462bb587d051', 'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/40d162e4-0913-4c6a-a9e2-bd38bd041539'} Body: b'' 2023-07-21 07:34:13,672 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/473553d1-7116-4ed0-a7ae-ea3208f2cc34 1.009s 2023-07-21 07:34:13,672 79490 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-2cb7bd11-c599-4a77-bee6-79f4b7299c9a', 'date': 'Fri, 21 Jul 2023 07:34:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/473553d1-7116-4ed0-a7ae-ea3208f2cc34'} Body: b'' 2023-07-21 07:34:15,787 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/a706c0d7-f2 63-436c-9356-1e1d79c9a69f 2.114s 2023-07-21 07:34:15,787 79490 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-6b883f4c-6f90-44e8-85d8-6c5d61eb38c9', 'date': 'Fri, 21 Jul 2023 07:34:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/a706c0d7-f263-436c-9356-1e1d79c9a69f'} Body: b'' {7} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [8.441761s] ... ok {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [5.692429s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [10.940051s] ... ok {9} tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 77ccac22-f614-467a-a0c1-64514ef5a82a failed to delete and is in error_deleting status, ) {11} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [11.856709s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.024715s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.034896s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.034898s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.048303s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.034246s] ... ok {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [7.257139s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:23,506 79500 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:34:23,507 79500 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:34:23,734 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.222s 2023-07-21 07:34:23,734 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-896282063", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEXAeefcgwUm3ma9AvUoqAfOjiA14p3BZUHWSONfR3iz2DToWzqdwOBZAgBhvVvmH+CjgcaKRM2zRrh/ArW06dws3q0DgdG/26lUpKHLgVVMSsHR/kXFjRaymTw9G17Byw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:23 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-03c2e014-5866-4a0d-b02a-b3309efcd25f', 'x-compute-request-id': 'req-03c2e014-5866-4a0d-b02a-b3309efcd25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-896282063", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEXAeefcgwUm3ma9AvUoqAfOjiA14p3BZUHWSONfR3iz2DToWzqdwOBZAgBhvVvmH+CjgcaKRM2zRrh/ArW06dws3q0DgdG/26lUpKHLgVVMSsHR/kXFjRaymTw9G17Byw==", "fingerprint": "e7:db:6d:2a:4c:c5:b3:49:db:ce:70:26:b4:19:e0:d6", "user_id": "2f831020b8f64fb6836fe14a8c7fe8fd"}}' 2023-07-21 07:34:23,737 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-896282063 created 2023-07-21 07:34:24,128 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.390s 2023-07-21 07:34:24,129 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1469223839", "description": "tempest-description--334658826"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1a16fdce-cd19-42e7-af82-6d2c6c3d061e', 'date': 'Fri, 21 Jul 2023 07:34:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "673aefec-db02-4abe-8211-51713fe58bc5", "name": "tempest-securitygroup--1469223839", "stateful": true, "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "tempest-description--334658826", "shared": false, "security_group_rules": [{"id": "3396b30e-d405-43dd-bf2f-0d4d5aa3e324", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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": 785, "description": null, "tags": [], "created_at": "2023-07-21T07:34:23Z", "updated_at": "2023-07-21T07:34:23Z", "revision_number": 0}, {"id": "7bac71de-2ed7-488c-b49b-f72a43ff34f1", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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": 786, "description": null, "tags": [], "created_at": "2023-07-21T07:34:23Z", "updated_at": "2023-07-21T07:34:23Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:34:23Z", "updated_at": "2023-07-21T07:34:23Z", "revision_number": 1, "project_id": "6e2392ffee74465fa7b1b01ba9dfa998"}}' 2023-07-21 07:34:24,827 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.697s 2023-07-21 07:34:24,827 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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-f3749a14-c5a6-4ebf-9354-6bcebf9aea73', 'date': 'Fri, 21 Jul 2023 07:34: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": "5a72d9bc-c922-456d-9133-1484bad68977", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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-21T07:34:24Z", "updated_at": "2023-07-21T07:34:24Z", "revision_number": 0}}' 2023-07-21 07:34:25,104 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.277s 2023-07-21 07:34:25,105 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1313123b-a04d-46f0-84f0-ab94a1c5fde7', 'date': 'Fri, 21 Jul 2023 07:34: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": "a4ee48ce-e2e3-42d3-b4db-cc915904954a", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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-21T07:34:24Z", "updated_at": "2023-07-21T07:34:24Z", "revision_number": 0}}' 2023-07-21 07:34:25,105 79500 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1469223839 created 2023-07-21 07:34:28,558 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.452s 2023-07-21 07:34:28,559 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-51455054-589c-41de-a331-905561639a41', 'date': 'Fri, 21 Jul 2023 07:34:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4f1201d1-cb61-4b7a-92a5-1b4bda8e8523", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "floating_ip_address": "172.24.4.50", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:34:27Z", "updated_at": "2023-07-21T07:34:27Z", "revision_number": 0}}' 2023-07-21 07:34:28,559 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4f1201d1-cb61-4b7a-92a5-1b4bda8e8523', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.50', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:27Z', 'updated_at': '2023-07-21T07:34:27Z', 'revision_number': 0, 'ip': '172.24.4.50'} created 2023-07-21 07:34:28,713 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.145s 2023-07-21 07:34:28,714 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:28 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-4b49ba0c-135c-44bf-bf24-2b0dfd10d335', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f831020b8f64fb6836fe14a8c7fe8fd", "name": "tempest-AttachVolumeTestJSON-1961476659-project-member", "password_expires_at": null}, "audit_ids": ["km5rdjiMQO2L30rm-aBKaQ"], "expires_at": "2023-07-21T08:34:28.000000Z", "issued_at": "2023-07-21T07:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e2392ffee74465fa7b1b01ba9dfa998", "name": "tempest-AttachVolumeTestJSON-1961476659"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:28,714 79500 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '341eb3d3-d718-42e5-b706-381b98b88858', 'name': 'tempest-AttachVolumeTestJSON-1353918599-network', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2021, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:28,715 79500 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-896282063', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEXAeefcgwUm3ma9AvUoqAfOjiA14p3BZUHWSONfR3iz2DToWzqdwOBZAgBhvVvmH+CjgcaKRM2zRrh/ArW06dws3q0DgdG/26lUpKHLgVVMSsHR/kXFjRaymTw9G17Byw==', 'fingerprint': 'e7:db:6d:2a:4c:c5:b3:49:db:ce:70:26:b4:19:e0:d6', 'user_id': '2f831020b8f64fb6836fe14a8c7fe8fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDpDyMzb7kX0oynxnHmP+OqtXmlWpKyuhmkwKDp3AU1kwOlcVg+UhdS\njAetxeZ4zJOgBwYFK4EEACKhZANiAARFwHnn3IMFJt5mvQL1KKgHzo4gNeKdwWVB\n1kjjX0d4s9g06Fs6ncDgWQIAYb1b5h/go4HGikTNs0a4fwK1tOncLN6tA4HRv9up\nVKShy4FVTErB0f5FxY0Wspk8PRtewcs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '673aefec-db02-4abe-8211-51713fe58bc5', 'name': 'tempest-securitygroup--1469223839', 'stateful': True, 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': 'tempest-description--334658826', 'shared': False, 'security_group_rules': [{'id': '3396b30e-d405-43dd-bf2f-0d4d5aa3e324', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '673aefec-db02-4abe-8211-51713fe58bc5', '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': 785, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:23Z', 'updated_at': '2023-07-21T07:34:23Z', 'revision_number': 0}, {'id': '7bac71de-2ed7-488c-b49b-f72a43ff34f1', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '673aefec-db02-4abe-8211-51713fe58bc5', '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': 786, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:23Z', 'updated_at': '2023-07-21T07:34:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:34:23Z', ' updated_at': '2023-07-21T07:34:23Z', 'revision_number': 1, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998'}, 'floating_ip': {'id': '4f1201d1-cb61-4b7a-92a5-1b4bda8e8523', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.50', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:27Z', 'updated_at': '2023-07-21T07:34:27Z', 'revision_number': 0, 'ip': '172.24.4.50'}} 2023-07-21 07:34:28,748 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.032s 2023-07-21 07:34:28,749 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-809997861", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "341eb3d3-d718-42e5-b706-381b98b88858"}], "security_groups": [{"name": "tempest-securitygroup--1469223839"}], "key_name": "tempest-keypair-896282063", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b4015be7-d0da-4156-bb93-bd5d3b2f10d1', 'x-compute-request-id': 'req-b4015be7-d0da-4156-bb93-bd5d3b2f10d1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:28,814 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-896282063 0.062s 2023-07-21 07:34:28,814 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:28 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-bf6f29e4-7741-46b7-b9d5-5a4aafee22e9', 'x-compute-request-id': 'req-bf6f29e4-7741-46b7-b9d5-5a4aafee22e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-896282063'} Body: b'' 2023-07-21 07:34:29,205 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5 0.390s 2023-07-21 07:34:29,205 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6437311c-7df2-4c69-941d-64c11100a625', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5'} Body: b'' 2023-07-21 07:34:29,245 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/ne tworking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5 0.039s 2023-07-21 07:34:29,245 79500 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-afe69f1c-49fe-46d0-a21b-fe025b2b822e', 'date': 'Fri, 21 Jul 2023 07:34:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 673aefec-db02-4abe-8211-51713fe58bc5 does not exist", "detail": ""}}' 2023-07-21 07:34:30,761 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4f1201d1-cb61-4b7a-92a5-1b4bda8e8523 1.514s 2023-07-21 07:34:30,761 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1f1af2d4-1c36-4a38-9164-e05721c13376', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4f1201d1-cb61-4b7a-92a5-1b4bda8e8523'} Body: b'' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [4.199431s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:30,765 79500 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:34:30,766 79500 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:34:30,857 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.088s 2023-07-21 07:34:30,858 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-229085899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDaAOzTrvKG74ZsywERhV0DoWnAclcuzTermHJWWFAoRKpnkIe4AlKlICWRHzfIraAluwTFRowHPZv3LlsiVfGRdgGN3l/JpC36bVXqM6olUQMshUJwSy7D8hG9Kup91g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-873bbd47-b600-43af-a544-ffea9d9f8d6c', 'x-compute-request-id': 'req-873bbd47-b600-43af-a544-ffea9d9f8d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-229085899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDaAOzTrvKG74ZsywERhV0DoWnAclcuzTermHJWWFAoRKpnkIe4AlKlICWRHzfIraAluwTFRowHPZv3LlsiVfGRdgGN3l/JpC36bVXqM6olUQMshUJwSy7D8hG9Kup91g==", "fingerprint": "51:49:1e:df:0e:17:2a:82:0b:74:64:db:c0:99:a7:e2", "user_id": "2f831020b8f64fb6836fe14a8c7fe8fd"}}' 2023-07-21 07:34:30,860 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-229085899 created 2023-07-21 07:34:31,245 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.384s 2023-07-21 07:34:31,245 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1505868896", "description": "tempest-description--1225693522"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-cb3bcb3d-c6d0-4048-9128-0bd6d5269149', 'date': 'Fri, 21 Jul 2023 07:34:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "name": "tempest-securitygroup--1505868896", "stateful": true, "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "tempest-description--1225693522", "shared": false, "security_group_rules": [{"id": "41a0bf8b-537b-4565-8803-29f541dd0c88", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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": 829, "description": null, "tags": [], "created_at": "2023-07-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}, {"id": "b95e2231-3e5d-43dc-9981-c23d7fb31829", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 831, "description": null, "tags": [], "created_at": "2023-07-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:34:30Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 1, "project_id": "6e2392ffee74465fa7b1b01ba9dfa998"}}' 2023-07-21 07:34:31,813 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.567s 2023-07-21 07:34:31,814 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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-04a8ee97-661b-49d1-9970-a85801a17f4f', 'date': 'Fri, 21 Jul 2023 07:34:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7bee18f6-8df0-4ee5-a642-1dc81d76699d", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}}' 2023-07-21 07:34:32,368 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.552s 2023-07-21 07:34:32,368 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2a85451d-fc6d-4141-b91b-622caec09672', 'date': 'Fri, 21 Jul 2023 07:34:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "983c4fd9-6ca3-4121-b496-8a42b53b73b5", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}}' 2023-07-21 07:34:32,368 79500 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1505868896 created 2023-07-21 07:34:33,391 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.022s 2023-07-21 07:34:33,392 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-b0bcdb18-ef05-452e-8016-eb2aa67535c6', 'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b0a618bf-e75f-4356-b6b5-8d9cf57a532f", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "floating_ip_address": "172.24.4.243", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:34:32Z", "updated_at": "2023-07-21T07:34:32Z", "revision_number": 0}}' 2023-07-21 07:34:33,392 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b0a618bf-e75f-4356-b6b5-8d9cf57a532f', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:32Z', 'updated_at': '2023-07-21T07:34:32Z', 'revision_number': 0, 'ip': '172.24.4.243'} created 2023-07-21 07:34:33,522 79500 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.124s 2023-07-21 07:34:33,523 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:33 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-a8712acd-60a9-4768-91cf-601040d1d84b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f831020b8f64fb6836fe14a8c7fe8fd", "name": "tempest-AttachVolumeTestJSON-1961476659-project-member", "password_expires_at": null}, "audit_ids": ["-0ejEzzDQteGVqqr3HxYWw"], "expires_at": "2023-07-21T08:34:33.000000Z", "issued_at": "2023-07-21T07:34:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e2392ffee74465fa7b1b01ba9dfa998", "name": "tempest-AttachVolumeTestJSON-1961476659"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionO ne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:33,523 79500 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '341eb3d3-d718-42e5-b706-381b98b88858', 'name': 'tempest-AttachVolumeTestJSON-1353918599-network', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2021, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:33,524 79500 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-229085899', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDaAOzTrvKG74ZsywERhV0DoWnAclcuzTermHJWWFAoRKpnkIe4AlKlICWRHzfIraAluwTFRowHPZv3LlsiVfGRdgGN3l/JpC36bVXqM6olUQMshUJwSy7D8hG9Kup91g==', 'fingerprint': '51:49:1e:df:0e:17:2a:82:0b:74:64:db:c0:99:a7:e2', 'user_id': '2f831020b8f64fb6836fe14a8c7fe8fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBZiD7yvIqAnXCYyokTqsY33iWqL3dwCuNTyRNZrHCkGpxpFsuVTReU\nNW8QXon3kKegBwYFK4EEACKhZANiAAQw2gDs067yhu+GbMsBEYVdA6FpwHJXLs03\nq5hyVlhQKESqZ5CHuAJSpSAlkR83yK2gJbsExUaMBz2b9y5bIlXxkXYBjd5fyaQt\n+m1V6jOqJVEDLIVCcEsuw/IRvSrqfdY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d68d755-22c4-40ad-b090-f2b0f13785ab', 'name': 'tempest-securitygroup--1505868896', 'stateful': True, 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': 'tempest-description--1225693522', 'shared': False, 'security_group_rules': [{'id': '41a0bf8b-537b-4565-8803-29f541dd0c88', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '8d68d755-22c4-40ad-b090-f2b0f13785ab', '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': 829, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:31Z', 'updated_at': '2023-07-21T07:34:31Z', 'revision_number': 0}, {'id': 'b95e2231-3e5d-43dc-9981-c23d7fb31829', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '8d68d755-22c4-40ad-b090-f2b0f13785ab', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 831, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:31Z', 'updated_at': '2023-07-21T07:34:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023 -07-21T07:34:30Z', 'updated_at': '2023-07-21T07:34:31Z', 'revision_number': 1, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998'}, 'floating_ip': {'id': 'b0a618bf-e75f-4356-b6b5-8d9cf57a532f', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:32Z', 'updated_at': '2023-07-21T07:34:32Z', 'revision_number': 0, 'ip': '172.24.4.243'}} 2023-07-21 07:34:33,555 79500 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.029s 2023-07-21 07:34:33,556 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-714970495", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "341eb3d3-d718-42e5-b706-381b98b88858"}], "security_groups": [{"name": "tempest-securitygroup--1505868896"}], "key_name": "tempest-keypair-229085899", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e0606e71-be90-4852-b712-3667d8536ec2', 'x-compute-request-id': 'req-e0606e71-be90-4852-b712-3667d8536ec2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:33,586 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-229085899 0.029s 2023-07-21 07:34:33,587 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38df8a88-a37d-4f1e-92fe-67cf9d740314', 'x-compute-request-id': 'req-38df8a88-a37d-4f1e-92fe-67cf9d740314', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-229085899'} Body: b'' 2023-07-21 07:34:33,771 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab 0.184s 2023-07-21 07:34:33,772 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6ac6b65a-605e-45c3-9f8c-2d54ef9be02a', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab'} Body: b'' 2023-07-21 07:34:33,801 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab 0.029s 2023-07-21 07:34:33,802 79500 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-435ea67b-44a8-47f7-920a-e6e4a5da2cd0', 'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8d68d755-22c4-40ad-b090-f2b0f13785ab does not exist", "detail": ""}}' 2023-07-21 07:34:34,963 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b0a618bf-e75f-4356-b6b5-8d9cf57a532f 1.160s 2023-07-21 07:34:34,963 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-babf54fe-8250-43b9-a5bf-f97f75a9569c', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b0a618bf-e75f-4356-b6b5-8d9cf57a532f'} Body: b'' {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [20.111829s] ... ok {11} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [9.457810s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [13.869224s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [15.019465s] ... ok {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.352568s] ... ok {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.928187s] ... ok {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [3.877140s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 190, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:39,887 79486 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-21 07:34:41,180 79486 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.292s 2023-07-21 07:34:41,180 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--311477883", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ab328a21-076e-47be-8f1c-5364d1ce259d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--311477883", "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": "d82951992bcf4ae1a7ccdeb916e3db10", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b3bdd850-25e6-4b20-9606-9e5857140d4d", "created_at": "2023-07-21T07:34:41Z", "updated_at": "2023-07-21T07:34:41Z", "tags": [], "self": "/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d", "file": "/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:34:43,304 79486 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/b3bdd850-25e6-4b20-9606-9e5857140d4d/file 2.123s 2023-07-21 07:34:43,305 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7edf5d4d-d877-4cfa-96f1-bc8984ae4019', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d/file'} Body: b'' 2023-07-21 07:34:43,305 79486 DEBUG [tempest.scenario.manager] image:b3bdd850-25e6-4b20-9606-9e5857140d4d 2023-07-21 07:34:43,418 79486 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.110s 2023-07-21 07:34:43,419 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-290724565", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGZMS360kh5yQ9xRV+OG4BEhlQ32gyLABD6/QXpIWfK5W8qLws1SjA2qFsKsUQJK5IT87qW2zsbdSk8DbdV0dovLdSpyS9DNEbkOfE1PhnbVkxvByIV/6t4ItjFmk4fI8g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b75392-7ebc-44f4-b271-48a71d7110cc', 'x-compute-request-id': 'req-21b75392-7ebc-44f4-b271-48a71d7110cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-290724565", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGZMS360kh5yQ9xRV+OG4BEhlQ32gyLABD6/QXpIWfK5W8qLws1SjA2qFsKsUQJK5IT87qW2zsbdSk8DbdV0dovLdSpyS9DNEbkOfE1PhnbVkxvByIV/6t4ItjFmk4fI8g==", "fingerprint": "f4:9c:4d:58:3e:73:1e:37:d3:2f:fd:47:5b:c7:87:86", "user_id": "1bf2b38a7c81426ab0c17572908d1cfc"}}' 2023-07-21 07:34:43,549 79486 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.117s 2023-07-21 07:34:43,550 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 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-a61d3560-472c-4448-966b-ac1465260520', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1bf2b38a7c81426ab0c17572908d1cfc", "name": "tempest-TestMinimumBasicScenario-948812688-project-member", "password_expires_at": null}, "audit_ids": ["MnhfoDdGT-G2FIo-ejZgtA"], "expires_at": "2023-07-21T08:34:43.000000Z", "issued_at": "2023-07-21T07:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d82951992bcf4ae1a7ccdeb916e3db10", "name": "tempest-TestMinimumBasicScenario-948812688"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2 023-07-21 07:34:43,551 79486 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'aee8a3c8-b70f-47e9-97d2-277893cda0d5', 'name': 'tempest-TestMinimumBasicScenario-522698597-network', 'tenant_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:43,584 79486 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.032s 2023-07-21 07:34:43,585 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1170403315", "imageRef": "b3bdd850-25e6-4b20-9606-9e5857140d4d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-290724565", "networks": [{"uuid": "aee8a3c8-b70f-47e9-97d2-277893cda0d5"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-bed14b91-7e7e-4259-84bf-775cd1c9f44d', 'x-compute-request-id': 'req-bed14b91-7e7e-4259-84bf-775cd1c9f44d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:43,631 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-290724565 0.043s 2023-07-21 07:34:43,632 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-949264d2-18de-4d76-b494-911b25306b82', 'x-compute-request-id': 'req-949264d2-18de-4d76-b494-911b25306b82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-290724565'} Body: b'' 2023-07-21 07:34:43,762 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d 0.129s 2023-07-21 07:34:43,762 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9bcdb6aa-3b29-477a-81f9-374d71f15d7d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d'} Body: b'' {7} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [3.451730s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 110, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:43,766 79486 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-21 07:34:44,693 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.926s 2023-07-21 07:34:44,693 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--182644548", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-75b225d5-bd59-4b8f-9e9b-d8408061fd9a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--182644548", "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": "d82951992bcf4ae1a7ccdeb916e3db10", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "dec8bc7f-8dab-41cf-8fa8-e96d76d34b12", "created_at": "2023-07-21T07:34:45Z", "updated_at": "2023-07-21T07:34:45Z", "tags": [], "self": "/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12", "file": "/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:34:46,915 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12/file 2.220s 2023-07-21 07:34:46,915 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d4e700ba-66c1-4495-b81c-98241213cc31', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12/file'} Body: b'' 2023-07-21 07:34:46,915 79486 DEBUG [tempest.scenario.manager] image:dec8bc7f-8dab-41cf-8fa8-e96d76d34b12 2023-07-21 07:34:46,983 79486 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.065s 2023-07-21 07:34:46,983 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1990700405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK46Bo1LBJgS8pFuwoOuZI17ciwoqZxkLud/2/m7foQ9ekPuXCt8IZ66D7YjK+7iDOIJsAwKCr8yaBy9wHokJZzzJiaOFS9+ONseZBB5VPVLXaWWh8ZevgmB6XbVJvNDrg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:46 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-2c47c799-0d9f-42b3-a3b0-e7087c02e558', 'x-compute-request-id': 'req-2c47c799-0d9f-42b3-a3b0-e7087c02e558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-19907 00405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK46Bo1LBJgS8pFuwoOuZI17ciwoqZxkLud/2/m7foQ9ekPuXCt8IZ66D7YjK+7iDOIJsAwKCr8yaBy9wHokJZzzJiaOFS9+ONseZBB5VPVLXaWWh8ZevgmB6XbVJvNDrg==", "fingerprint": "df:70:7c:3d:c9:5f:b2:48:f9:26:68:4d:30:45:31:cb", "user_id": "1bf2b38a7c81426ab0c17572908d1cfc"}}' 2023-07-21 07:34:47,074 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-07-21 07:34:47,074 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:46 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-cc8be569-7c97-4981-a482-f73c773f99e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1bf2b38a7c81426ab0c17572908d1cfc", "name": "tempest-TestMinimumBasicScenario-948812688-project-member", "password_expires_at": null}, "audit_ids": ["2-1JUk8aT9yw-0s2ZtjOdg"], "expires_at": "2023-07-21T08:34:47.000000Z", "issued_at": "2023-07-21T07:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d82951992bcf4ae1a7ccdeb916e3db10", "name": "tempest-TestMinimumBasicScenario-948812688"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:47,075 79486 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'aee8a3c8-b70f-47e9-97d2-277893cda0d5', 'name': 'tempest-TestMinimumBasicScenario-522698597-network', 'tenant_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:47,097 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-21 07:34:47,097 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1835473117", "imageRef": "dec8bc7f-8dab-41cf-8fa8-e96d76d34b12", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1990700405", "networks": [{"uuid": "aee8a3c8-b70f-47e9-97d2-277893cda0d5"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-29a4d5f6-2bee-4261-9d26-78424414091d', 'x-compute-request-id': 'req-29a4d5f6-2bee-4261-9d26-78424414091d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:47,125 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1990700405 0.026s 2023-07-21 07:34:47,125 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-242a77ba-bc26-497a-8b21-6d74406dadf4', 'x-compute-request-id': 'req-242a77ba-bc26-497a-8b21-6d74406dadf4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1990700405'} Body: b'' 2023-07-21 07:34:47,217 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12 0.091s 2023-07-21 07:34:47,217 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a7c5189a-c774-4f92-b24b-9aef63d3fd2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12'} Body: b'' {10} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [4.205277s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [17.990638s] ... ok {9} 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.'} {9} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [20.569391s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.071382s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.077926s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [9.284563s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.146093s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.470560s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.456089s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.597941s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.112182s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.115680s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.113143s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.142567s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.111206s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.079857s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.711595s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.214248s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.349287s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.297048s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.121247s] ... ok {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [32.543737s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.133167s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [11.194298s] ... ok {10} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [15.227276s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.155366s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.075853s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.020554s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.059970s] ... ok {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.027748s] ... ok {5} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [24.330852s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [15.459028s] ... ok {11} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [12.815308s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:09,374 79502 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.652s 2023-07-21 07:35:09,374 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2098113966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF+ay7RNT//SH1x7pbSYCiN0g8lxETeOX9Vh2uiE1SnaE9dJxWtd3BtvMdM0gL5g1tvIZ8Ol5Ni9Z67aa+Ru1wauCsoSED/lsnoJY9JaYD4BcllxpeIBu4I8i//UmYU3vQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44652c24-e1b4-411b-aa7f-acbeaa6eb568', 'x-compute-request-id': 'req-44652c24-e1b4-411b-aa7f-acbeaa6eb568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2098113966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF+ay7RNT//SH1x7pbSYCiN0g8lxETeOX9Vh2uiE1SnaE9dJxWtd3BtvMdM0gL5g1tvIZ8Ol5Ni9Z67aa+Ru1wauCsoSED/lsnoJY9JaYD4BcllxpeIBu4I8i//UmYU3vQ==", "fingerprint": "ed:81:be:a6:83:08:d8:38:01:3e:d3:43:09:fc:95:1d", "user_id": "0118c566cdf64e44a4c4e13112ddaec3"}}' 2023-07-21 07:35:09,680 79502 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.302s 2023-07-21 07:35:09,680 79502 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-175245642", "description": "tempest-secgroup-smoke-175245642 description", "project_id": "a25147d4819d404aa0124133463d19e9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-4d7ae089-e65e-4158-b6e9-96d2f955cea6', 'date': 'Fri, 21 Jul 2023 07:35:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "25952042-2b79-4310-a116-3520aef7e42f", "name": "tempest-secgroup-smoke-175245642", "stateful": true, "tenant_id": "a25147d4819d404aa0124133463d19e9", "description": "tempest-secgroup-smoke-175245642 description", "shared": false, "security_group_rules": [{"id": "74437f45-e490-4aab-81c1-68ab65dbac37", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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": 951, "description": null, "tags": [], "created_at": "2023-07-21T07:35:09Z", "updated_at": "2023-07-21T07:35:09Z", "revision_number": 0}, {"id": "ab388bfd-28ef-4fae-b6b2-f735bd0d70d3", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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": 950, "description": null, "tags": [], "created_at": "2023-07-21T07:35:09Z", "updated_at": "2023-07-21T07:35:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:35:09Z", "updated_at": "2023-07-21T07:35:0 9Z", "revision_number": 1, "project_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:10,068 79502 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.387s 2023-07-21 07:35:10,068 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "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-a220466a-6ae2-48ff-a21e-3bbfe80a2738', 'date': 'Fri, 21 Jul 2023 07:35: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": "ae810a03-1aad-4c16-8df1-42cd4c877f45", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:09Z", "updated_at": "2023-07-21T07:35:09Z", "revision_number": 0}}' 2023-07-21 07:35:10,587 79502 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.518s 2023-07-21 07:35:10,588 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "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-8b35f41e-85e6-4c59-ad28-2b389ec4923d', 'date': 'Fri, 21 Jul 2023 07:35: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": "b799d022-9c73-47a1-8e7b-9d7cca979da7", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:10Z", "updated_at": "2023-07-21T07:35:10Z", "revision_number": 0}}' 2023-07-21 07:35:11,010 79502 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.422s 2023-07-21 07:35:11,010 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-60960164-f9f6-4d01-bbcd-9d2b92f1adc8', 'date': 'Fri, 21 Jul 2023 07:35:11 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": "5aff2b19-e2e4-452d-a3d9-df44343cbbdb", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:10Z", "updated_at": "2023-07-21T07:35:10Z", "revision_number": 0}}' 2023-07-21 07:35:11,201 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2023-07-21 07:35:11,202 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-54b7e6bc-260a-4e7f-a12d-04cec23ddb9c', 'date': 'Fri, 21 Jul 2023 07:35: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": "d8ab609b-95a9-4921-a7fc-dca2cf976d51", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:11Z", "updated_at": "2023-07-21T07:35:11Z", "revision_number": 0}}' 2023-07-21 07:35:11,438 79502 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.236s 2023-07-21 07:35:11,439 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4f6c0598-82de-46fe-956d-b109f7db3f29', 'date': 'Fri, 21 Jul 2023 07:35: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": "85e01fd5-a1cb-4a2c-960b-d985e1ebf830", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:11Z", "updated_at": "2023-07-21T07:35:11Z", "revision_number": 0}}' 2023-07-21 07:35:11,648 79502 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.208s 2023-07-21 07:35:11,649 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5c2eb2bc-8b28-4bf4-995b-2aacc5bef48b', 'date': 'Fri, 21 Jul 2023 07:35: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": "df3f3cce-c0d9-464a-8a1a-0d986cbcc741", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:11Z", "updated_at": "2023-07-21T07:35:11Z", "revision_number": 0}}' 2023-07-21 07:35:11,762 79502 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.103s 2023-07-21 07:35:11,762 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:11 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-c4d749a2-f8dc-4426-a1e2-a2e7f9dce17a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0118c566cdf64e44a4c4e13112ddaec3", "name": "tempest-TestShelveInstance-1355660989-project-member", "password_expires_at": null}, "audit_ids": ["Ohf9WQc7TZyv2AbD1erfQw"], "expires_at": "2023-07-21T08:35:11.000000Z", "issued_at": "2023-07-21T07:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a25147d4819d404aa0124133463d19e9", "name": "tempest-TestShelveInstance-1355660989"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a25147d4819d404aa0124133463d19e9", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{" id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:11,763 79502 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '56a7c2cc-32b1-4b0e-be4e-e6774cafe0e5', 'name': 'tempest-TestShelveInstance-365007967-network', 'tenant_id': 'a25147d4819d404aa0124133463d19e9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a25147d4819d404aa0124133463d19e9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51939, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:45Z', 'updated_at': '2023-07-21T07:34:45Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:12,287 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes 0.523s 2023-07-21 07:35:12,287 79502 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-265781184", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cdfb9b-3abb-4603-9a12-3c174e12e85b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cdfb9b-3abb-4603-9a12-3c174e12e85b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.199257", "updated_at": null, "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:12,378 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.080s 2023-07-21 07:35:12,378 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52b224c0-8903-4d2e-9ad1-9c232e4f0870', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-52b224c0-8903-4d2e-9ad1-9c232e4f0870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:13,444 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.045s 2023-07-21 07:35:13,445 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219e7cc9-d7bb-4925-8238-498b39c1ac15', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219e7cc9-d7bb-4925-8238-498b39c1ac15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:14,518 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.062s 2023-07-21 07:35:14,519 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4836c14b-1e84-449e-ae66-b4ad7c1bd823', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4836c14b-1e84-449e-ae66-b4ad7c1bd823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {" id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:15,577 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.045s 2023-07-21 07:35:15,577 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db3bdf1-8117-42b1-a29c-46dd00b66a9f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db3bdf1-8117-42b1-a29c-46dd00b66a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:16,671 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.081s 2023-07-21 07:35:16,671 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b70a07a-28de-488a-8f69-d8c3c7b9f7fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b70a07a-28de-488a-8f69-d8c3c7b9f7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common .compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:17,754 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.068s 2023-07-21 07:35:17,754 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005b3418-a165-4a1e-b6a9-e6973dd56c99', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005b3418-a165-4a1e-b6a9-e6973dd56c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:18,821 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.053s 2023-07-21 07:35:18,822 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0432bdab-3780-4abc-a445-68b53ed6a722', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0432bdab-3780-4abc-a445-68b53ed6a722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa01241334 63d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:19,881 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.047s 2023-07-21 07:35:19,881 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02766f45-f27e-447a-bdf4-24e68fe7f742', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02766f45-f27e-447a-bdf4-24e68fe7f742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:20,971 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.077s 2023-07-21 07:35:20,972 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02968ecf-2fc4-462e-b950-ce1cef01b974', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02968ecf-2fc4-462e-b950-ce1cef01b974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:21.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4 e13112ddaec3", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:20,988 79502 INFO [tempest.common.waiters] volume 093152d6-c87d-483b-b11c-72d01ba9ccf8 reached available after waiting for 8.987969 seconds 2023-07-21 07:35:21,021 79502 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.032s 2023-07-21 07:35:21,021 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-852154848", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-2098113966", "security_groups": [{"name": "tempest-secgroup-smoke-175245642"}], "networks": [{"uuid": "56a7c2cc-32b1-4b0e-be4e-e6774cafe0e5"}], "block_device_mapping_v2": [{"uuid": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-6277182c-d88d-406b-b332-fffd722794cf', 'x-compute-request-id': 'req-6277182c-d88d-406b-b332-fffd722794cf', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:21,484 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/25952042-2b79-4310-a116-3520aef7e42f 0.459s 2023-07-21 07:35:21,484 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f7e18b7b-2890-466f-befc-54de573ef6e8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/25952042-2b79-4310-a116-3520aef7e42f'} Body: b'' 2023-07-21 07:35:21,530 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2098113966 0.045s 2023-07-21 07:35:21,530 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-d8bee240-a50a-460e-a878-d9e249c545b6', 'x-compute-request-id': 'req-d8bee240-a50a-460e-a878-d9e249c545b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstan ce-2098113966'} Body: b'' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [26.645559s] ... ok {3} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [5.556926s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 163, in test_old_versions_reject server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:22,340 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.142s 2023-07-21 07:35:22,341 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:22 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-1fe67499-ec8d-4591-ba70-d6014eac0bbe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "720489b2b73a41d2a282085eca737a45", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1575928525-project-member", "password_expires_at": null}, "audit_ids": ["RdIH_sm5SZaVu00t9MhUSA"], "expires_at": "2023-07-21T08:35:22.000000Z", "issued_at": "2023-07-21T07:35:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4a09168fbb54939af47c9b0f70d0c40", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1575928525"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b4a09168fbb54939af47c9b0f70d0c40", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b4a09168fbb54939af47c9b0f70d0c40", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b4a09168fbb54939af47c9b0f70d0c40", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:22,342 79486 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '8c178ac6-ecb1-4846-af05-c2020e4d7767', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-706661146-network', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b4a0916 8fbb54939af47c9b0f70d0c40', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18376, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:02Z', 'updated_at': '2023-07-21T07:35:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:22,343 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:35:22,343 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:35:22,669 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.322s 2023-07-21 07:35:22,670 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1077921491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgkkDdVMlexbeNE9vsYGSr12fcexppGCJ1TOnpvZS2xqC74mQCuIdQNUXQQt+LI4U1W1JsWXZmdX5SJFE5HQaj6odOEiIEPd3moxXx2D3IB+AuV4YOg5pasTa0Q6+rQFg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:22 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-752c5bdd-a74d-4e97-8d2c-bc552811ea92', 'x-compute-request-id': 'req-752c5bdd-a74d-4e97-8d2c-bc552811ea92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1077921491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgkkDdVMlexbeNE9vsYGSr12fcexppGCJ1TOnpvZS2xqC74mQCuIdQNUXQQt+LI4U1W1JsWXZmdX5SJFE5HQaj6odOEiIEPd3moxXx2D3IB+AuV4YOg5pasTa0Q6+rQFg==", "fingerprint": "42:8b:d5:e9:45:21:71:cd:d2:87:bd:b4:83:c3:83:29", "user_id": "720489b2b73a41d2a282085eca737a45"}}' 2023-07-21 07:35:22,672 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1077921491 created 2023-07-21 07:35:23,012 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.339s 2023-07-21 07:35:23,013 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2146841199", "description": "tempest-description--535548468"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-fee9a567-1852-4548-a0c0-ee9a0ed2d789', 'date': 'Fri, 21 Jul 2023 07:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "name": "tempest-securitygroup--2146841199", "stateful": true, "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "description": "tempest-description--535548468", "shared": false, "security_group_rules": [{"id": "0309eedc-79f9-4f46-a2a6-7864ba546fb4", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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": 1003, "description": null, "tags": [], "created_at": "2023-07-21T07:35:22Z", "updated_at": "2023-07-21T07:35:22Z", "revision_number": 0}, {"id": "09b7a128-a9ef-4b92-960a-290da284d429", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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": 1004, "description": null, "tags": [], "created_at": "2023-07-21T07:35:22Z", "updated_at": "2023-07-21T07:35:22Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:35:22Z", "updated_at": "2023-07-21T07:35:22Z", "revision_number": 1, "project_id": "b4a09168fbb54939af47c9b0f70d0c40"}}' 2023-07-21 07:35:23,510 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.497s 2023-07-21 07:35:23,511 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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-53b5e80f-7fd0-4e23-a552-626239f84895', 'date': 'Fri, 21 Jul 2023 07:35: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": "065bd05f-56de-47eb-a41f-c81acaaf4867", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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-21T07:35:23Z", "updated_at": "2023-07-21T07:35:23Z", "revision_number": 0}}' 2023-07-21 07:35:23,765 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.254s 2023-07-21 07:35:23,766 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ecf2b3f-3204-4ff2-9b5e-6ebc0a9e91cf', 'date': 'Fri, 21 Jul 2023 07:35: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": "ffe6aa59-654c-4a5c-a8ff-b0c9e64ece38", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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-21T07:35:23Z", "updated_at": "2023-07-21T07:35:23Z", "revision_number": 0}}' 2023-07-21 07:35:23,766 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2146841199 created 2023-07-21 07:35:25,953 79486 INFO [tempest.lib.common.rest_client] Req uest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.187s 2023-07-21 07:35:25,954 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f410eb8b-1641-42cb-b34f-e64996dc493f', 'date': 'Fri, 21 Jul 2023 07:35:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "84a72e4c-08ae-428b-8559-8e30147f8b16", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "floating_ip_address": "172.24.4.32", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:35:25Z", "updated_at": "2023-07-21T07:35:25Z", "revision_number": 0}}' 2023-07-21 07:35:25,954 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '84a72e4c-08ae-428b-8559-8e30147f8b16', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'floating_ip_address': '172.24.4.32', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:25Z', 'updated_at': '2023-07-21T07:35:25Z', 'revision_number': 0, 'ip': '172.24.4.32'} created 2023-07-21 07:35:25,955 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1077921491', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgkkDdVMlexbeNE9vsYGSr12fcexppGCJ1TOnpvZS2xqC74mQCuIdQNUXQQt+LI4U1W1JsWXZmdX5SJFE5HQaj6odOEiIEPd3moxXx2D3IB+AuV4YOg5pasTa0Q6+rQFg==', 'fingerprint': '42:8b:d5:e9:45:21:71:cd:d2:87:bd:b4:83:c3:83:29', 'user_id': '720489b2b73a41d2a282085eca737a45', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDSikZOsj+xWGD1nwpv9MpCDt8X53NUeyIEj7MxY+3meeFoKn9z9tbP\nrQhw0Oqaj6WgBwYFK4EEACKhZANiAASYJJA3VTJXsW3jRPb7GBkq9dn3HsaaRgid\nUzp6b2Utsagu+JkAriHUDVF0ELfiyOFNVtSbFl2ZnV+UiRROR0Go+qHThIiBD3d5\nqMV8dg9yAfgLleGDoOaWrE2tEOvq0BY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '32e0b73e-58de-49bc-9705-a8fbc714de4d', 'name': 'tempest-securitygroup--2146841199', 'stateful': True, 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'description': 'tempest-description--535548468', 'shared': False, 'security_group_rules': [{'id': '0309eedc-79f9-4f46-a2a6-7864ba546fb4', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'security_group_id': '32e0b73e-58de-49bc-9705-a8fbc714de4d', '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': 1003, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:22Z', 'updated_at': '2023-07-21T07:35:22Z', 'revision_number': 0}, {'id': '09b7a128-a9ef-4b92-960a-290da284d429', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'security_group_id': '32e0b73e-58de-49bc-9705-a8fbc714de4d', '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': 1004, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:22Z', 'update d_at': '2023-07-21T07:35:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:35:22Z', 'updated_at': '2023-07-21T07:35:22Z', 'revision_number': 1, 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40'}, 'floating_ip': {'id': '84a72e4c-08ae-428b-8559-8e30147f8b16', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'floating_ip_address': '172.24.4.32', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:25Z', 'updated_at': '2023-07-21T07:35:25Z', 'revision_number': 0, 'ip': '172.24.4.32'}} 2023-07-21 07:35:25,989 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.033s 2023-07-21 07:35:25,990 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-67051455", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "8c178ac6-ecb1-4846-af05-c2020e4d7767"}], "security_groups": [{"name": "tempest-securitygroup--2146841199"}], "key_name": "tempest-keypair-1077921491", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-59b71159-d9d4-4451-9ab2-8ebb83bcde7c', 'x-compute-request-id': 'req-59b71159-d9d4-4451-9ab2-8ebb83bcde7c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:26,030 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1077921491 0.038s 2023-07-21 07:35:26,030 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c38e56d-dc43-479e-88f0-8d0a0ed1fe54', 'x-compute-request-id': 'req-0c38e56d-dc43-479e-88f0-8d0a0ed1fe54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1077921491'} Body: b'' 2023-07-21 07:35:26,461 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d 0.430s 2023-07-21 07:35:26,462 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-57636b75-51e4-4747-a853-589f27d9a700', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d'} Body: b'' 2023-07-21 07:35:26,494 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d 0.032s 2023-07-21 07:35:26,495 79486 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-4bef71fb-b35c-4685-9413-999976a19d82', 'date': 'Fri, 21 Jul 2023 07:35:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 32e0b73e-58de-49bc-9705-a8fbc714de4d does not exist", "detail": ""}}' 2023-07-21 07:35:27,748 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/84a72e4c-08ae-428b-8559-8e30147f8b16 1.252s 2023-07-21 07:35:27,748 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-083001f9-0330-439b-a5c2-4eee9829c8bb', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/84a72e4c-08ae-428b-8559-8e30147f8b16'} Body: b'' {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 {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [17.390458s] ... ok {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.063807s] ... ok {5} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [9.461545s] ... ok {7} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [21.613536s] ... ok {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`. {2} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [21.369064s] ... ok {10} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {0} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [7.920007s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [7.958427s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [0.287064s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:53,035 79488 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.147s 2023-07-21 07:35:53,036 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:52 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-0734a763-03ba-4ae6-ba2a-34ae45b3b5f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "63d025b92aef440083131e3e32c5ef6f", "name": "tempest-VolumesActionsTest-1380688194-project-member", "password_expires_at": null}, "audit_ids": ["2aUHY6PMTXe1FtN6mFrIqA"], "expires_at": "2023-07-21T08:35:52.000000Z", "issued_at": "2023-07-21T07:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "356e08266e9c498487caafd358bd5305", "name": "tempest-VolumesActionsTest-1380688194"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:53,036 79488 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b', 'name': 'tempest-VolumesActionsTest-1571475528-network', 'tenant_id': '356e08266e9c498487caafd358bd5305', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '356e08266e9c498487caafd358bd5305', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:36Z', 'updated_at': '2023-07-21T07:35:36Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:53,063 79488 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.026s 2023-07-21 07:35:53,064 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-752149831", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-c054f04d-36e0-4dbd-b07d-1e176bbe6dcd', 'x-compute-request-id': 'req-c054f04d-36e0-4dbd-b07d-1e176bbe6dcd', 'connection': 'close', 'status': '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.117670s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:53,129 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.056s 2023-07-21 07:35:53,129 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 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-68545df6-a3f5-48dd-90f1-dc49fb0aab48', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "63d025b92aef440083131e3e32c5ef6f", "name": "tempest-VolumesActionsTest-1380688194-project-member", "password_expires_at": null}, "audit_ids": ["_MASLJ0rR0yS8Z9uUFxptg"], "expires_at": "2023-07-21T08:35:53.000000Z", "issued_at": "2023-07-21T07:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "356e08266e9c498487caafd358bd5305", "name": "tempest-VolumesActionsTest-1380688194"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:53,130 79488 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b', 'name': 'tempest-VolumesActionsTest-1571475528-network', 'tenant_id': '356e08266e9c498487caafd358bd5305', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '356e08266e9c498487caafd358bd5305', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:36Z', 'updated_at': '2023-07-21T07:35:36Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:53,183 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.052s 2023-07-21 07:35:53,183 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-422340020", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e2a2c34f-a635-4060-a89b-8258a494fcfa', 'x-compute-request-id': 'req-e2a2c34f-a635-4060-a89b-8258a494fcfa', 'connection': 'close', 'status': '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_reserve_unreserve_volume [0.341360s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.272940s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.275984s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [26.139801s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:28,922 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.182s 2023-07-21 07:35:28,922 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-10fb6f83-3789-4fd2-9101-02fe893bc96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:35:29,471 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes 0.548s 2023-07-21 07:35:29,472 79482 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-166330307", "snapshot_id": null, "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86af32b-9279-4e42-89da-91d99b5618c7', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86af32b-9279-4e42-89da-91d99b5618c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.327806", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:29,560 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.062s 2023-07-21 07:35:29,561 79482 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f5438c-3461-4644-bf32-2b198b265cd2', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f5438c-3461-4644-bf32-2b198b265cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:30,640 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.058s 2023-07-21 07:35:30,641 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-867a4e1c-2b7e-448f-b3ec-c1018478f026', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-867a4e1c-2b7e-448f-b3ec-c1018478f026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:31,760 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.106s 2023-07-21 07:35:31,761 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:31 GMT', 'server': 'Apache/2. 4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a12152-a633-410a-8ae8-06ab62ec6ec6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a12152-a633-410a-8ae8-06ab62ec6ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:32,838 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.055s 2023-07-21 07:35:32,839 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e29be6-56aa-4f7d-b5e0-b2d7f4fd5717', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e29be6-56aa-4f7d-b5e0-b2d7f4fd5717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:33,911 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.061s 2023-07-21 07:35:33,912 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7bd4d7-b024-4af3-9bcd-9e0473a22099', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenS tack-API-Version', 'x-openstack-request-id': 'req-cc7bd4d7-b024-4af3-9bcd-9e0473a22099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:35,023 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.091s 2023-07-21 07:35:35,023 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e03d245-7fc8-40f5-b985-ffb2136c0bf4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e03d245-7fc8-40f5-b985-ffb2136c0bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:36,094 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.048s 2023-07-21 07:35:36,094 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b58b4c9f-22ef-4502-ba8a-aeb98d38baa9', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b58b4c9f-22ef-4502-ba8a-aeb98d38baa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd 9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:36,105 79482 INFO [tempest.common.waiters] volume 838381d2-8495-42e9-a983-fd0c56fa28fb reached available after waiting for 7.105134 seconds 2023-07-21 07:35:36,183 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.078s 2023-07-21 07:35:36,183 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d7afa1e-a97b-4370-a4f6-9e59a64cdfae', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d7afa1e-a97b-4370-a4f6-9e59a64cdfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:36,458 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBo otPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots 0.264s 2023-07-21 07:35:36,458 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "metadata": null}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d2303e-3b35-46de-a257-00e854fdc2ba', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d2303e-3b35-46de-a257-00e854fdc2ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.351535", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 07:35:36,485 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.023s 2023-07-21 07:35:36,486 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65dc39b-3c58-4429-a177-da4d2a100a4f', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65dc39b-3c58-4429-a177-da4d2a100a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:37,521 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.030s 2023-07-21 07:35:37,521 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27efca5-d0e3-4501-bdef-342351c3aee0', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27efca5-d0e3-4501-bdef-342351c3aee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e 9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:38,552 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.025s 2023-07-21 07:35:38,552 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3fe2f2b-34e9-4a56-8c96-14d0691c0dac', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3fe2f2b-34e9-4a56-8c96-14d0691c0dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:39,584 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.027s 2023-07-21 07:35:39,584 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4df271-ae85-4cd0-92a5-59b0523ab2fd', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4df271-ae85-4cd0-92a5-59b0523ab2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:40,611 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.023s 2023-07-21 07:35:40,612 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d227b018-8ff4-4928-b037-c7b5e88fadf7', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d227b018-8ff4-4928-b037-c7b5e88fadf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab 8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:41,655 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.039s 2023-07-21 07:35:41,656 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b14b51aa-d9b3-435d-b5eb-a0973514888b', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b14b51aa-d9b3-435d-b5eb-a0973514888b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:42,694 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.030s 2023-07-21 07:35:42,694 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1e0824-d7f8-4466-935e-e51eb29553c6', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1e0824-d7f8-4466-935e-e51eb29553c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:42.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:42,699 79482 INFO [tempest.common.waiters] snapshot 85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 reached available after waiting for 6.699263 seconds 2023-07-21 07:35:42,737 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.038s 2023-07-21 07:35:42,738 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98c2cf2-78c9-4833-8328-fbae780c920b', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98c2cf2-78c9-4833-8328-fbae780c920b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:42.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:42,876 79482 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.128s 2023-07-21 07:35:42,877 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 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-9ebc6d6c-3cfc-4142-bd18-afaa3e441c34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8df0ebfdd82246bd9a086820202b532b", "name": "tempest-TestVolumeBootPattern-1155476164-project-member", "password_expires_at": null}, "audit_ids": ["gqKNk_gSRDuQXGvhB2DYgw"], "expires_at": "2023-07-21T08:35:42.000000Z", "issued_at": "2023-07-21T07:35:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "name": "tempest-TestVolumeBootPattern-1155476164"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568 ", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:42,878 79482 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'af12adde-23cb-4071-929c-0a9771c5735f', 'name': 'tempest-TestVolumeBootPattern-573873107-network', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:09Z', 'updated_at': '2023-07-21T07:35:09Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:42,913 79482 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.033s 2023-07-21 07:35:42,913 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-409689864", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "af12adde-23cb-4071-929c-0a9771c5735f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-a9032a1c-d3a7-49de-9f5a-ad02d3e57e70', 'x-compute-request-id': 'req-a9032a1c-d3a7-49de-9f5a-ad02d3e57e70', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:42,991 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.075s 2023-07-21 07:35:42,992 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 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-e8e52b40-633d-42ee-a08c-aa3f4d9a9773', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'' 2023-07-21 07:35:43,030 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.038s 2023-07-21 07:35 :43,030 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464f7d5b-e9ae-4de0-95b8-0f840e2a3fc4', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464f7d5b-e9ae-4de0-95b8-0f840e2a3fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:44,059 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.023s 2023-07-21 07:35:44,060 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6b4327-3231-46db-9404-4120c84e3f01', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6b4327-3231-46db-9404-4120c84e3f01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:45,092 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.026s 2023-07-21 07:35:45,093 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce75d32-978d-44bd-bd7d-a217070843e4', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce75d32-978d-44bd-bd7d-a217070843e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b 5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:46,126 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.028s 2023-07-21 07:35:46,127 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7720029-e8b9-4865-8eae-c0d64e6d4b75', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7720029-e8b9-4865-8eae-c0d64e6d4b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:47,163 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.029s 2023-07-21 07:35:47,163 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adc37a1-fc24-4f58-866b-9c3e4ef2d806', 'x-openstack-request-id': 'req-0adc37a1-fc24-4f58-866b-9c3e4ef2d806', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 could not be found."}}' 2023-07-21 07:35:47,261 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.097s 2023-07-21 07:35:47,261 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19952cb-315f-46b2-a26a-4282c6f24d03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'' 2023-07-21 07:35:47,335 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.073s 2023-07-21 07:35:47,335 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 2 1 Jul 2023 07:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43335de1-87fb-4eb3-88f9-24f397953ad8', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43335de1-87fb-4eb3-88f9-24f397953ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:48,398 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.051s 2023-07-21 07:35:48,399 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bfd79df-5ef2-4d11-b635-ced4c2429806', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bfd79df-5ef2-4d11-b635-ced4c2429806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_forma t": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:49,522 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.110s 2023-07-21 07:35:49,523 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2f5a44-eefd-43b1-ac24-434ddc51038d', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2f5a44-eefd-43b1-ac24-434ddc51038d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:50,601 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.067s 2023-07-21 07:35:50,602 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4416e47a-7fd4-4da4-b8e7-7706434a6002', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4416e47a-7fd4-4da4-b8e7-7706434a6002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http ://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:51,686 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.069s 2023-07-21 07:35:51,686 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9a36a4-17bf-4798-a9d5-8f370cdd2330', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9a36a4-17bf-4798-a9d5-8f370cdd2330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:52,763 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.055s 2023-07-21 07:35:52,764 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab87db4-b233-4c02-ac4c-84db8ee64d74', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab87db4-b233-4c02-ac4c-84db8ee64d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db 1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:53,838 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.054s 2023-07-21 07:35:53,838 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96640a92-12f5-4ce3-bf99-96e6274caa0e', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96640a92-12f5-4ce3-bf99-96e6274caa0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:54,877 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.026s 2023-07-21 07:35:54,877 79482 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb7fc18-6c45-4e37-b8f4-2b1d0b436ba4', 'x-openstack-request-id': 'req-ffb7fc18-6c45-4e37-b8f4-2b1d0b436ba4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 838381d2-8495-42e9-a983-fd0c56fa28fb could not be found."}}' {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [31.005621s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [15.437184s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 52, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:48,910 79494 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/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.020s 2023-07-21 07:35:48,911 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2490e346-3b4f-411b-8e78-66732a3c427c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:35:49,541 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes 0.629s 2023-07-21 07:35:49,541 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a077bbcb-7f46-4257-add5-643f356ea62a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a077bbcb-7f46-4257-add5-643f356ea62a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.276292", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:49,607 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.056s 2023-07-21 07:35:49,608 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a211c78-9f8b-4afe-9cee-05c0fad51510', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a211c78-9f8b-4afe-9cee-05c0fad51510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:50,724 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.084s 2023-07-21 07:35:50,725 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd306a06-ffa0-4b90-800d-ebb24156fd4a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd306a06-ffa0-4b90-800d-ebb24156fd4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:51,867 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.120s 2023-07-21 07:35:51,868 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e404001-f1db-4044-b489-5c4861e90cb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e404001-f1db-4044-b489-5c4861e90cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:52,936 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.050s 2023-07-21 07:35:52,937 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a301de8f-a659-4e03-963f-c117751b5bac', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a301de8f-a659-4e03-963f-c117751b5bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:54,005 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.047s 2023-07-21 07:35:54,005 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803c7030-d1c9-4103-927e-05956eb56d2e', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-803c7030-d1c9-4103-927e-05956eb56d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:54,015 79494 INFO [tempest.common.waiters] volume a2b7ff10-5c26-4b4e-837a-666f62861a27 reached available after waiting for 5.015667 seconds 2023-07-21 07:35:54,016 79494 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:35:54,016 79494 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:35:54,088 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2023-07-21 07:35:54,088 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-42461518", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOk0WKzrw5Jeu65CG2GfD6PsXHoPjWPN0xwuVXzN5Y29TcAHDpjD5By4dYZC3dx/kHyMPzlP+Q1r98JB3gsXTwIwrnqSbYsBBq8Nba6vUgppLAT67tb7vwbFE4c4bHjCYg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c70c41-5f5e-4f03-9aeb-ce56faf82ed7', 'x-compute-request-id': 'req-89c70c41-5f5e-4f03-9aeb-ce56faf82ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-42461518", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOk0WKzrw5Jeu65CG2GfD6PsXHoPjWPN0xwuVXzN5Y29TcAHDpjD5By4dYZC3dx/kHyMPzlP+Q1r98JB3gsXTwIwrnqSbYsBBq8Nba6vUgppLAT67tb7vwbFE4c4bHjCYg==", "fingerprint": "e8:ed:32:8d:b1:cf:75:ab:fe:aa:04:6c:a0:8e:93:2c", "user_id": "0f521dfa6d29494a837d9e7dc281b7fb"}}' 2023-07-21 07:35:54,091 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-42461518 created 2023-07-21 07:35:54,271 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.180s 2023-07-21 07:35:54,271 79494 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1127855467", "description": "tempest-description--158347049"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-435709b0-289e-4fe3-b6f0-0bac96352ba8', 'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "name": "tempest-securitygroup--1127855467", "stateful": true, "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "tempest-description--158347049", "shared": false, "security_group_rules": [{"id": "517e3537-1189-4cf7-9454-06358f967e7e", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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": 1127, "description": null, "tags": [], "created_at": "2023-07-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}, {"id": "5a4e2059-32de-4dc8-9c27-d80f0b7b1101", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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": 1128, "description": null, "tags": [], "created_at": "2023-07-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 1, "project_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:54,532 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.260s 2023-07-21 07:35:54,532 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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-f56f5f14-ec56-4f38-b76e-2b07e9b16841', 'date': 'Fri, 21 Jul 2023 07:35: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": "3f96726c-7c78-4be0-9dc6-6b6712a34fea", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}}' 2023-07-21 07:35:54,715 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-07-21 07:35:54,716 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"sec urity_group_rule": {"security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-11b22f48-8b25-4a16-896d-c015c7c10614', 'date': 'Fri, 21 Jul 2023 07:35: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": "d046e11b-bee7-46ec-83b3-dc59ec498869", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}}' 2023-07-21 07:35:54,716 79494 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1127855467 created 2023-07-21 07:35:57,583 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.866s 2023-07-21 07:35:57,583 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-643efce0-f029-4e65-a09a-a4320fca7f5b', 'date': 'Fri, 21 Jul 2023 07:35:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "70766d65-4426-4da6-b31b-db5390df34ee", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "floating_ip_address": "172.24.4.203", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:35:56Z", "updated_at": "2023-07-21T07:35:56Z", "revision_number": 0}}' 2023-07-21 07:35:57,584 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '70766d65-4426-4da6-b31b-db5390df34ee', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:56Z', 'updated_at': '2023-07-21T07:35:56Z', 'revision_number': 0, 'ip': '172.24.4.203'} created 2023-07-21 07:35:57,687 79494 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.095s 2023-07-21 07:35:57,688 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:57 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-fb6d1884-7716-403d-b400-4a94944d8212', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0f521dfa6d29494a837d9e7dc281b7fb", "name": "tempest-VolumesSnapshotTestJSON-739372916-project-member", "password_expires_at": null}, "audit_ids": ["GeG__hkNSui-A8_XthK8FQ"], "expires_at": "2023-07-21T08:35:57.000000Z", "issued_at": "2023-07-21T07:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "375d7e882b8543cdb12dcfeadc87c477", "name": "tempest-VolumesSnapshotTestJSON-739372916"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:57,688 79494 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'e032b106-0232-4a07-b6eb-d36b1d9f7b89', 'name': 'tempest-VolumesSnapshotTestJSON-388261838-network', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:35Z', 'updated_at': '2023-07-21T07:35:35Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:57,689 79494 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-42461518', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOk0WKzrw5Jeu65CG2GfD6PsXHoPjWPN0xwuVXzN5Y29TcAHDpjD5By4dYZC3dx/kHyMPzlP+Q1r98JB3gsXTwIwrnqSbYsBBq8Nba6vUgppLAT67tb7vwbFE4c4bHjCYg==', 'fingerprint': 'e8:ed:32:8d:b1:cf:75:ab:fe:aa:04:6c:a0:8e:93: 2c', 'user_id': '0f521dfa6d29494a837d9e7dc281b7fb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCBHm/JTASabk0LNnLU8zwffuoiuRwLeRgmpQlggg6xCRdG/SaNRuLI\neG82NfTV2JKgBwYFK4EEACKhZANiAATpNFis68OSXruuQhthnw+j7Fx6D41jzdMc\nLlV8zeWNvU3ABw6Yw+QcuHWGQt3cf5B8jD85T/kNa/fCQd4LF08CMK56km2LAQav\nDW2ur1IKaSwE+u7W+78GxROHOGx4wmI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dc542a9b-dea0-4811-9f31-52ba9b228a15', 'name': 'tempest-securitygroup--1127855467', 'stateful': True, 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': 'tempest-description--158347049', 'shared': False, 'security_group_rules': [{'id': '517e3537-1189-4cf7-9454-06358f967e7e', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': 'dc542a9b-dea0-4811-9f31-52ba9b228a15', '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': 1127, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:54Z', 'updated_at': '2023-07-21T07:35:54Z', 'revision_number': 0}, {'id': '5a4e2059-32de-4dc8-9c27-d80f0b7b1101', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': 'dc542a9b-dea0-4811-9f31-52ba9b228a15', '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': 1128, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:54Z', 'updated_at': '2023-07-21T07:35:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:35:54Z', 'updated_at': '2023-07-21T07:35:54Z', 'revision_number': 1, 'project_id': '375d7e882b8543cdb12dcfeadc87c477'}, 'floating_ip': {'id': '70766d65-4426-4da6-b31b-db5390df34ee', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:56Z', 'updated_at': '2023-07-21T07:35:56Z', 'revision_number': 0, 'ip': '172.24.4.203'}} 2023-07-21 07:35:57,719 79494 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.029s 2023-07-21 07:35:57,719 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-857656973", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "e032b106-0232-4a07-b6eb-d36b1d9f7b89"}], "security_groups": [{"name": "tempest-securitygroup--1127855467"}], "key_name": "tempest-keypair-42461518", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-142de5c9-f1c8-496b-be25-813de2d5d0de', 'x-compute-request-id': 'req-142de5c9-f1c8-496b-be25-813de2d5d0de', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:57,764 79494 INFO [tempest.lib.common. rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-42461518 0.042s 2023-07-21 07:35:57,765 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3162d027-eccb-4aea-b4a3-6f2651d35cb7', 'x-compute-request-id': 'req-3162d027-eccb-4aea-b4a3-6f2651d35cb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-42461518'} Body: b'' 2023-07-21 07:35:58,052 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15 0.287s 2023-07-21 07:35:58,052 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4e10ae92-d05a-43dc-a3fa-d421c037bab9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15'} Body: b'' 2023-07-21 07:35:58,089 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15 0.036s 2023-07-21 07:35:58,089 79494 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-640a4f30-8d03-4b4e-b0cc-c63f926938c9', 'date': 'Fri, 21 Jul 2023 07:35:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dc542a9b-dea0-4811-9f31-52ba9b228a15 does not exist", "detail": ""}}' 2023-07-21 07:35:59,834 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/70766d65-4426-4da6-b31b-db5390df34ee 1.744s 2023-07-21 07:35:59,834 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e6bf4267-9b03-4d75-a488-c7f9fc0d4fe3', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/70766d65-4426-4da6-b31b-db5390df34ee'} Body: b'' 2023-07-21 07:35:59,900 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.065s 2023-07-21 07:35:59,900 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acb0220-b942-4f5f-85eb-52ef915e26af', 'content-length': ' 1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acb0220-b942-4f5f-85eb-52ef915e26af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:59,989 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.079s 2023-07-21 07:35:59,990 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 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-33a69350-b763-4f00-9cc2-cc39ace158fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'' 2023-07-21 07:36:00,045 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.054s 2023-07-21 07:36:00,045 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32347eae-da7c-4be4-81ae-87404ed4acc4', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32347eae-da7c-4be4-81ae-87404ed4acc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3 75d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:01,116 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.056s 2023-07-21 07:36:01,116 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d22e1b-f8fc-4159-8ad8-b4d8d0a99e49', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d22e1b-f8fc-4159-8ad8-b4d8d0a99e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:02,205 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.077s 2023-07-21 07:36:02,206 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257ce0f5-a7af-4cdf-98e8-2d15cf46abbd', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257ce0f5-a7af-4cdf-98e8-2 d15cf46abbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:03,276 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.049s 2023-07-21 07:36:03,277 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd45aff9-56db-46ca-ab88-5e2d19fb980b', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd45aff9-56db-46ca-ab88-5e2d19fb980b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:04,326 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/375d7e882 b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.037s 2023-07-21 07:36:04,326 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-e80e7c0e-c205-4f7a-86ae-2008800d6bac', 'x-openstack-request-id': 'req-e80e7c0e-c205-4f7a-86ae-2008800d6bac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2b7ff10-5c26-4b4e-837a-666f62861a27 could not be found."}}' {5} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [3.555832s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 72, in test_server_detach_rules server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:03,962 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.138s 2023-07-21 07:36:03,962 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 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-f8d7d523-7f21-47fd-ac07-d46f688a43ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "564a9de4b8854dd4bb057a3a9058e916", "name": "tempest-TestServerVolumeAttachmentScenario-192692663-project-member", "password_expires_at": null}, "audit_ids": ["en7LqrSSQOO5sXJtmzcT7w"], "expires_at": "2023-07-21T08:36:03.000000Z", "issued_at": "2023-07-21T07:36:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "35be697c345d4f0d8aa7cd04d2e591a4", "name": "tempest-TestServerVolumeAttachmentScenario-192692663"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/35be697c345d4f0d8aa7cd04d2e591a4", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/35be697c345d4f0d8aa7cd04d2e591a4", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/35be697c345d4f0d8aa7cd04d2e591a4", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:03,963 79490 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'aee396b7-2828-445d-9c05-fb1e55fc8716', 'name': 'tempest-TestServerVolumeAttachmentScenario-1518560261-network', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'po rt_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19545, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:34Z', 'updated_at': '2023-07-21T07:35:34Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:03,964 79490 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:36:03,964 79490 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:36:04,227 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.260s 2023-07-21 07:36:04,227 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1144005660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUtoP2dJ8cr4GAvWgZ29cOeXvVlR/9XoGU66FjBqJmOyLAKlRG9gvwES333AgdHrq/7TkF1vyYaPy6wDtWGN6m+slkG47ljSeLTiazjLDGLYRuu3jMpXDJByBizXRs7Rw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-919b8699-11f8-41dd-b5c8-cf94646b6d2e', 'x-compute-request-id': 'req-919b8699-11f8-41dd-b5c8-cf94646b6d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1144005660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUtoP2dJ8cr4GAvWgZ29cOeXvVlR/9XoGU66FjBqJmOyLAKlRG9gvwES333AgdHrq/7TkF1vyYaPy6wDtWGN6m+slkG47ljSeLTiazjLDGLYRuu3jMpXDJByBizXRs7Rw==", "fingerprint": "ec:93:60:c6:07:84:7b:c2:97:85:0c:a5:44:4a:3d:db", "user_id": "564a9de4b8854dd4bb057a3a9058e916"}}' 2023-07-21 07:36:04,230 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1144005660 created 2023-07-21 07:36:04,458 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.228s 2023-07-21 07:36:04,459 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--467790065", "description": "tempest-description--339552875"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d29c1b15-e322-4238-aad7-5e17d6e87ede', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "name": "tempest-securitygroup--467790065", "stateful": true, "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "description": "tempest-description--339552875", "shared": false, "security_group_rules": [{"id": "998e6c3b-d22d-4fec-8fa5-69446a6041b9", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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": 1165, "description": null, "tags": [], "created_at": "2023-07-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}, {"id": "ccbaa997-ce91-442e-8af9-469da1b8ff75", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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": 1166, "description": null, "tags": [], "created_at": "2023-07-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 1, "project_id": "35be697c345d4f0d8aa7cd04d2e591a4"}}' 2023-07-21 07:36:04,687 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.227s 2023-07-21 07:36:04,687 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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-2ac97170-9ec7-4373-90a1-ffb2def7b5d5', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f602f4df-77b1-419e-ba54-0a12734ac72e", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}}' 2023-07-21 07:36:04,919 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.231s 2023-07-21 07:36:04,919 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3582f620-a878-47a1-aaa9-2e21dccb1d91', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08675972-0a65-444a-a53b-2e6bd136be93", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}}' 2023-07-21 07:36:04,920 79490 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--467790065 created 2023-07-21 07:36:06,000 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:s etUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.079s 2023-07-21 07:36:06,000 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-718193dd-67bc-4f6f-a282-bf28b9a849d3', 'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "df6024de-83ce-43b4-8eec-e0d49fdcfbe3", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "floating_ip_address": "172.24.4.24", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:05Z", "updated_at": "2023-07-21T07:36:05Z", "revision_number": 0}}' 2023-07-21 07:36:06,000 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'df6024de-83ce-43b4-8eec-e0d49fdcfbe3', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:05Z', 'updated_at': '2023-07-21T07:36:05Z', 'revision_number': 0, 'ip': '172.24.4.24'} created 2023-07-21 07:36:06,001 79490 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1144005660', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUtoP2dJ8cr4GAvWgZ29cOeXvVlR/9XoGU66FjBqJmOyLAKlRG9gvwES333AgdHrq/7TkF1vyYaPy6wDtWGN6m+slkG47ljSeLTiazjLDGLYRuu3jMpXDJByBizXRs7Rw==', 'fingerprint': 'ec:93:60:c6:07:84:7b:c2:97:85:0c:a5:44:4a:3d:db', 'user_id': '564a9de4b8854dd4bb057a3a9058e916', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAN3EbN2fpkuZyRpp1kDz5CYNVMAwwBSu7WeFkETEsSWtNUSfrMejsk\nN1lLwKIeTFagBwYFK4EEACKhZANiAAS1LaD9nSfHK+BgL1oGdvXDnl71ZUf/V6Bl\nOuhYwaiZjsiwCpURvYL8BEt99wIHR66v+05Bdb8mGj8usA7VhjepvrJZBuO5Y0ni\n04ms4ywxi2Ebrt4zKVwyQcgYs10bO0c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ea4860fb-d33a-4a8b-8782-6c6fdc8009a3', 'name': 'tempest-securitygroup--467790065', 'stateful': True, 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'description': 'tempest-description--339552875', 'shared': False, 'security_group_rules': [{'id': '998e6c3b-d22d-4fec-8fa5-69446a6041b9', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'security_group_id': 'ea4860fb-d33a-4a8b-8782-6c6fdc8009a3', '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': 1165, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:04Z', 'updated_at': '2023-07-21T07:36:04Z', 'revision_number': 0}, {'id': 'ccbaa997-ce91-442e-8af9-469da1b8ff75', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'security_group_id': 'ea4860fb-d33a-4a8b-8782-6c6fdc8009a3', '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': 1166, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:04Z', 'updated_at': '2023-07-21T07:36:04Z', 'rev ision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:04Z', 'updated_at': '2023-07-21T07:36:04Z', 'revision_number': 1, 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4'}, 'floating_ip': {'id': 'df6024de-83ce-43b4-8eec-e0d49fdcfbe3', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:05Z', 'updated_at': '2023-07-21T07:36:05Z', 'revision_number': 0, 'ip': '172.24.4.24'}} 2023-07-21 07:36:06,030 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-21 07:36:06,031 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-239959108", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "aee396b7-2828-445d-9c05-fb1e55fc8716"}], "security_groups": [{"name": "tempest-securitygroup--467790065"}], "key_name": "tempest-keypair-1144005660", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-d52aac5e-b5c6-41b1-8138-6c33bfe4084a', 'x-compute-request-id': 'req-d52aac5e-b5c6-41b1-8138-6c33bfe4084a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:06,072 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1144005660 0.039s 2023-07-21 07:36:06,073 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec164eb2-4f29-43e5-b0e0-c52538a4bd3c', 'x-compute-request-id': 'req-ec164eb2-4f29-43e5-b0e0-c52538a4bd3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1144005660'} Body: b'' 2023-07-21 07:36:06,420 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3 0.346s 2023-07-21 07:36:06,420 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8b532666-155d-4218-9f37-9ac22d5df007', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3'} Body: b'' 2023-07-21 07:36:06,447 79490 INFO [tempest. lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3 0.026s 2023-07-21 07:36:06,448 79490 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-af696010-20a5-4aa0-9ded-f9dd829bf410', 'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ea4860fb-d33a-4a8b-8782-6c6fdc8009a3 does not exist", "detail": ""}}' 2023-07-21 07:36:07,372 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/df6024de-83ce-43b4-8eec-e0d49fdcfbe3 0.923s 2023-07-21 07:36:07,373 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-cb644b22-c5b6-45c9-92e7-a549d23f2284', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/df6024de-83ce-43b4-8eec-e0d49fdcfbe3'} Body: b'' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [14.776328s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:54,912 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.022s 2023-07-21 07:35:54,912 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f22c7346-6f9c-41de-a40f-31d78a0b4b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:35:55,280 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes 0.367s 2023-07-21 07:35:55,280 79482 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-1618657660", "snapshot_id": null, "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b6e265-08f6-40a4-b5e1-36a7ebe20a18', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b6e265-08f6-40a4-b5e1-36a7ebe20a18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.213744", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:55,401 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.111s 2023-07-21 07:35:55,402 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f71f0c-1085-4eb0-95fa-9f234bb18386', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f71f0c-1085-4eb0-95fa-9f234bb18386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:56,517 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.102s 2023-07-21 07:35:56,518 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9623f09c-6b03-49ba-be67-6f5a01518ce3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9623f09c-6b03-49ba-be67-6f5a01518ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:57,585 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.049s 2023-07-21 07:35:57,585 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a621ded-3cfa-4baf-a7b7-cce4452f6c32', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a621ded-3cfa-4baf-a7b7-cce4452f6c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:58,660 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.055s 2023-07-21 07:35:58,660 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cb65cb-acf4-47cd-ba79-4f73ea09e985', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cb65cb-acf4-47cd-ba79-4f73ea09e985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:59,723 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.048s 2023-07-21 07:35:59,724 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20592d28-6ff5-4e1a-b780-86e3c0f09079', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-20592d28-6ff5-4e1a-b780-86e3c0f09079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:59,738 79482 INFO [tempest.common.waiters] volume 006cee7e-6f78-4c99-bf32-6f3ce41f677f reached available after waiting for 4.738808 seconds 2023-07-21 07:35:59,788 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.049s 2023-07-21 07:35:59,789 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c2bf27-3b10-45fa-b6ba-e1cd7cff8367', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c2bf27-3b10-45fa-b6ba-e1cd7cff8367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "2 1430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:59,901 79482 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.097s 2023-07-21 07:35:59,902 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d7773093-7eac-4413-8d4f-a762378eba33', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8df0ebfdd82246bd9a086820202b532b", "name": "tempest-TestVolumeBootPattern-1155476164-project-member", "password_expires_at": null}, "audit_ids": ["WCW73mYmRBeQlMA9_AKnsw"], "expires_at": "2023-07-21T08:35:59.000000Z", "issued_at": "2023-07-21T07:35:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "name": "tempest-TestVolumeBootPattern-1155476164"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:59,902 79482 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'af12adde-23cb-4071-929c-0a9771c5735f', 'name': 'tempest-TestVolumeBootPattern-573873107-network', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:09Z', 'updated_at': '2023-07-21T07:35:09Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:59,903 79482 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:35:59,903 79482 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:35:59,967 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-07-21 07:35:59,967 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-459427141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGwUqmoXzjNFgiLA655YyajNrmGCiQTUosEMmBwUaKALvxtICGHZ7zt3is10myLfB9X6VL4VY+htUoD2aw4Hi1aPyar1E2mkzcWvHxnnMUY6UucBD1O0B0VHB5KZ1EGSjQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8c7780-0648-4527-846f-120c1e729fe4', 'x-compute-request-id': 'req-6c8c7780-0648-4527-846f-120c1e729fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-459427141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGwUqmoXzjNFgiLA655YyajNrmGCiQTUosEMmBwUaKALvxtICGHZ7zt3is10myLfB9X6VL4VY+htUoD2aw4Hi1aPyar1E2mkzcWvHxnnMUY6UucBD1O0B0VHB5KZ1EGSjQ==", "fingerprint": "ed:da:f4:98:51:fb:7c:f0:c8:64:f6:1d:08:ca:d8:7d", "user_id": "8df0ebfdd82246bd9a086820202b532b"}}' 2023-07-21 07:35:59,972 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-459427141 created 2023-07-21 07:36:00,350 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.377s 2023-07-21 07:36:00,350 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--244545563", "description": "tempest-description--1563407451"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-33a86e57-b1ea-42dc-bf5c-6c6ffb75517a', 'date': 'Fri, 21 Jul 2023 07:36:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "name": "tempest-securitygroup--244545563", "stateful": true, "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "description": "tempest-description--1563407451", "shared": false, "security_group_rules": [{"id": "aff90058-21a0-41e5-a2b4-0c79aa6954a8", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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": 1148, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}, {"id": "bc6f2927-e77c-44cb-b20f-f5edd86215a7", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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": 1149, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 1, "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:00,905 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.554s 2023-07-21 07:36:00,906 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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-a355b21e-10b0-4420-96e3-184fd32626d9', 'date': 'Fri, 21 Jul 2023 07:36: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": "65bde363-4c2d-4dcb-b4fd-5a80fa5905e1", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}}' 2023-07-21 07:36:01,724 79482 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-21 07:36:01,724 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d6874c40-0ad9-461c-bd4c-bd6036887449', 'date': 'Fri, 21 Jul 2023 07:36: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": "ce75fcf5-0f63-4127-a5cb-0cd02023927b", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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-21T07:36:01Z", "updated_at": "2023-07-21T07:36:01Z", "revision_number": 0}}' 2023-07-21 07:36:01,724 79482 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--244545563 created 2023-07-21 07:36:03,673 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.948s 2023-07-21 07:36:03,674 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8f616f02-c55b-46d6-aa3a-5617f95b21ee', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "000ac57d-cc86-48e9-82ba-d66de7d142ff", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "floating_ip_address": "172.24.4.180", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:02Z", "updated_at": "2023-07-21T07:36:02Z", "revision_number": 0}}' 2023-07-21 07:36:03,674 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '000ac57d-cc86-48e9-82ba-d66de7d142ff', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:02Z', 'updated_at': '2023-07-21T07:36:02Z', 'revision_number': 0, 'ip': '172.24.4.180'} created 2023-07-21 07:36:03,674 79482 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-459427141', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGwUqmoXzjNFgiLA655YyajNrmGCiQTUosEMmBwUaKALvxtICGHZ7zt3is10myLfB9X6VL4VY+htUoD2aw4Hi1aPyar1E2mkzcWvHxnnMUY6UucBD1O0B0VHB5KZ1EGSjQ==', 'fingerprint': 'ed:da:f4:98:51:fb:7c:f0:c8:64:f6:1d:08:ca:d8:7d', 'user_id': '8df0ebfdd82246bd9a086820202b532b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAR3lxjy7dG/w5WyNJqClQdG0N/gmW57RnAzrEwCiqw/GrGdZ/aQPP0\nu+VSDjy0VtugBwYFK4EEACKhZANiAARsFKpqF84zRYIiwOueWMmoza5hgokE1KLB\nDJgcFGigC78bSAhh2e87d4rNdJsi3wfV+lS+FWPobVKA9msOB4tWj8mq9RNppM3F\nrx8Z5zFGOlLnAQ9TtAdFRweSmdRBko0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b02ee24c-6edc-4fe4-bf23-b27a059a0595', 'name': 'tempest-securitygroup--244545563', 'stateful': True, 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'description': 'tempest-description--1563407451', 'shared': False, 'security_group_rules': [{'id': 'aff90058-21a0-41e5-a2b4-0c79aa6954a8', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'security_group_id': 'b02ee24c-6edc-4fe4-bf23-b27a059a0595', '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': 1148, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:00Z', 'updated_at': '2023-07-21T07:36:00Z', 'revision_number': 0}, {'id': 'bc6f2927-e77c-44cb-b20f-f5edd86215a7', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'security_group_id': 'b02ee24c-6edc-4fe4-bf23-b27a059a0595', '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': 1149, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:00Z', ' updated_at': '2023-07-21T07:36:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:00Z', 'updated_at': '2023-07-21T07:36:00Z', 'revision_number': 1, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd'}, 'floating_ip': {'id': '000ac57d-cc86-48e9-82ba-d66de7d142ff', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:02Z', 'updated_at': '2023-07-21T07:36:02Z', 'revision_number': 0, 'ip': '172.24.4.180'}} 2023-07-21 07:36:03,697 79482 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.022s 2023-07-21 07:36:03,697 79482 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-1598304817", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "af12adde-23cb-4071-929c-0a9771c5735f"}], "security_groups": [{"name": "tempest-securitygroup--244545563"}], "key_name": "tempest-keypair-459427141", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-c259cf56-8f71-4211-9b8d-662256970356', 'x-compute-request-id': 'req-c259cf56-8f71-4211-9b8d-662256970356', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:03,738 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-459427141 0.039s 2023-07-21 07:36:03,738 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 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-89ccda5d-e813-476e-ad6c-793d05cd4343', 'x-compute-request-id': 'req-89ccda5d-e813-476e-ad6c-793d05cd4343', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-459427141'} Body: b'' 2023-07-21 07:36:04,028 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595 0.290s 2023-07-21 07:36:04,029 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-069f5e99-5d04-48de-8f77-201f8c870953', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '204', 'content-location': ' http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595'} Body: b'' 2023-07-21 07:36:04,062 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595 0.033s 2023-07-21 07:36:04,062 79482 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-a38dd443-8269-4276-a8f2-01ab03b112f3', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b02ee24c-6edc-4fe4-bf23-b27a059a0595 does not exist", "detail": ""}}' 2023-07-21 07:36:05,081 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/000ac57d-cc86-48e9-82ba-d66de7d142ff 1.018s 2023-07-21 07:36:05,082 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5e8ceb00-b4ea-4496-ad38-2dde80a3d17e', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/000ac57d-cc86-48e9-82ba-d66de7d142ff'} Body: b'' 2023-07-21 07:36:05,166 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.083s 2023-07-21 07:36:05,166 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-f1115c41-956e-4915-94d9-fb8201725eb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'' 2023-07-21 07:36:05,221 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.054s 2023-07-21 07:36:05,222 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20fb55e6-b539-4d49-8ae1-e1c4ca8f1b36', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20fb55e6-b539-4d49-8ae1-e1c4ca8f1b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:06,329 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.093s 2023-07-21 07:36:06,329 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b7c370-8ce3-4e2a-8922-391ff010b10b', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b7c370-8ce3-4e2a-8922-391ff010b10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:07,411 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.068s 2023-07-21 07:36:07,411 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add3c165-df43-4b27-8237-6b63c2f1992d', 'content-length': '1365', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add3c165-df43-4b27-8237-6b63c2f1992d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:08,497 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.065s 2023-07-21 07:36:08,498 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf8f6f9-0eeb-4bf3-bbcc-c8d26f93445e', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf8f6f9-0eeb-4bf3-bbcc-c8d26f93445e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:09,664 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.035s 2023-07-21 07:36:09,665 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a70abb84-10ad-4ec8-90d6-ea577d2fe7f0', 'x-openstack-request-id': 'req-a70abb84-10ad-4ec8-90d6-ea577d2fe7f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 006cee7e-6f78-4c99-bf32-6f3ce41f677f could not be found."}}' {11} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [12.842493s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:00,361 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.339s 2023-07-21 07:36:00,362 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1824871147", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQwzwP7nsh/5zkrLDZz3ez9YhfNGXmU87+SNvlbCPQmxtW7akVJys1+5rCnWnspR0vRHYpD1U/vkFmgp4o52cVyanrYKGN1I8HIo+lbbndl1Jt6gONVN3+bUcJt16b2kQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:00 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-8b22af58-88e4-48ab-96b2-3dfb0d1febcf', 'x-compute-request-id': 'req-8b22af58-88e4-48ab-96b2-3dfb0d1febcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1824871147", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQwzwP7nsh/5zkrLDZz3ez9YhfNGXmU87+SNvlbCPQmxtW7akVJys1+5rCnWnspR0vRHYpD1U/vkFmgp4o52cVyanrYKGN1I8HIo+lbbndl1Jt6gONVN3+bUcJt16b2kQ==", "fingerprint": "9d:4e:c6:a4:31:09:fc:0d:f5:63:05:eb:65:f6:13:0b", "user_id": "25e9631c71e0471a8314d29cc7b8550f"}}' 2023-07-21 07:36:01,232 79502 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.867s 2023-07-21 07:36:01,232 79502 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-1612195917", "description": "tempest-secgroup-smoke-1612195917 description", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-36222974-e138-44c8-8f0a-4424f363d2df', 'date': 'Fri, 21 Jul 2023 07:36:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "name": "tempest-secgroup-smoke-1612195917", "stateful": true, "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "description": "tempest-secgroup-smoke-1612195917 description", "shared": false, "security_group_rules": [{"id": "7c084b32-7a72-4603-bca3-f3b1d7079990", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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": 1152, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}, {"id": "ec3152cd-5b31-43d6-a9d1-d2f685b4344d", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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": 1153, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 1, "projec t_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:02,415 79502 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 1.182s 2023-07-21 07:36:02,416 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "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-ec3cb2f1-8672-4432-a40e-1a2116e5332d', 'date': 'Fri, 21 Jul 2023 07:36:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "26ea9d57-a0e4-40cb-9096-6ab559982dbe", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:01Z", "updated_at": "2023-07-21T07:36:01Z", "revision_number": 0}}' 2023-07-21 07:36:03,062 79502 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.646s 2023-07-21 07:36:03,062 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "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-83a981c6-6414-41ce-8568-50831960186d', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03677aca-058d-46a6-b3fe-05e92f2d6796", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:02Z", "updated_at": "2023-07-21T07:36:02Z", "revision_number": 0}}' 2023-07-21 07:36:03,226 79502 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.163s 2023-07-21 07:36:03,227 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bec28133-fb8f-4c96-8e87-5eb180f1f424', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c6e429d-31fa-45c7-8cff-9b9d1cd7060c", "project_id": "afe352ff 2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:03,461 79502 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-21 07:36:03,461 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b3142389-ff30-4ab9-a8cf-f5f7f0f05cb0', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3907e132-70c0-44df-88e0-5de943044e5f", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:03,667 79502 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.205s 2023-07-21 07:36:03,667 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e1de05e0-8cb8-4cc4-abd4-ebd467e0cc4e', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "44608842-a189-4bd9-a968-af55a5bc0df6", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:03,914 79502 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.246s 2023-07-21 07:36:03,914 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1aa4bcae-faa2-4edb-b625-48669753c382', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79849414-861e-41a5-b2ff-50aaf30c9390", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:04,159 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes 0.243s 2023-07-21 07:36:04,159 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-535419991", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f8ec24-8b92-4215-b2a2-3109a3f63b72', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f8ec24-8b92-4215-b2a2-3109a3f63b72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.097979", "updated_at": null, "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:36:04,260 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.090s 2023-07-21 07:36:04,260 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e2bca29-672e-40a9-9534-4fff5b1d1138', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e2bca29-672e-40a9-9534-4fff5b1d1138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:05,339 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.065s 2023-07-21 07:36:05,339 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c9b9da2-f7bd-41eb-8eb5-21be2fc0a879', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c9b9da2-f7bd-41eb-8eb5-21be2fc0a879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:04.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:06,474 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.119s 2023-07-21 07:36:06,474 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756e013f-5b1c-4635-b70c-a5f42ae23fc5', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756e013f-5b1c-4635-b70c-a5f42ae23fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:06.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-46 7b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:06,494 79502 INFO [tempest.common.waiters] volume 91bad7a7-3fef-467b-b600-987da837ef65 reached available after waiting for 2.494565 seconds 2023-07-21 07:36:06,570 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.075s 2023-07-21 07:36:06,571 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c45d68e-b467-4bd4-a6af-a3facc355120', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c45d68e-b467-4bd4-a6af-a3facc355120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:06.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:06,775 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.177s 2023-07-21 07:36:06,776 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 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-b819e41e-bb1d-4cd0-b42a-4ac783810390', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "25e9631c71e0471a8314d29cc7b8550f", "name": "tempest-TestStampPattern-1796033367-project-member", "password_expires_at": null}, "audit_ids": ["25uDEbelTf6ki55Q7EOwww"], "expires_at": "2023-07-21T08:36:06.000000Z", "issued_at": "2023-07-21T07:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe352ff2e1e4fbd80dd18a0ff323743", "name": "tempest-TestStampPattern-1796033367"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614be a646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/afe352ff2e1e4fbd80dd18a0ff323743", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:06,777 79502 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '18f0bf20-4df4-4282-9fb5-6b8613a89050', 'name': 'tempest-TestStampPattern-528070192-network', 'tenant_id': 'afe352ff2e1e4fbd80dd18a0ff323743', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'afe352ff2e1e4fbd80dd18a0ff323743', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20529, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:36Z', 'updated_at': '2023-07-21T07:35:36Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:06,848 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.069s 2023-07-21 07:36:06,849 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-157034102", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1824871147", "security_groups": [{"name": "tempest-secgroup-smoke-1612195917"}], "networks": [{"uuid": "18f0bf20-4df4-4282-9fb5-6b8613a89050"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b4992466-5008-42ce-9725-38baf19ea00e', 'x-compute-request-id': 'req-b4992466-5008-42ce-9725-38baf19ea00e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:06,976 79502 INFO [tempest.lib.comm on.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.125s 2023-07-21 07:36:06,976 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 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-72b327c4-84a6-42b2-8e02-22a66d0bd6ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'' 2023-07-21 07:36:07,104 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.126s 2023-07-21 07:36:07,104 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c06df82-78c2-4fb7-8235-d130f315ae34', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c06df82-78c2-4fb7-8235-d130f315ae34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:08,180 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.063s 2023-07-21 07:36:08,180 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719a51fd-0eee-44f4-bd87-fa1d978ea462', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719a51fd-0eee-44f4-bd87-fa1d978ea462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "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/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:09,298 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.095s 2023-07-21 07:36:09,298 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72e8f50-cb6d-4189-87d3-81aa9b5bd42c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72e8f50-cb6d-4189-87d3-81aa9b5bd42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:10,387 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.077s 2023-07-21 07:36:10,387 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dace6d8e-01ab-4396-b673-27a592298099', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dace6d8e-01ab-4396-b673-27a592298099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd 18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:11,464 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.058s 2023-07-21 07:36:11,465 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861e41eb-2334-4caa-9309-4abf7afe9e79', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861e41eb-2334-4caa-9309-4abf7afe9e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:12,507 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.030s 2023-07-21 07:36:12,508 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:12 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-e380a6d8-b676-48d5-b9f4-1acf4b5c3d5e', 'x-openstack-request-id': 'req-e380a6d8-b676-48d5-b9f4-1acf4b5c3d5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91bad7a7-3fef-467b-b600-987da837ef65 could not be found."}}' 2023-07-21 07:36:12,822 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/bdb4d083-1977-43e2-8a92-8b4b5980f4a4 0.314s 2023-07-21 07:36:12,823 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4b28de2a-dac8-4fda-b150-6feb6f7397db', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bdb4d083-1977-43e2-8a92-8b4b5980f4a4'} Body: b'' 2023-07-21 07:36:12,860 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1824871147 0.036s 2023-07-21 07:36:12,860 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-46ec3956-0bb3-4e73-9a17-4cdaec22658b', 'x-compute-request-id': 'req-46ec3956-0bb3-4e73-9a17-4cdaec22658b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1824871147'} Body: b'' {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [6.513451s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:06,681 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:36:06,681 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:36:07,005 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.320s 2023-07-21 07:36:07,007 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1480659691", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB5fcX68R/3WAugvRufZkEBKIBjF6ro+o0WLA/9zzHEGlcWVLAlvOO7rm2E29KytDWep7veq4A/5rGCmFhkcTt+6mjiNagmnZwvhLMHno2qUyI75A9/df/IN9eCSgm7AGg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 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-1eab9ea1-a8ca-472e-b1f4-07bf936253f4', 'x-compute-request-id': 'req-1eab9ea1-a8ca-472e-b1f4-07bf936253f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1480659691", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB5fcX68R/3WAugvRufZkEBKIBjF6ro+o0WLA/9zzHEGlcWVLAlvOO7rm2E29KytDWep7veq4A/5rGCmFhkcTt+6mjiNagmnZwvhLMHno2qUyI75A9/df/IN9eCSgm7AGg==", "fingerprint": "0c:3c:92:49:e1:a0:01:b3:a1:f3:2a:e5:4b:ac:85:68", "user_id": "1e860ca1779b46c682ff88bcdead25ec"}}' 2023-07-21 07:36:07,012 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1480659691 created 2023-07-21 07:36:07,446 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.432s 2023-07-21 07:36:07,446 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--485806203", "description": "tempest-description--125332157"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-cc67c1dd-2436-47fd-b195-1985cd681b9a', 'date': 'Fri, 21 Jul 2023 07:36:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f63acd92-b02f-4b2a-b421-d03009237445", "name": "tempest-securitygroup--485806203", "stateful": true, "tenant_id": "959083de352b46a59d125a961635ab0f", "description": "tempest-description--125332157", "shared": false, "security_group_rules": [{"id": "09bab397-6492-4dd9-94c2-8fe1686e2106", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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": 1172, "description": null, "tags": [], "created_at": "2023-07-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}, {"id": "39d91fd3-e4dd-4b47-8a8c-6c0cac6ceb00", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1173, "description": null, "tags": [], "created_at": "2023-07-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 1, "project_id": "959083de352b46a59d125a961635ab0f"}}' 2023-07-21 07:36:07,772 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.325s 2023-07-21 07:36:07,773 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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-19439fde-4de2-4688-b599-27fab435938d', 'date': 'Fri, 21 Jul 2023 07:36: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": "709246c5-e79d-4d57-822b-4f798e1eb2a3", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}}' 2023-07-21 07:36:08,047 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.272s 2023-07-21 07:36:08,048 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-49a82f00-e665-4da7-a7ab-f9624d5e207e', 'date': 'Fri, 21 Jul 2023 07:36: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": "a2785757-67b5-496f-9ebc-4526e7777629", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}}' 2023-07-21 07:36:08,048 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--485806203 created 2023-07-21 07:36:09,287 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.238s 2023-07-21 07:36:09,287 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-4d2e4513-4ea4-4c50-9461-858012d963ed', 'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8f2e6142-bc17-4722-9ea2-31a37a18643a", "tenant_id": "959083de352b46a59d125a961635ab0f", "floating_ip_address": "172.24.4.79", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "959083de352b46a59d125a961635ab0f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:08Z", "updated_at": "2023-07-21T07:36:08Z", "revision_number": 0}}' 2023-07-21 07:36:09,288 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8f2e6142-bc17-4722-9ea2-31a37a18643a', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'floating_ip_address': '172.24.4.79', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '959083de352b46a59d125a961635ab0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:08Z', 'updated_at': '2023-07-21T07:36:08Z', 'revision_number': 0, 'ip': '172.24.4.79'} created 2023-07-21 07:36:09,745 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.456s 2023-07-21 07:36:09,745 79486 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-97398333", "description": "tempest-secgroup-smoke-97398333 description", "project_id": "959083de352b46a59d125a961635ab0f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-6649e04a-8c00-42a4-a2cd-b95a20a8f07b', 'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "name": "tempest-secgroup-smoke-97398333", "stateful": true, "tenant_id": "959083de352b46a59d125a961635ab0f", "description": "tempest-secgroup-smoke-97398333 description", "shared": false, "security_group_rules": [{"id": "76cc60ab-f9c1-4700-be65-6d68506457ef", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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": 1179, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}, {"id": "9ce03c9e-a68a-40db-a10c-9358e946c918", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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": 1180, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 1, "project_id": "959083de352b46a59d125a961635ab0f"}}' 2023-07-21 07:36:09,929 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/sec urity-group-rules 0.183s 2023-07-21 07:36:09,930 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "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-2eca4676-5dcf-44d6-9778-889f1a726667', 'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b8e0ead7-4af4-4fd9-be35-6666c825d2ea", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}}' 2023-07-21 07:36:10,219 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.288s 2023-07-21 07:36:10,219 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "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-dc80a509-b338-4243-956f-099c887bbec4', 'date': 'Fri, 21 Jul 2023 07:36: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": "f47ad0cd-6ea9-47e1-b0b8-056916997248", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,585 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.365s 2023-07-21 07:36:10,586 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-54216f7e-269c-4060-831c-eb4ba5fad52a', 'date': 'Fri, 21 Jul 2023 07:36: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": "664df57f-71cf-4d17-a654-b0d74bd23814", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": n ull, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,813 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.226s 2023-07-21 07:36:10,813 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-2c05f77b-eb1f-4b78-a24a-b05a0fdbb524', 'date': 'Fri, 21 Jul 2023 07:36: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": "d6210893-cf11-43d9-a0a7-e42ee9900fd9", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:11,354 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.540s 2023-07-21 07:36:11,354 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d1e73a35-880a-4a92-9ae0-2854369f710d', 'date': 'Fri, 21 Jul 2023 07:36: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": "34ad469f-dddd-4eff-9520-c876e2ddeab1", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:11,728 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.373s 2023-07-21 07:36:11,729 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-07492b66-af43-4bf9-9508-86e1a4fe43e8', 'date': 'Fri, 21 Jul 2023 07:36: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": "5a7641cc-b1ed-4a6c-9a91-c387e3f53904", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,779 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.039s 2023-07-21 07:36:11,780 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 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-149cc512-37e6-4fc6-b2ca-442d548d4610', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1e860ca1779b46c682ff88bcdead25ec", "name": "tempest-SnapshotDataIntegrityTests-312316193-project-member", "password_expires_at": null}, "audit_ids": ["PIfwsXRQReG9ia-bfa3NgQ"], "expires_at": "2023-07-21T08:36:11.000000Z", "issued_at": "2023-07-21T07:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "959083de352b46a59d125a961635ab0f", "name": "tempest-SnapshotDataIntegrityTests-312316193"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/959083de352b46a59d125a961635ab0f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/959083de352b46a59d125a961635ab0f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210/volume/v3/959083de352b46a59d125a961635ab0f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:11,781 79486 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '67c8c364-9963-4c52-a61d-4ca80f4c3a6e', 'name': 'tempest-SnapshotDataIntegrityTests-1779130381-network', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '959083de352b46a59d125a961635ab0f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:42Z', 'updated_at': '2023-07-21T07:35:42Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:11,781 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1480659691', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB5fcX68R/3WAugvRufZkEBKIBjF6ro+o0WLA/9zzHEGlcWVLAlvOO7rm2E29KytDWep7veq4A/5rGCmFhkcTt+6mjiNagmnZwvhLMHno2qUyI75A9/df/IN9eCSgm7AGg==', 'fingerprint': '0c:3c:92:49:e1:a0:01:b3:a1:f3:2a:e5:4b:ac:85:68', 'user_id': '1e860ca1779b46c682ff88bcdead25ec', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCj+/LxOWlDT9xgn5Zp3njeH4siW++xXBIaY/gx6HzzkhYyCmqq6MIW\nkLFieHlT4PegBwYFK4EEACKhZANiAAQeX3F+vEf91gLoL0bn2ZBASiAYxeq6PqNF\niwP/c8xxBpXFlSwJbzju65thNvSsrQ1nqe73quAP+axgphYZHE7fupo4jWoJp2cL\n4SzB56NqlMiO+QPf3X/yDfXgkoJuwBo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f63acd92-b02f-4b2a-b421-d03009237445', 'name': 'tempest-securitygroup--485806203', 'stateful': True, 'tenant_id': '959083de352b46a59d125a961635ab0f', 'description': 'tempest-description--125332157', 'shared': False, 'security_group_rules': [{'id': '09bab397-6492-4dd9-94c2-8fe1686e2106', 'project_id': '959083de352b46a59d125a961635ab0f', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'security_group_id': 'f63acd92-b02f-4b2a-b421-d03009237445', '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': 1172, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:07Z', 'updated_at': '2023-07-21T07:36:07Z', 'revision_number': 0}, {'id': '39d91fd3-e4dd-4b47-8a8c-6c0cac6ceb00', 'project_id': '959083de352b46a59d125a961635ab0f', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'security_group_id': 'f63acd92-b02f-4b2a-b421-d03009237445', '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': 1173, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:07Z', 'updated_at': '2023-07-21T07:36:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:07Z', 'updated_at': '2023-07-21T07:36:07Z', 'revision_number': 1, 'project_id': '959083de352b46a59d125a961635ab0f'}, 'floating_ip': {'id': '8f2e6142-bc17-4722-9ea2-31a37a18643a', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'floating_ip_address': '172.24.4.79', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '959083de352b46a59d125a961635ab0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:08Z', 'updated_at': '2023-07-21T07:36:08Z', 'revision_number': 0, 'ip': '172.24.4.79'}} 2023-07-21 07:36:11,818 79486 INFO [tempest.lib.common.rest_clien t] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.036s 2023-07-21 07:36:11,819 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-419914744", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "key_name": "tempest-keypair-1480659691", "security_groups": [{"name": "tempest-secgroup-smoke-97398333"}, {"name": "tempest-securitygroup--485806203"}], "networks": [{"uuid": "67c8c364-9963-4c52-a61d-4ca80f4c3a6e"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-ab265c3b-e933-4ecf-81b7-1357a80e7234', 'x-compute-request-id': 'req-ab265c3b-e933-4ecf-81b7-1357a80e7234', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:12,327 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9bb4534c-2e20-4643-b800-6b75e1ef5e6a 0.507s 2023-07-21 07:36:12,328 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bbbddb21-9ccd-415d-ba73-42c24dfa17ae', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9bb4534c-2e20-4643-b800-6b75e1ef5e6a'} Body: b'' 2023-07-21 07:36:12,374 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1480659691 0.045s 2023-07-21 07:36:12,374 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-4fcd4828-35ee-44a5-b104-4f8c002e434e', 'x-compute-request-id': 'req-4fcd4828-35ee-44a5-b104-4f8c002e434e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1480659691'} Body: b'' 2023-07-21 07:36:12,641 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445 0.267s 2023-07-21 07:36:12,642 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-381b4005-ab42-4541-9448-30d6502e7da8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445'} Body: b'' 2023-07-21 07:36:12,684 79486 INFO [tempest.lib.common .rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445 0.042s 2023-07-21 07:36:12,685 79486 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-9101563c-e140-4302-b618-973a7792f601', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f63acd92-b02f-4b2a-b421-d03009237445 does not exist", "detail": ""}}' 2023-07-21 07:36:13,191 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8f2e6142-bc17-4722-9ea2-31a37a18643a 0.505s 2023-07-21 07:36:13,192 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d308f28e-4de9-41fc-92f2-9328f1f58959', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8f2e6142-bc17-4722-9ea2-31a37a18643a'} Body: b'' {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [9.058483s] ... ok {9} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [20.173013s] ... ok {10} 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} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {5} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [0.148358s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:22,906 79498 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.121s 2023-07-21 07:36:22,906 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 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-888a2a10-7543-4190-957e-b02799511d37', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c68b704d91bd4566a45861676e0b947c", "name": "tempest-VolumesNegativeTest-348873067-project-member", "password_expires_at": null}, "audit_ids": ["xXrt1dEkTaGDw9FWx3g_SA"], "expires_at": "2023-07-21T08:36:22.000000Z", "issued_at": "2023-07-21T07:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9a20b1cf6704ea5a68a9735263346ca", "name": "tempest-VolumesNegativeTest-348873067"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f9a20b1cf6704ea5a68a9735263346ca", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f9a20b1cf6704ea5a68a9735263346ca", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f9a20b1cf6704ea5a68a9735263346ca", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:22,907 79498 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-21 07:36:22,926 79498 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.019s 2023-07-21 07:36:22,927 79498 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-322894275", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1514071a-1578-491b-9f57-c7e788278112', 'x-compute-request-id': 'req-1514071a-1578-491b-9f57-c7e788278112', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [13.938434s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:09,674 79482 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-21 07:36:09,749 79482 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.071s 2023-07-21 07:36:09,750 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-91612238", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8hdEA+2XUPDwGho+Eb/gnAnubUUQasT/IfKnH2xvg3qrZptSnP6gVgAhbNA2X8B3dm3Fozg0X2CjzkwnVD8smOUWgjMRTmw9jLoxMz/xHVVkvmgD+iqz3RA5UHLD7tfA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7512d376-6499-4df4-a38c-4552008102fa', 'x-compute-request-id': 'req-7512d376-6499-4df4-a38c-4552008102fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-91612238", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8hdEA+2XUPDwGho+Eb/gnAnubUUQasT/IfKnH2xvg3qrZptSnP6gVgAhbNA2X8B3dm3Fozg0X2CjzkwnVD8smOUWgjMRTmw9jLoxMz/xHVVkvmgD+iqz3RA5UHLD7tfA==", "fingerprint": "74:f0:5d:32:55:a6:ae:60:50:a2:87:ed:76:52:79:4d", "user_id": "8df0ebfdd82246bd9a086820202b532b"}}' 2023-07-21 07:36:10,060 79482 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.308s 2023-07-21 07:36:10,061 79482 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-689226367", "description": "tempest-secgroup-smoke-689226367 description", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a44f387c-a0a0-41cf-8477-c951c738ecf1', 'date': 'Fri, 21 Jul 2023 07:36:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "name": "tempest-secgroup-smoke-689226367", "stateful": true, "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "description": "tempest-secgroup-smoke-689226367 description", "shared": false, "security_group_rules": [{"id": "15d08bfb-cb66-4d77-beca-08222dee6f77", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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": 1184, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}, {"id": "736644c3-51f5-4bc5-89fc-74ba99def558", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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": 1183, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z" , "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 1, "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:10,302 79482 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.240s 2023-07-21 07:36:10,303 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "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-d25b79a2-707c-40e7-97a0-0d6dcaf0661e', 'date': 'Fri, 21 Jul 2023 07:36: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": "ac95cdfa-8e90-4da5-8874-e95d2fe19941", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,666 79482 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.362s 2023-07-21 07:36:10,666 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "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-2a3a4b7b-2930-4300-b62f-6c00a32868ca', 'date': 'Fri, 21 Jul 2023 07:36: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": "5861921f-19d4-4167-8b2c-ffb2506b46f6", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,921 79482 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.255s 2023-07-21 07:36:10,922 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ab6303ca-1c24-4869-a50c-8a8a162167d8', 'date': 'Fri, 21 Jul 2023 07:36: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": "817b0a8d-c04e-4796-8ac2-28cff65a0687", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:11,434 79482 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.511s 2023-07-21 07:36:11,434 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-90104fef-00d9-4e84-a600-b7717618d018', 'date': 'Fri, 21 Jul 2023 07:36: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": "842d2adb-b4d7-41bc-b91f-862a50feb419", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,613 79482 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.178s 2023-07-21 07:36:11,613 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-796dfafe-96d3-43ab-bf9d-2e6c2570cfc6', 'date': 'Fri, 21 Jul 2023 07:36: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": "7df7f02f-a1dd-448a-8215-dac7e5cef0bd", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,808 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.194s 2023-07-21 07:36:11,808 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ru le": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bd88de38-e635-4438-9dc8-de0707a878c0', 'date': 'Fri, 21 Jul 2023 07:36: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": "1bdec476-f403-40b7-bc34-33dba20ffc09", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,809 79482 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-21 07:36:11,836 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.026s 2023-07-21 07:36:11,836 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a040cd1c-5b63-4b33-9fa7-54a287aece6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:36:12,352 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes 0.514s 2023-07-21 07:36:12,352 79482 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-1439099452", "snapshot_id": null, "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2cc656c-9ff0-43e5-8e81-ee0ec04107e2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2cc656c-9ff0-43e5-8e81-ee0ec04107e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.242087", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:36:12,423 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.060s 2023-07-21 07:36:12,423 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0916440-09c0-4ff9-8ea0-a07eb8b7e71d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0916440-09c0-4ff9-8ea0-a07eb8b7e71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:13,486 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.046s 2023-07-21 07:36:13,487 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4feaa72-ee8e-4c8e-8cf1-d644160a3c76', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4feaa72-ee8e-4c8e-8cf1-d644160a3c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", " snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:14,562 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.054s 2023-07-21 07:36:14,563 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-795cac45-3e99-47a7-b2d0-9069d2dfbe5d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795cac45-3e99-47a7-b2d0-9069d2dfbe5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:15,624 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.048s 2023-07-21 07:36:15,625 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be5f238-e9ba-4c79-b190-15b1cc4cf810', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be5f238-e9ba-4c79-b190-15b1cc4cf810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "hre f": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:16,736 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.099s 2023-07-21 07:36:16,736 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc38a8d-ce17-48e9-b6b1-c6277c6a17b4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc38a8d-ce17-48e9-b6b1-c6277c6a17b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:17,935 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.181s 2023-07-21 07:36:17,935 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1784c53d-6937-48aa-a8f8-c4f924dc02c2', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1784c53d-6937-48aa-a8f8-c4f924dc02c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "true", "encrypted": false, "replication_status": nul l, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:17,945 79482 INFO [tempest.common.waiters] volume 936a3634-7357-447a-8522-ebe5e90a3650 reached available after waiting for 5.945782 seconds 2023-07-21 07:36:18,000 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.050s 2023-07-21 07:36:18,000 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8345649-27e7-46f7-b2e1-c276b5bce542', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8345649-27e7-46f7-b2e1-c276b5bce542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:18,370 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.356s 2023-07-21 07:36:18,371 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0d07b65d-b190-4cd7-9882-8a6bd352a245', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8df0ebfdd82246bd9a086820202b532b", "name": "tempest-TestVolumeBootPattern-11554 76164-project-member", "password_expires_at": null}, "audit_ids": ["G0ztvDZmTPuwoETBWEkc1w"], "expires_at": "2023-07-21T08:36:18.000000Z", "issued_at": "2023-07-21T07:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "name": "tempest-TestVolumeBootPattern-1155476164"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:18,371 79482 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'af12adde-23cb-4071-929c-0a9771c5735f', 'name': 'tempest-TestVolumeBootPattern-573873107-network', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:09Z', 'updated_at': '2023-07-21T07:35:09Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:18,437 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.065s 2023-07-21 07:36:18,437 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-855781225", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-689226367"}], "block_device_mapping_v 2": [{"uuid": "936a3634-7357-447a-8522-ebe5e90a3650", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-91612238", "networks": [{"uuid": "af12adde-23cb-4071-929c-0a9771c5735f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-affef5ee-98bc-441c-a270-dc64a3cc4c5d', 'x-compute-request-id': 'req-affef5ee-98bc-441c-a270-dc64a3cc4c5d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:18,796 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.357s 2023-07-21 07:36:18,798 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 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-ed18374e-3dab-4e46-9f2c-f7156df184ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'' 2023-07-21 07:36:18,853 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.054s 2023-07-21 07:36:18,854 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9f4e9e-bb22-4532-a4f9-9dd62ab64b28', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9f4e9e-bb22-4532-a4f9-9dd62ab64b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare ", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:19,941 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.075s 2023-07-21 07:36:19,941 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd9d1b7-7018-4253-9bfe-2acadad0ebb1', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd9d1b7-7018-4253-9bfe-2acadad0ebb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:21,017 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.063s 2023-07-21 07:36:21,018 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746e491b-fd1d-48b8-81fb-1410b48a2e25', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746e491b-fd1d-48b8-81fb-1410b48a2e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0 .0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:22,103 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.065s 2023-07-21 07:36:22,104 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9eefd1-75a0-4e82-98d4-3b05b9e06e69', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9eefd1-75a0-4e82-98d4-3b05b9e06e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:23,149 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.024s 2023-07-21 07:36:23,150 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-c1114e95-b8e6-458f-aa9e-700ce43fd6ab', 'x-openstack-request-id': 'req-c1114e95-b8e6-458f-aa9e-700ce43fd6ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78 dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 936a3634-7357-447a-8522-ebe5e90a3650 could not be found."}}' 2023-07-21 07:36:23,583 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d7b66c57-807a-45ba-98b5-ebabb8317a33 0.433s 2023-07-21 07:36:23,584 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d243af2d-b598-4a82-98ff-43d905bbaa88', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d7b66c57-807a-45ba-98b5-ebabb8317a33'} Body: b'' 2023-07-21 07:36:23,611 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-91612238 0.027s 2023-07-21 07:36:23,611 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7448fc13-9fc0-4206-bcbd-4c820e764e22', 'x-compute-request-id': 'req-7448fc13-9fc0-4206-bcbd-4c820e764e22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-91612238'} Body: b'' {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.719930s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [32.041561s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [14.695144s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:13,627 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots 0.227s 2023-07-21 07:36:13,627 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34916ad8-2bc9-4b82-a1e8-1e83379dc3f7', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34916ad8-2bc9-4b82-a1e8-1e83379dc3f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:13.556355", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 07:36:13,674 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.043s 2023-07-21 07:36:13,674 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20486bf8-5b70-4696-a9d5-cd07f8272173', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20486bf8-5b70-4696-a9d5-cd07f8272173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:14,723 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.043s 2023-07-21 07:36:14,723 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dfe99d9-e69b-4893-bbf4-673b300355ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dfe99d9-e69b-4893-bbf4-673b300355ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snaps hot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:15,758 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.028s 2023-07-21 07:36:15,759 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a77212-17c4-4e12-bab0-7f0e5256c01c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a77212-17c4-4e12-bab0-7f0e5256c01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:16,901 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.138s 2023-07-21 07:36:16,905 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc345aa0-45ea-4436-ac73-7948f044c7f9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc345aa0-45ea-4436-ac73-7948f044c7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:17,980 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.045s 2023-07-21 07:36:17,980 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b8c95f-2537-432c-8ce3-4be5f062f9f9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b8c95f-2537-432c-8ce3-4be5f062f9f9', 'con nection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:19,057 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.046s 2023-07-21 07:36:19,059 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f24a785-66bc-42f2-8d87-2dd82ac865c2', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f24a785-66bc-42f2-8d87-2dd82ac865c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:19,063 79494 INFO [tempest.common.waiters] snapshot 1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 reached available after waiting for 6.063184 seconds 2023-07-21 07:36:19,065 79494 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:36:19,065 79494 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:36:19,480 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.413s 2023-07-21 07:36:19,481 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1161736959", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQJmPlV49zPdINmEWjLPRfgMDeUoX6r9SrdCTTCguzodJ5wA1z+IXt3PyU+lpm2MZzMEzRnk0XK3MXfvIhNM+LRdRVTIbmfYPtrCJL4ADgc3QO3s4ipBnpgsQKv7Zaawg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-604fb8bc-d6a4-416e-bf9e-92fee456dbf8', 'x-compute-request-id': 'req-604fb8bc-d6a4-416e-bf9e-92fee456dbf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1161736959", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQJmPlV49zPdINmEWjLPRfgMDeUoX6r9SrdCTTCguzodJ5wA1z+IXt3PyU+lpm2MZzMEzRnk0XK3MXfvIhNM+LRdRVTIbmfYPtrCJL4ADgc 3QO3s4ipBnpgsQKv7Zaawg==", "fingerprint": "8a:f8:40:c3:5b:d9:a4:fd:5a:e7:87:b7:f7:f7:d4:72", "user_id": "0f521dfa6d29494a837d9e7dc281b7fb"}}' 2023-07-21 07:36:19,483 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1161736959 created 2023-07-21 07:36:19,933 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.449s 2023-07-21 07:36:19,934 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1695678726", "description": "tempest-description--753701857"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-04aaa9fe-a1dc-43d8-9d60-404cdfdc0f3f', 'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "name": "tempest-securitygroup--1695678726", "stateful": true, "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "tempest-description--753701857", "shared": false, "security_group_rules": [{"id": "6a39ad46-6d1a-4246-bf0b-73b32ce9dd13", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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": 1207, "description": null, "tags": [], "created_at": "2023-07-21T07:36:19Z", "updated_at": "2023-07-21T07:36:19Z", "revision_number": 0}, {"id": "7bf47b33-5fe6-4826-b34d-6a360b4574f0", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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": 1208, "description": null, "tags": [], "created_at": "2023-07-21T07:36:19Z", "updated_at": "2023-07-21T07:36:19Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:19Z", "updated_at": "2023-07-21T07:36:19Z", "revision_number": 1, "project_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:20,367 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.432s 2023-07-21 07:36:20,368 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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-5dd84d73-1def-4ad3-8b2d-d5d54b4629dc', 'date': 'Fri, 21 Jul 2023 07:36:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4f9bae6-54c7-4a36-a78e-9cbe72f17afe", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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, "descri ption": "", "created_at": "2023-07-21T07:36:20Z", "updated_at": "2023-07-21T07:36:20Z", "revision_number": 0}}' 2023-07-21 07:36:20,679 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.310s 2023-07-21 07:36:20,679 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ad0172ef-fcce-453b-8dfd-492500b925b2', 'date': 'Fri, 21 Jul 2023 07:36:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cb1f302a-9726-49f1-a301-cd9ca65c4e3e", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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-21T07:36:20Z", "updated_at": "2023-07-21T07:36:20Z", "revision_number": 0}}' 2023-07-21 07:36:20,680 79494 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1695678726 created 2023-07-21 07:36:21,869 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.189s 2023-07-21 07:36:21,870 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-7a21af96-a2d6-4fe5-8f2c-c5d768c6fe6c', 'date': 'Fri, 21 Jul 2023 07:36:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1c1b6f0b-8358-4137-a147-7e8d6fddb786", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "floating_ip_address": "172.24.4.16", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:21Z", "updated_at": "2023-07-21T07:36:21Z", "revision_number": 0}}' 2023-07-21 07:36:21,870 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1c1b6f0b-8358-4137-a147-7e8d6fddb786', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:21Z', 'updated_at': '2023-07-21T07:36:21Z', 'revision_number': 0, 'ip': '172.24.4.16'} created 2023-07-21 07:36:22,004 79494 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.123s 2023-07-21 07:36:22,005 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:21 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-8f7c653f-1d0c-4089-8150-18dc0d4467d3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0f521dfa6d29494a837d9e7dc281b7fb", "name": "tempest-VolumesSnapshotTestJSON-739372916-project-member", "password_expires_at": null}, "audit_ids": ["uKwHWTG4Qh2aUXU0zcjkzw"], "expires_at": "2023-07-21T08:36:21.000000Z", "issued_at": "2023-07-21T07:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "375d7e882b8543cdb12dcfeadc87c477", "name": "tempest-VolumesSnapshotTestJSON-739372916"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:22,006 79494 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'e032b106-0232-4a07-b6eb-d36b1d9f7b89', 'name': 'tempest-VolumesSnapshotTestJSON-388261838-network', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:35Z', 'updated_at': '2023-07-21T07: 35:35Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:22,006 79494 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1161736959', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQJmPlV49zPdINmEWjLPRfgMDeUoX6r9SrdCTTCguzodJ5wA1z+IXt3PyU+lpm2MZzMEzRnk0XK3MXfvIhNM+LRdRVTIbmfYPtrCJL4ADgc3QO3s4ipBnpgsQKv7Zaawg==', 'fingerprint': '8a:f8:40:c3:5b:d9:a4:fd:5a:e7:87:b7:f7:f7:d4:72', 'user_id': '0f521dfa6d29494a837d9e7dc281b7fb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBn6Txjky6j19399yE2fA2w0ugUyTp3H7xCL7/XArKb9pvqfypYLoHx\nVusuiBSSTLagBwYFK4EEACKhZANiAATUCZj5VePcz3SDZhFoyz0X4DA3lKF+q/Uq\n3Qk0woLs6HSecANc/iF7dz8lPpaZtjGczBM0Z5NFytzF37yITTPi0XUVUyG5n2D7\nawiS+AA4HN0Dt7OIqQZ6YLECr+2WmsI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '08ce642e-bd04-4f66-8864-d4da878e7f21', 'name': 'tempest-securitygroup--1695678726', 'stateful': True, 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': 'tempest-description--753701857', 'shared': False, 'security_group_rules': [{'id': '6a39ad46-6d1a-4246-bf0b-73b32ce9dd13', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': '08ce642e-bd04-4f66-8864-d4da878e7f21', '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': 1207, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:19Z', 'updated_at': '2023-07-21T07:36:19Z', 'revision_number': 0}, {'id': '7bf47b33-5fe6-4826-b34d-6a360b4574f0', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': '08ce642e-bd04-4f66-8864-d4da878e7f21', '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': 1208, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:19Z', 'updated_at': '2023-07-21T07:36:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:19Z', 'updated_at': '2023-07-21T07:36:19Z', 'revision_number': 1, 'project_id': '375d7e882b8543cdb12dcfeadc87c477'}, 'floating_ip': {'id': '1c1b6f0b-8358-4137-a147-7e8d6fddb786', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:21Z', 'updated_at': '2023-07-21T07:36:21Z', 'revision_number': 0, 'ip': '172.24.4.16'}} 2023-07-21 07:36:22,035 79494 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.027s 2023-07-21 07:36:22,035 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1007267748", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "e032b106-0232-4a07-b6eb-d36b1d9f7b89"}], "security_groups": [{"name": "tempest-securitygroup--1695678726"}], "key_name": "tempest-keypair-1161736959", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Versio n,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-dd2494d4-8483-4498-87ed-e7250ceb7c7a', 'x-compute-request-id': 'req-dd2494d4-8483-4498-87ed-e7250ceb7c7a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:22,088 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1161736959 0.052s 2023-07-21 07:36:22,088 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ffab734-d0f9-4627-ba71-bdcb7ef5d952', 'x-compute-request-id': 'req-7ffab734-d0f9-4627-ba71-bdcb7ef5d952', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1161736959'} Body: b'' 2023-07-21 07:36:22,265 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21 0.176s 2023-07-21 07:36:22,265 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c55f9bc3-fea2-4333-b454-962fb4c7f17f', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21'} Body: b'' 2023-07-21 07:36:22,289 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21 0.023s 2023-07-21 07:36:22,290 79494 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-620aaa2a-200a-4cce-b820-12e105e47ec3', 'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 08ce642e-bd04-4f66-8864-d4da878e7f21 does not exist", "detail": ""}}' 2023-07-21 07:36:22,801 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1c1b6f0b-8358-4137-a147-7e8d6fddb786 0.511s 2023-07-21 07:36:22,802 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-583604ef-75c2-4d26-9dee-426f63d46e57', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1c1b6f0b-8358-4137-a147-7e8d6fddb786'} Body: b'' 2023-07-21 07:36:22,852 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/375d7e882b8 543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.050s 2023-07-21 07:36:22,852 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 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-29f46001-5bf6-4a20-b461-51cd55328e83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'' 2023-07-21 07:36:22,876 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.023s 2023-07-21 07:36:22,877 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb03f492-fd02-4fe0-ba34-97aa7be3df73', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb03f492-fd02-4fe0-ba34-97aa7be3df73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:23,906 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.024s 2023-07-21 07:36:23,906 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9964b9fc-f5cf-401b-a1dc-652e095eec4b', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9964b9fc-f5cf-401b-a1dc-652e095eec4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:24,939 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.027s 2023-07-21 07:36:24,939 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129f3b11-eb79-4c1d-bfcb-9b701c78b9d7', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129f3b11-eb79-4c1d-bfcb-9b701c78b9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:25,988 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.043s 2023-07-21 07:36:25,988 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6431ba03-29db-4caa-911f-645f64ab6c80', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6431ba03-29db-4caa-911f-645f64ab6c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:27,070 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.076s 2023-07-21 07:36:27,070 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ac1bd8-5ad2-41ce-9160-e98ef2d86f1e', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ac1bd8-5ad2-41ce-9160-e98ef2d86f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:28,092 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.017s 2023-07-21 07:36:28,093 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:28 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-c1b32de2-4943-4444-85c6-b575632d6a65', 'x-openstack-request-id': 'req-c1b32de2-4943-4444-85c6-b575632d6a65', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 could not be found."}}' {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [3.228892s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.016555s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.029762s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.032778s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.035230s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.019028s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.014754s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013691s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.032878s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009413s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.025087s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.034728s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009924s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.074708s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.102965s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.059242s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.071266s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.147266s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.022346s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.026323s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.009684s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.041143s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.045822s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.026824s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.015598s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.020852s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.023463s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.012736s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.031417s] ... ok {9} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.032471s] ... ok {4} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [11.722381s] ... ok {5} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [27.390477s] ... ok {5} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [7.998255s] ... ok {9} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [23.043449s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [32.926796s] ... ok {9} tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume b7ad65d4-30b8-4bac-8767-a2cc33c0acfc failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_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`. {5} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [22.163797s] ... ok {7} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled ============================== Failed 41 tests - output below: ============================== tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 244, in test_stable_device_rescue_disk_virtio_with_volume_attached server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:21,281 79482 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:21,522 79482 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.238s 2023-07-21 07:32:21,523 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1446648624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2GfyvSOd9ZR47SCiQt6Ksl9ZoPdWUZWv8gdv3ukbrI/VCdEI2o+Ueov0V56Rncq5FxaslZ67GSIBy+vX0vdtj8BNGTlqmRIk+ZpSqQtx016/z1dEPf+1HDcqjXK9ejiQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:21 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-178afbc4-2c04-4c54-b327-6b3441706ef1', 'x-compute-request-id': 'req-178afbc4-2c04-4c54-b327-6b3441706ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1446648624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2GfyvSOd9ZR47SCiQt6Ksl9ZoPdWUZWv8gdv3ukbrI/VCdEI2o+Ueov0V56Rncq5FxaslZ67GSIBy+vX0vdtj8BNGTlqmRIk+ZpSqQtx016/z1dEPf+1HDcqjXK9ejiQ==", "fingerprint": "de:a1:9d:0b:7a:5d:d9:3c:48:1e:41:de:5c:a1:2a:e5", "user_id": "1112cea6b22a402987e65b288ea9c16f"}}' 2023-07-21 07:32:21,529 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1446648624 created 2023-07-21 07:32:22,079 79482 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.550s 2023-07-21 07:32:22,079 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--506281523", "description": "tempest-description--594343314"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-7c764cc3-e4a9-4f7d-898c-52ef33bb3bbd', 'date': 'Fri, 21 Jul 2023 07:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "name": "tempest-securitygroup--506281523", "stateful": true, "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "description": "tempest-description--594343314", "shared": false, "security_group_rules": [{"id": "2bad6e47-66f1-446a-abd9-dec6bf770a6e", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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": 186, "description": null, "tags": [], "created_at": "2023-07-21T07:32:21Z", "updated_at": "2023-07-21T07:32:21Z", "revision_number": 0}, {"id": "e534e281-e282-4f60-967d-23828e392c22", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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": 187, "description": null, "tags": [], "created_at": "2023-07-21T07:32:21Z", "updated_at": "2023-07-21T07:32:21Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:21Z", "updated_at": "2023-07-21T07:32:21Z", "revision_number": 1, "project_id": "51a2da340ee94dcfa4ea99c96521dfce"}}' 2023-07-21 07:32:22,403 79482 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.323s 2023-07-21 07:32:22,404 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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-7c8ae009-3f26-4db6-9b3a-c58e854d77ef', 'date': 'Fri, 21 Jul 2023 07:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f174deb-e0f0-4bc4-bb3e-2807475dd7eb", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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-21T07:32:22Z", "updated_at": "2023-07-21T07:32:22Z", "revision_number": 0}}' 2023-07-21 07:32:22,971 79482 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.566s 2023-07-21 07:32:22,971 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f1f39e6f-db47-40ec-a414-15696f6953b0', 'date': 'Fri, 21 Jul 2023 07:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5cd5ad6c-b87a-4aa5-bb18-02f5d4820ffb", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "security_group_id": "1fba5061-efd5-4d9a-b5c7-6fdec1120c78", "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-21T07:32:22Z", "updated_at": "2023-07-21T07:32:22Z", "revision_number": 0}}' 2023-07-21 07:32:22,972 79482 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--506281523 created 2023-07-21 07:32:26,069 79482 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.096s 2023-07-21 07:32:26,069 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a 2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-902267dd-6bab-44e7-b126-1498a71d8923', 'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9206a0d2-d9c9-4563-8d4a-4b033bca41b4", "tenant_id": "51a2da340ee94dcfa4ea99c96521dfce", "floating_ip_address": "172.24.4.190", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "51a2da340ee94dcfa4ea99c96521dfce", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:24Z", "updated_at": "2023-07-21T07:32:24Z", "revision_number": 0}}' 2023-07-21 07:32:26,070 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9206a0d2-d9c9-4563-8d4a-4b033bca41b4', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:24Z', 'updated_at': '2023-07-21T07:32:24Z', 'revision_number': 0, 'ip': '172.24.4.190'} created 2023-07-21 07:32:26,158 79482 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.083s 2023-07-21 07:32:26,158 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:26 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-41d6b1cb-f3b6-4aba-a25b-8446d4b57e2c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1112cea6b22a402987e65b288ea9c16f", "name": "tempest-ServerStableDeviceRescueTest-1437642008-project-member", "password_expires_at": null}, "audit_ids": ["kw53oydaSAyDOGqQVmi5Qg"], "expires_at": "2023-07-21T08:32:26.000000Z", "issued_at": "2023-07-21T07:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51a2da340ee94dcfa4ea99c96521dfce", "name": "tempest-ServerStableDeviceRescueTest-1437642008"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331 a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/51a2da340ee94dcfa4ea99c96521dfce", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/51a2da340ee94dcfa4ea99c96521dfce", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/51a2da340ee94dcfa4ea99c96521dfce", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:26,159 79482 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'c4ee8387-8a90-4542-b35f-3bcdd9e74698', 'name': 'tempest-ServerStableDeviceRescueTest-755081943-network', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37737, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:00Z', 'updated_at': '2023-07-21T07:32:00Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:26,160 79482 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1446648624', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2GfyvSOd9ZR47SCiQt6Ksl9ZoPdWUZWv8gdv3ukbrI/VCdEI2o+Ueov0V56Rncq5FxaslZ67GSIBy+vX0vdtj8BNGTlqmRIk+ZpSqQtx016/z1dEPf+1HDcqjXK9ejiQ==', 'fingerprint': 'de:a1:9d:0b:7a:5d:d9:3c:48:1e:41:de:5c:a1:2a:e5', 'user_id': '1112cea6b22a402987e65b288ea9c16f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAUcxhlw3RRCK5v45Bzv0iNkJVkiw7HIyB793Ll5uQPWQS9FPsfE0Pc\nqPmWr1nc1qugBwYFK4EEACKhZANiAAQNhn8r0jnfWUeO0gokLeirJfWaD3VlGVr/\nIHb97pG6yP1QnRCNqPlHqL9FeekZ3KuRcWrJWeuxkiAcvr19L3bY/ATRk5apkSJP\nmaUqkLcdNev89XRD3/tRw3Ko1yvXo4k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1fba5061-efd5-4d9a-b5c7-6fdec1120c78', 'name': 'tempest-securitygroup--506281523', 'stateful': True, 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'description': 'tempest-description--594343314', 'shared': False, 'security_group_rules': [{'id': '2bad6e47-66f1-446a-abd9-dec6bf770a6e', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'security_group_id': '1fba5061-efd5-4d9a-b5c7-6fdec1120c78', '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': 186, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:21Z', 'updated_at': '2023-07-21T07:32:21Z', 'revision_number': 0}, {'id': 'e534e281-e282-4f60-967d-23828e392c22', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'security_group_id': '1fba5061-efd5-4d9a-b5c7-6fdec1120c78', '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': Non e, 'standard_attr_id': 187, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:21Z', 'updated_at': '2023-07-21T07:32:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:21Z', 'updated_at': '2023-07-21T07:32:21Z', 'revision_number': 1, 'project_id': '51a2da340ee94dcfa4ea99c96521dfce'}, 'floating_ip': {'id': '9206a0d2-d9c9-4563-8d4a-4b033bca41b4', 'tenant_id': '51a2da340ee94dcfa4ea99c96521dfce', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '51a2da340ee94dcfa4ea99c96521dfce', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:24Z', 'updated_at': '2023-07-21T07:32:24Z', 'revision_number': 0, 'ip': '172.24.4.190'}} 2023-07-21 07:32:26,181 79482 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.020s 2023-07-21 07:32:26,182 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1372579363", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "c4ee8387-8a90-4542-b35f-3bcdd9e74698"}], "security_groups": [{"name": "tempest-securitygroup--506281523"}], "key_name": "tempest-keypair-1446648624", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-9d997486-1d64-4b89-9bf0-1bd5c296669c', 'x-compute-request-id': 'req-9d997486-1d64-4b89-9bf0-1bd5c296669c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server server1, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:17,920 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:17,920 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:18,194 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.272s 2023-07-21 07:32:18,195 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-489154422", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBf/s8Md9WxvPiRBw6x9D6W1DYJPuD15yF8GvZJ9gY/ibqtiVcKtEeVz2YTEL5Kp7b1JJZs8pfdLOgYIgZtKKYSBe/vtVl3JLq4txy3hVeQUBAWQKFppVB1oSJQ8WHH3YA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:17 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-ebac8723-9e00-4690-8614-7b290d4492b0', 'x-compute-request-id': 'req-ebac8723-9e00-4690-8614-7b290d4492b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-489154422", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBf/s8Md9WxvPiRBw6x9D6W1DYJPuD15yF8GvZJ9gY/ibqtiVcKtEeVz2YTEL5Kp7b1JJZs8pfdLOgYIgZtKKYSBe/vtVl3JLq4txy3hVeQUBAWQKFppVB1oSJQ8WHH3YA==", "fingerprint": "57:51:4d:92:59:61:d8:03:8e:84:c6:1b:72:37:d4:e4", "user_id": "9004b37e92bc4635b55f82cbcae0d4a4"}}' 2023-07-21 07:32:18,200 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-489154422 created 2023-07-21 07:32:18,832 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.631s 2023-07-21 07:32:18,832 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--410254412", "description": "tempest-description--1459813819"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e1b6bf7f-f8a8-4a8f-85ca-3876a06dc193', 'date': 'Fri, 21 Jul 2023 07:32:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "name": "tempest-securitygroup--410254412", "stateful": true, "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "tempest-description--1459813819", "shared": false, "security_group_rules": [{"id": "2e74496b-dd22-49ab-aae3-23ee603252ab", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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": 167, "description": null, "tags": [], "created_at": "2023-07-21T07:32:18Z", "updated_at": "2023-07-21T07:32:18Z", "revision_number": 0}, {"id": "61ac6234-8f09-446c-8a4f-d69af3b38062", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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": 166, "description": null, "tags": [], "created_at": "2023-07-21T07:32:18Z", "updated_at": "2023-07-21T07:32:18Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:18Z", "updated_at": "2023-07-21T07:32:18Z", "revision_number": 1, "project_id": "363aff6cf8264abba58a8a05d4df1f54"}}' 2023-07-21 07:32:20,086 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.254s 2023-07-21 07:32:20,087 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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-89764d94-0613-44e3-a2b3-9c04dce3dfe2', 'date': 'Fri, 21 Jul 2023 07:32:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ade7237-2687-4599-9b3f-46a6043c5dfd", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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-21T07:32:19Z", "updated_at": "2023-07-21T07:32:19Z", "revision_number": 0}}' 2023-07-21 07:32:21,129 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.041s 2023-07-21 07:32:21,129 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f593e143-c225-4cf9-8c6b-8a35c1adf101', 'date': 'Fri, 21 Jul 2023 07:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "390354cd-dc57-4d37-864b-4fa338d57bf1", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "b1982f7c-358e-4d99-9e5a-bff9deb0e2ac", "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-21T07:32:20Z", "updated_at": "2023-07-21T07:32:20Z", "revision_number": 0}}' 2023-07-21 07:32:21,129 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--410254412 created 2023-07-21 07:32:24,391 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.261s 2023-07-21 07:32:24,391 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-adf41aa2-7e74-4034-a51c-b14bb8f58e05', 'date': 'Fri, 21 Jul 2023 07:32:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fad1d3b1-2336-4151-b35a-d22e68d1e638", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "floating_ip_address": "172.24.4.64", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:23Z", "updated_at": "2023-07-21T07:32:23Z", "revision_number": 0}}' 2023-07-21 07:32:24,391 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fad1d3b1-2336-4151-b35a-d22e68d1e638', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:23Z', 'updated_at': '2023-07-21T07:32:23Z', 'revision_number': 0, 'ip': '172.24.4.64'} created 2023-07-21 07:32:24,493 79486 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.097s 2023-07-21 07:32:24,493 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:24 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-5e09a462-90cc-4170-875d-54a5e09c8961', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9004b37e92bc4635b55f82cbcae0d4a4", "name": "tempest-AttachVolumeNegativeTest-1228003848-project-member", "password_expires_at": null}, "audit_ids": ["-VlTPrnES1uOMbPUQng3ag"], "expires_at": "2023-07-21T08:32:24.000000Z", "issued_at": "2023-07-21T07:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "363aff6cf8264abba58a8a05d4df1f54", "name": "tempest-AttachVolumeNegativeTest-1228003848"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/363aff6cf8264abba58a8a05d4df1f54 ", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:24,494 79486 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '9992b26c-4b19-4436-84b7-60464c62b9f2', 'name': 'tempest-AttachVolumeNegativeTest-78275426-network', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:24,494 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-489154422', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBf/s8Md9WxvPiRBw6x9D6W1DYJPuD15yF8GvZJ9gY/ibqtiVcKtEeVz2YTEL5Kp7b1JJZs8pfdLOgYIgZtKKYSBe/vtVl3JLq4txy3hVeQUBAWQKFppVB1oSJQ8WHH3YA==', 'fingerprint': '57:51:4d:92:59:61:d8:03:8e:84:c6:1b:72:37:d4:e4', 'user_id': '9004b37e92bc4635b55f82cbcae0d4a4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+xqnXE3os0bL4etiD5iiAuOaIjUbgjVZra9Gy/m93NjLsuK+VcCAL\nu2yKqKB+gtWgBwYFK4EEACKhZANiAAQX/7PDHfVsbz4kQcOsfQ+ltQ2CT7g9echf\nBr2SfYGP4m6rYlXCrRHlc9mExC+Sqe29SSWbPKX3SzoGCIGbSimEgXv77VZdyS6u\nLcct4VXkFAQFkChaaVQdaEiUPFhx92A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b1982f7c-358e-4d99-9e5a-bff9deb0e2ac', 'name': 'tempest-securitygroup--410254412', 'stateful': True, 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': 'tempest-description--1459813819', 'shared': False, 'security_group_rules': [{'id': '2e74496b-dd22-49ab-aae3-23ee603252ab', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': 'b1982f7c-358e-4d99-9e5a-bff9deb0e2ac', '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': 167, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:18Z', 'updated_at': '2023-07-21T07:32:18Z', 'revision_number': 0}, {'id': '61ac6234-8f09-446c-8a4f-d69af3b38062', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': 'b1982f7c-358e-4d99-9e5a-bff9deb0e2ac', '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': 166, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:18Z', 'updated_at': '2023-07-21T07:32:18Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:18Z', 'updated_at': '2023-07-21T07:32:18Z', 'revision_number': 1, 'project_id': '363aff6cf8264abba58a8a05d4df1f54'}, 'floating_ip': {'id': 'fad1d3b1-2336-4151-b35a-d22e68d1e638', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.64', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:23Z', 'updated_at': '2023-07-21T07:32:23Z', 'revision_number': 0, 'ip': '172.24.4.64'}} 2023-07-21 07:32:24,529 79486 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.034s 2023-07-21 07:32:24,529 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-637544576", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9992b26c-4b19-4436-84b7-60464c62b9f2"}], "security_groups": [{"name": "tempest-securitygroup--410254412"}], "key_name": "tempest-keypair-489154422", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-7edbd604-9185-45b1-bd70-1e840d82436e', 'x-compute-request-id': 'req-7edbd604-9185-45b1-bd70-1e840d82436e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:24,568 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-489154422 0.036s 2023-07-21 07:32:24,568 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bb379ef-f790-403c-a1ab-07e6c9ee9d91', 'x-compute-request-id': 'req-9bb379ef-f790-403c-a1ab-07e6c9ee9d91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-489154422'} Body: b'' 2023-07-21 07:32:25,721 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac 1.152s 2023-07-21 07:32:25,722 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e09ef419-a0b3-4bd7-b1e1-e1b59b40e268', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac'} Body: b'' 2023-07-21 07:32:25,753 79486 INFO [tempest.lib. common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac 0.031s 2023-07-21 07:32:25,753 79486 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-71c9c78a-63f7-4e94-91b4-478b136b23b2', 'date': 'Fri, 21 Jul 2023 07:32:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b1982f7c-358e-4d99-9e5a-bff9deb0e2ac'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b1982f7c-358e-4d99-9e5a-bff9deb0e2ac does not exist", "detail": ""}}' 2023-07-21 07:32:26,939 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fad1d3b1-2336-4151-b35a-d22e68d1e638 1.185s 2023-07-21 07:32:26,939 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-00410f85-f390-404c-a3a8-7e1d4a288158', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fad1d3b1-2336-4151-b35a-d22e68d1e638'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON) ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:26,943 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:26,943 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:27,100 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.154s 2023-07-21 07:32:27,101 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1390488925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVhBbTg/gV5o6X8g7BxYt3DiLQQrvqxhFYhc0gdLROoiIMv+/OkIsun2Kc0Tvs+CGPFWi29VKp+hz07673VWVoRz0d+VNH878mGVCQp1jh5NdhQz/irNbQK3WXyi8O8vw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7bd00d3-d428-4597-844c-e77f19c34e90', 'x-compute-request-id': 'req-e7bd00d3-d428-4597-844c-e77f19c34e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1390488925", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVhBbTg/gV5o6X8g7BxYt3DiLQQrvqxhFYhc0gdLROoiIMv+/OkIsun2Kc0Tvs+CGPFWi29VKp+hz07673VWVoRz0d+VNH878mGVCQp1jh5NdhQz/irNbQK3WXyi8O8vw==", "fingerprint": "68:5c:8b:6a:f9:80:0e:7e:ac:ae:50:f4:4a:01:08:43", "user_id": "9004b37e92bc4635b55f82cbcae0d4a4"}}' 2023-07-21 07:32:27,103 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1390488925 created 2023-07-21 07:32:27,854 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.750s 2023-07-21 07:32:27,854 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1158962198", "description": "tempest-description--1149483849"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-ea60e7d1-912d-4816-a53f-b01e6de9af22', 'date': 'Fri, 21 Jul 2023 07:32:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "name": "tempest-securitygroup--1158962198", "stateful": true, "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "tempest-description--1149483849", "shared": false, "security_group_rules": [{"id": "31a0d2c7-4b28-4c7a-964a-1abd5ee11cf2", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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": 228, "description": null, "tags": [], "created_at": "2023-07-21T07:32:27Z", "updated_at": "2023-07-21T07:32:27Z", "revision_number": 0}, {"id": "4abc533c-7227-4fe8-89f9-7a7dc9b06e5b", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 226, "description": null, "tags": [], "created_at": "2023-07-21T07:32:27Z", "updated_at": "2023-07-21T07:32:27Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:27Z", "updated_at": "2023-07-21T07:32:27Z", "revision_number": 1, "project_id": "363aff6cf8264abba58a8a05d4df1f54"}}' 2023-07-21 07:32:28,749 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.894s 2023-07-21 07:32:28,749 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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-4da2b449-90ec-4677-9fa0-e171b23d98dc', 'date': 'Fri, 21 Jul 2023 07:32: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": "aab17fc9-4260-4d4a-a505-2fe860c489c3", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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-21T07:32:28Z", "updated_at": "2023-07-21T07:32:28Z", "revision_number": 0}}' 2023-07-21 07:32:29,536 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.786s 2023-07-21 07:32:29,536 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7ea2b58d-f4c4-4a60-86e1-8c8f29169444', 'date': 'Fri, 21 Jul 2023 07:32: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": "9c78be50-1202-4df6-9f5d-58fdea6d82fc", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "938a93b6-4b4a-41b8-ac4b-b437e0871342", "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-21T07:32:29Z", "updated_at": "2023-07-21T07:32:29Z", "revision_number": 0}}' 2023-07-21 07:32:29,537 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1158962198 created 2023-07-21 07:32:33,394 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.857s 2023-07-21 07:32:33,394 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-89941b2c-e18e-4bdb-9a5f-2264bb4dae67', 'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "921acfcc-1ee8-45b7-b196-d588e674cce2", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "floating_ip_address": "172.24.4.6", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:31Z", "updated_at": "2023-07-21T07:32:31Z", "revision_number": 0}}' 2023-07-21 07:32:33,394 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '921acfcc-1ee8-45b7-b196-d588e674cce2', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.6', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:31Z', 'updated_at': '2023-07-21T07:32:31Z', 'revision_number': 0, 'ip': '172.24.4.6'} created 2023-07-21 07:32:33,495 79486 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.094s 2023-07-21 07:32:33,496 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d6d3fed1-ef41-4d2a-8f74-8426bf14e43c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9004b37e92bc4635b55f82cbcae0d4a4", "name": "tempest-AttachVolumeNegativeTest-1228003848-project-member", "password_expires_at": null}, "audit_ids": ["PERjs1sESDShMbtWOzuvKg"], "expires_at": "2023-07-21T08:32:33.000000Z", "issued_at": "2023-07-21T07:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "363aff6cf8264abba58a8a05d4df1f54", "name": "tempest-AttachVolumeNegativeTest-1228003848"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:33,496 79486 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '9992b26c-4b19-4436-84b7-60464c62b9f2', 'name': 'tempest-AttachVolumeNegativeTest-78275426-network', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:33,497 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1390488925', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVhBbTg/gV5o6X8g7BxYt3DiLQQrvqxhFYhc0gdLROoiIMv+/OkIsun2Kc0Tvs+CGPFWi29VKp+hz07673VWVoRz0d+VNH878mGVCQp1jh5NdhQz/irNbQK3WXyi8O8vw==', 'fingerprint': '68:5c:8b:6a:f9:80:0e:7e:ac:ae:50:f4:4a:01:08:43', 'user_id': '9004b37e92bc4635b55f82cbcae0d4a4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDdxnJs8oAIOX4hCC7XQOyMvkQXPn+i0FDgo6qgwobiiNUZt9ruGEKr\naofOxYBv4oWgBwYFK4EEACKhZANiAARFYQW04P4FeaOl/IOwcWLdw4i0EK76sYRW\nIXNIHS0TqIiDL/vzpCLLp9inNE77PghjxVotvVSqfoc9O+u91VlaEc9HflTR/O/J\nhlQkKdY4eTXYUM/4qzW0Ct1l8ovDvL8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '938a93b6-4b4a-41b8-ac4b-b437e0871342', 'name': 'tempest-securitygroup--1158962198', 'stateful': True, 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': 'tempest-description--1149483849', 'shared': False, 'security_group_rules': [{'id': '31a0d2c7-4b28-4c7a-964a-1abd5ee11cf2', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '938a93b6-4b4a-41b8-ac4b-b437e0871342', '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': 228, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:27Z', 'updated_at': '2023-07-21T07:32:27Z', 'revision_number': 0}, {'id': '4abc533c-7227-4fe8-89f9-7a7dc9b06e5b', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '938a93b6-4b4a-41b8-ac4b-b437e0871342', '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': 226, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:27Z', 'updated_at': '2023-07-21T07:32:27Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:27Z', 'updated_at': '2023-07-21T07:32:27Z', 'revision_number': 1, 'project_id': '363aff6cf8264abba58a8a05d4df1f54'}, 'floating_ip': {'id': '921acfcc-1ee8-45b7-b196-d588e674cce2', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.6', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:31Z', 'updated_at': '2023-07-21T07:32:31Z', 'revision_number': 0, 'ip': '172.24.4.6'}} 2023-07-21 07:32:33,556 79486 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.058s 2023-07-21 07:32:33,556 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1182603191", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9992b26c-4b19-4436-84b7-60464c62b9f2"}], "security_groups": [{"name": "tempest-securitygroup--1158962198"}], "key_name": "tempest-keypair-1390488925", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-8b7e1d91-032d-41ea-8bc0-e9d5388d0a72', 'x-compute-request-id': 'req-8b7e1d91-032d-41ea-8bc0-e9d5388d0a72', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:33,622 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1390488925 0.064s 2023-07-21 07:32:33,622 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45d93c03-1c1e-481a-af46-dc58cfab6c0f', 'x-compute-request-id': 'req-45d93c03-1c1e-481a-af46-dc58cfab6c0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1390488925'} Body: b'' 2023-07-21 07:32:34,070 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342 0.447s 2023-07-21 07:32:34,070 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c5844af-ecdf-4f1f-91f2-d5635003662a', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342'} Body: b'' 2023-07-21 07:32:34,267 79486 INFO [tempest.lib.common. rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342 0.197s 2023-07-21 07:32:34,268 79486 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-07b79c40-6209-4b07-ae7b-aa4f975e0bb2', 'date': 'Fri, 21 Jul 2023 07:32:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/938a93b6-4b4a-41b8-ac4b-b437e0871342'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 938a93b6-4b4a-41b8-ac4b-b437e0871342 does not exist", "detail": ""}}' 2023-07-21 07:32:35,191 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/921acfcc-1ee8-45b7-b196-d588e674cce2 0.922s 2023-07-21 07:32:35,191 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f022960a-6934-45fa-9bb4-e18aa41674bc', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/921acfcc-1ee8-45b7-b196-d588e674cce2'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 834, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:35,194 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:35,194 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:35,243 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2023-07-21 07:32:35,244 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-434415264", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCsAjuRATiezjxJ5tlJcO2Og7bn8TU687I0Giy8G9w5RcZ+CgplQdM8GOJdxet/3klYK+/ynScIe562wiQeRczaBsm0lkhJVonpafQIUm4MVSZnESuudpDeilDe0f4kZsw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66e6ecb4-8c7b-4d74-96cd-cb5ca3b8198a', 'x-compute-request-id': 'req-66e6ecb4-8c7b-4d74-96cd-cb5ca3b8198a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-434415264", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCsAjuRATiezjxJ5tlJcO2Og7bn8TU687I0Giy8G9w5RcZ+CgplQdM8GOJdxet/3klYK+/ynScIe562wiQeRczaBsm0lkhJVonpafQIUm4MVSZnESuudpDeilDe0f4kZsw==", "fingerprint": "61:1d:74:a2:e4:eb:7d:ff:2c:66:ec:fe:42:06:d6:08", "user_id": "9004b37e92bc4635b55f82cbcae0d4a4"}}' 2023-07-21 07:32:35,246 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-434415264 created 2023-07-21 07:32:36,232 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.985s 2023-07-21 07:32:36,232 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--792519685", "description": "tempest-description--1551974426"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-a6a115c6-9625-4dfa-a4ec-e548c4659aab', 'date': 'Fri, 21 Jul 2023 07:32:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "name": "tempest-securitygroup--792519685", "stateful": true, "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "tempest-description--1551974426", "shared": false, "security_group_rules": [{"id": "c3330465-477b-4513-bfae-0f85460b0c9d", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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": 273, "description": null, "tags": [], "created_at": "2023-07-21T07:32:35Z", "updated_at": "2023-07-21T07:32:35Z", "revision_number": 0}, {"id": "d8d5eb66-b3c1-439d-aee9-1426aa659bdf", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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": 274, "description": null, "tags": [], "created_at": "2023-07-21T07:32:35Z", "updated_at": "2023-07-21T07:32:35Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:35Z", "updated_at": "2023-07-21T07:32:35Z", "revision_number": 1, "project_id": "363aff6cf8264abba58a8a05d4df1f54"}}' 2023-07-21 07:32:36,937 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.704s 2023-07-21 07:32:36,937 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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-37ca7945-5fea-4a68-bda6-249dda7fa396', 'date': 'Fri, 21 Jul 2023 07:32:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70831c0a-a3db-4ad6-a915-ffc737815569", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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-21T07:32:36Z", "updated_at": "2023-07-21T07:32:36Z", "revision_number": 0}}' 2023-07-21 07:32:38,442 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.504s 2023-07-21 07:32:38,443 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bec01986-624a-42d6-9258-e27dec77975e', 'date': 'Fri, 21 Jul 2023 07:32: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": "4e0af48e-0c29-4164-b8be-21b049e9710d", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "security_group_id": "0164626a-f70f-402f-b7d2-41ab7e30554b", "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-21T07:32:37Z", "updated_at": "2023-07-21T07:32:37Z", "revision_number": 0}}' 2023-07-21 07:32:38,443 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--792519685 created 2023-07-21 07:32:41,006 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.561s 2023-07-21 07:32:41,006 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-d819ca51-0b69-403b-a25e-b394bbf95b95', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bb10ac08-01ee-48c7-80b2-d03e34e49ced", "tenant_id": "363aff6cf8264abba58a8a05d4df1f54", "floating_ip_address": "172.24.4.174", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "363aff6cf8264abba58a8a05d4df1f54", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:40Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 0}}' 2023-07-21 07:32:41,007 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bb10ac08-01ee-48c7-80b2-d03e34e49ced', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.174', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0, 'ip': '172.24.4.174'} created 2023-07-21 07:32:41,165 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.152s 2023-07-21 07:32:41,166 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:41 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-cc70a2c2-9422-4875-aa38-7c08cea6336e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9004b37e92bc4635b55f82cbcae0d4a4", "name": "tempest-AttachVolumeNegativeTest-1228003848-project-member", "password_expires_at": null}, "audit_ids": ["SGynJOPhR-uW5UWH2BePlA"], "expires_at": "2023-07-21T08:32:41.000000Z", "issued_at": "2023-07-21T07:32:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "363aff6cf8264abba58a8a05d4df1f54", "name": "tempest-AttachVolumeNegativeTest-1228003848"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/363aff6cf8264abba58a8a05d4df1f54", "region": "Reg ionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/363aff6cf8264abba58a8a05d4df1f54", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:41,166 79486 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '9992b26c-4b19-4436-84b7-60464c62b9f2', 'name': 'tempest-AttachVolumeNegativeTest-78275426-network', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:41,167 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-434415264', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCsAjuRATiezjxJ5tlJcO2Og7bn8TU687I0Giy8G9w5RcZ+CgplQdM8GOJdxet/3klYK+/ynScIe562wiQeRczaBsm0lkhJVonpafQIUm4MVSZnESuudpDeilDe0f4kZsw==', 'fingerprint': '61:1d:74:a2:e4:eb:7d:ff:2c:66:ec:fe:42:06:d6:08', 'user_id': '9004b37e92bc4635b55f82cbcae0d4a4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA5vwkgykyQrV45vumvLQ+Tdoxz/oZIKyfu12qUYzPDja9JAzrlRjwy\nRVIwq0JsD16gBwYFK4EEACKhZANiAAQrAI7kQE4ns48SebZSXDtjoO25/E1OvOyN\nBosvBvcOUXGfgoKZUHTPBjiXcXrf95JWCvv8p0nCHuetsIkHkXM2gbJtJZISVaJ6\nWn0CFJuDFUmZxErrnaQ3opQ3tH+JGbM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0164626a-f70f-402f-b7d2-41ab7e30554b', 'name': 'tempest-securitygroup--792519685', 'stateful': True, 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': 'tempest-description--1551974426', 'shared': False, 'security_group_rules': [{'id': 'c3330465-477b-4513-bfae-0f85460b0c9d', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '0164626a-f70f-402f-b7d2-41ab7e30554b', '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': 273, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:35Z', 'updated_at': '2023-07-21T07:32:35Z', 'revision_number': 0}, {'id': 'd8d5eb66-b3c1-439d-aee9-1426aa659bdf', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'security_group_id': '0164626a-f70f-402f-b7d2-41ab7e30554b', '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': 274, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:35Z', 'updated_at': '2023-07-21T07:32:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:35Z', 'updated_at': '2023-07-21T07:32:35Z', 'revision_number': 1, 'project_id': '363aff6cf8264abba58a8a05d4df1f54'}, 'floating_ip': {'id': 'bb10ac08-01ee-48c7-80b2-d03e34e49ced', 'tenant_id': '363aff6cf8264abba58a8a05d4df1f54', 'floating_ip_address': '172.24.4.174', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '363aff6cf8264abba58a8a05d4df1f54', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0, 'ip': '172.24.4.174'}} 2023-07-21 07:32:41,194 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.027s 2023-07-21 07:32:41,195 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-822046474", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "9992b26c-4b19-4436-84b7-60464c62b9f2"}], "security_groups": [{"name": "tempest-securitygroup--792519685"}], "key_name": "tempest-keypair-434415264", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32: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-28ef80c2-a2b4-48d8-8ffc-f2a374ab213d', 'x-compute-request-id': 'req-28ef80c2-a2b4-48d8-8ffc-f2a374ab213d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:41,242 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-434415264 0.045s 2023-07-21 07:32:41,242 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc7cf530-e3f9-49b1-90c4-9fa1a55f5783', 'x-compute-request-id': 'req-cc7cf530-e3f9-49b1-90c4-9fa1a55f5783', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-434415264'} Body: b'' 2023-07-21 07:32:41,965 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b 0.721s 2023-07-21 07:32:41,965 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-2a3fa0f2-35b7-49a0-8933-786dbc76e3ed', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b'} Body: b'' 2023-07-21 07:32:42,060 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_ run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b 0.094s 2023-07-21 07:32:42,060 79486 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-789db247-56d4-44fd-96ed-0ab789ae750e', 'date': 'Fri, 21 Jul 2023 07:32:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0164626a-f70f-402f-b7d2-41ab7e30554b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0164626a-f70f-402f-b7d2-41ab7e30554b does not exist", "detail": ""}}' 2023-07-21 07:32:43,358 79486 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/bb10ac08-01ee-48c7-80b2-d03e34e49ced 1.297s 2023-07-21 07:32:43,359 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-abb04b16-1778-45e6-8ef7-8328a9ebfff7', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bb10ac08-01ee-48c7-80b2-d03e34e49ced'} Body: b'' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 65, in test_update_attached_volume_with_nonexistent_volume_in_body self.server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:39,375 79480 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:39,728 79480 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.350s 2023-07-21 07:32:39,728 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1141014500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/Nq2Gk9EL+STa9UIWj68Bwdyzcs/Y7fT09iFrwQJ1tY7ZuqIdB/GzAM2EcO8E1bExVyda9ENktzyp42dDtRts9T51UAGl64Qmd24OJfXbAiHOj8OSULvT4WDT375Er0A=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:39 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-df4b6b6a-e50c-4b57-a2a7-aa0a105a3438', 'x-compute-request-id': 'req-df4b6b6a-e50c-4b57-a2a7-aa0a105a3438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1141014500", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/Nq2Gk9EL+STa9UIWj68Bwdyzcs/Y7fT09iFrwQJ1tY7ZuqIdB/GzAM2EcO8E1bExVyda9ENktzyp42dDtRts9T51UAGl64Qmd24OJfXbAiHOj8OSULvT4WDT375Er0A==", "fingerprint": "87:6d:71:5c:f5:a1:81:5e:ef:7e:ab:3e:fc:50:9e:42", "user_id": "3ce8cd04e8c84d828ae19fa29bcfab0f"}}' 2023-07-21 07:32:39,733 79480 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1141014500 created 2023-07-21 07:32:41,138 79480 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 1.404s 2023-07-21 07:32:41,139 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--401809190", "description": "tempest-description--100973039"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-e0460e20-30a3-48f2-a073-6a66a8b13f73', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "name": "tempest-securitygroup--401809190", "stateful": true, "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "description": "tempest-description--100973039", "shared": false, "security_group_rules": [{"id": "11c5357e-0917-4b74-a782-cc4a5e8e0fec", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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": 290, "description": null, "tags": [], "created_at": "2023-07-21T07:32:40Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 0}, {"id": "33974740-1f4a-45b2-b88e-6bce1716d3c3", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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": 291, "description": null, "tags": [], "created_at": "2023-07-21T07:32:40Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:39Z", "updated_at": "2023-07-21T07:32:40Z", "revision_number": 1, "project_id": "78e0aae20abe455990eeeaf4e22ed008"}}' 2023-07-21 07:32:41,754 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.614s 2023-07-21 07:32:41,755 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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-2767b90f-2643-4dda-93db-47ae83df0cc6', 'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a12c0e1-d1f8-4c71-ba94-c9d6f1eb087c", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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-21T07:32:41Z", "updated_at": "2023-07-21T07:32:41Z", "revision_number": 0}}' 2023-07-21 07:32:42,467 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.711s 2023-07-21 07:32:42,468 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-52bb88db-c3c0-4a92-97cc-a9d9b4164eb9', 'date': 'Fri, 21 Jul 2023 07:32: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": "b6caece7-6730-4669-a3b1-62165765fb8a", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "security_group_id": "dd51c8b8-24f3-4e9f-bb33-9e501b65f122", "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-21T07:32:41Z", "updated_at": "2023-07-21T07:32:41Z", "revision_number": 0}}' 2023-07-21 07:32:42,468 79480 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--401809190 created 2023-07-21 07:32:46,310 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.841s 2023-07-21 07:32:46,311 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-91cb0e30-c4a0-4411-8d64-87eb94bf7133', 'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "731be40f-ae0d-4716-860b-d4443b43262a", "tenant_id": "78e0aae20abe455990eeeaf4e22ed008", "floating_ip_address": "172.24.4.186", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "78e0aae20abe455990eeeaf4e22ed008", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:44Z", "updated_at": "2023-07-21T07:32:44Z", "revision_number": 0}}' 2023-07-21 07:32:46,311 79480 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '731be40f-ae0d-4716-860b-d4443b43262a', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:44Z', 'updated_at': '2023-07-21T07:32:44Z', 'revision_number': 0, 'ip': '172.24.4.186'} created 2023-07-21 07:32:46,480 79480 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.158s 2023-07-21 07:32:46,481 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 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-d4b79cbb-1491-42f7-8331-f5ba1098d9a3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ce8cd04e8c84d828ae19fa29bcfab0f", "name": "tempest-VolumesAdminNegativeTest-434034692-project-member", "password_expires_at": null}, "audit_ids": ["LcE5ool0ReGlVQ37PupICg"], "expires_at": "2023-07-21T08:32:46.000000Z", "issued_at": "2023-07-21T07:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78e0aae20abe455990eeeaf4e22ed008", "name": "tempest-VolumesAdminNegativeTest-434034692"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "pu blic", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:46,481 79480 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'b0883ad4-1f8f-4cee-aef8-1a38eca7f675', 'name': 'tempest-VolumesAdminNegativeTest-1585835449-network', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:00Z', 'updated_at': '2023-07-21T07:32:00Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:46,482 79480 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1141014500', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/Nq2Gk9EL+STa9UIWj68Bwdyzcs/Y7fT09iFrwQJ1tY7ZuqIdB/GzAM2EcO8E1bExVyda9ENktzyp42dDtRts9T51UAGl64Qmd24OJfXbAiHOj8OSULvT4WDT375Er0A==', 'fingerprint': '87:6d:71:5c:f5:a1:81:5e:ef:7e:ab:3e:fc:50:9e:42', 'user_id': '3ce8cd04e8c84d828ae19fa29bcfab0f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+PcRh3H2ddXaPMqFcTpVtT7dT91uHhw8ZX3PnHlbz0GPrEEDRb98D\nesDVu4Hwx5mgBwYFK4EEACKhZANiAAR/zathpPRC/kk2vVCFo+vAcHcs3LP2O309\nPYha8ECdbWO2bqiHQfxswDNhHDvBNWxMVcnWvRDZLc8qeNnQ7UbbPU+dVABpeuEJ\nnduDiX12wIhzo/DklC70+Fg09++RK9A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dd51c8b8-24f3-4e9f-bb33-9e501b65f122', 'name': 'tempest-securitygroup--401809190', 'stateful': True, 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'description': 'tempest-description--100973039', 'shared': False, 'security_group_rules': [{'id': '11c5357e-0917-4b74-a782-cc4a5e8e0fec', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'security_group_id': 'dd51c8b8-24f3-4e9f-bb33-9e501b65f122', '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': 290, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0}, {'id': '33974740-1f4a-45b2-b88e-6bce1716d3c3', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'security_group_id': 'dd51c8b8-24f3-4e9f-bb33-9e501b65f122', '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': 291, 'descr iption': None, 'tags': [], 'created_at': '2023-07-21T07:32:40Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:39Z', 'updated_at': '2023-07-21T07:32:40Z', 'revision_number': 1, 'project_id': '78e0aae20abe455990eeeaf4e22ed008'}, 'floating_ip': {'id': '731be40f-ae0d-4716-860b-d4443b43262a', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '78e0aae20abe455990eeeaf4e22ed008', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:44Z', 'updated_at': '2023-07-21T07:32:44Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2023-07-21 07:32:46,520 79480 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.036s 2023-07-21 07:32:46,520 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-669282459", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "b0883ad4-1f8f-4cee-aef8-1a38eca7f675"}], "security_groups": [{"name": "tempest-securitygroup--401809190"}], "key_name": "tempest-keypair-1141014500", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-bc0546bd-4101-49dc-9afd-ee2aee446dfd', 'x-compute-request-id': 'req-bc0546bd-4101-49dc-9afd-ee2aee446dfd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:46,521 79480 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1629110. The failure could be related to https://launchpad.net/bugs/1629110 tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 46, in test_update_attached_volume_with_nonexistent_volume_in_uri self.server = self.create_test_server(wait_until="ACTIVE") File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:46,598 79480 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.060s 2023-07-21 07:32:46,599 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 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-14a0691c-6e88-4d6f-8deb-d7d56533ede7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ce8cd04e8c84d828ae19fa29bcfab0f", "name": "tempest-VolumesAdminNegativeTest-434034692-project-member", "password_expires_at": null}, "audit_ids": ["89di7i7aRiCy1Ktddh6YgA"], "expires_at": "2023-07-21T08:32:46.000000Z", "issued_at": "2023-07-21T07:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "78e0aae20abe455990eeeaf4e22ed008", "name": "tempest-VolumesAdminNegativeTest-434034692"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/78e0aae20abe455990eeeaf4e22ed008", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:46,600 79480 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'b0883ad4-1f8f-4cee-aef8-1a38eca7f675', 'name': 'tempest-VolumesAdminNegativeTest-1585835449-network', 'tenant_id': '78e0aae20abe455990eeeaf4e22ed008', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '78e0aae20abe455990ee eaf4e22ed008', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:00Z', 'updated_at': '2023-07-21T07:32:00Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:46,630 79480 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.029s 2023-07-21 07:32:46,630 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-88503976", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "b0883ad4-1f8f-4cee-aef8-1a38eca7f675"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b1e09fdc-f586-4fb2-b7d7-abab257a966d', 'x-compute-request-id': 'req-b1e09fdc-f586-4fb2-b7d7-abab257a966d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 113, in test_volume_swap server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:41,440 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes 0.832s 2023-07-21 07:32:41,441 79500 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-18049236"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a8b65d-ce1a-424b-ad90-e22f1217b731', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a8b65d-ce1a-424b-ad90-e22f1217b731', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.233712", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:41,511 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.057s 2023-07-21 07:32:41,511 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852d7cb4-aac5-4db6-9cab-e5d41f5f3b88', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852d7cb4-aac5-4db6-9cab-e5d41f5f3b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:42,594 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.066s 2023-07-21 07:32:42,594 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685d033b-6ca3-4de3-aecd-af190cc4ac66', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685d033b-6ca3-4de3-aecd-af190cc4ac66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": "2023-07-21T07:32:42.000000", "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:43,674 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.062s 2023-07-21 07:32:43,674 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87763c0-f365-4a37-a45f-74c8eb1f344d', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87763c0-f365-4a37-a45f-74c8eb1f344d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": "2023-07-21T07:32:42.000000", "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:44,732 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1 0.042s 2023-07-21 07:32:44,733 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fa2dcc-d124-4c5b-baa7-a564bcb10061', 'content-length': '903', 'openstack-api- version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7fa2dcc-d124-4c5b-baa7-a564bcb10061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1'} Body: b'{"volume": {"id": "9a549484-7d47-4ec4-954b-2f4557f6abc1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:41.000000", "updated_at": "2023-07-21T07:32:44.000000", "name": "tempest-TestVolumeSwap-volume-18049236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/9a549484-7d47-4ec4-954b-2f4557f6abc1"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:44,743 79500 INFO [tempest.common.waiters] volume 9a549484-7d47-4ec4-954b-2f4557f6abc1 reached available after waiting for 3.743899 seconds 2023-07-21 07:32:45,090 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes 0.346s 2023-07-21 07:32:45,090 79500 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-1824572929"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e59acb-0b54-4c2a-a87a-faa1b3e0bb0c', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e59acb-0b54-4c2a-a87a-faa1b3e0bb0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:44.997955", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:45,145 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f 0.044s 2023-07-21 07:32:45,145 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7bec277-fba6-4a02-b1a6-77c254cdb58c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7bec277-fba6-4a02-b1a6-77c254cdb58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volu me/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:45.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:46,206 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f 0.050s 2023-07-21 07:32:46,207 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0ddd68-6f00-421f-81c1-060f506f4825', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0ddd68-6f00-421f-81c1-060f506f4825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:45.000000", "updated_at": "2023-07-21T07:32:45.000000", "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:47,268 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f 0.049s 2023-07-21 07:32:47,268 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c5fb158-fa81-4460-aec0-ec78d83e602c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c5fb158-fa81-4460-aec0-ec78d83e602c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f'} Body: b'{"volume": {"id": "80c8ba6a-0285-46fa-ade5-a80895ada68f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:45.000000", "updated_at": "2023-07-21T07:32:47.000000 ", "name": "tempest-TestVolumeSwap-volume-1824572929", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8654be1dce124c408aeaa625f9f46853/volumes/80c8ba6a-0285-46fa-ade5-a80895ada68f"}], "user_id": "29e4a708b67847b3a45cd8c7c001f894", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:47,278 79500 INFO [tempest.common.waiters] volume 80c8ba6a-0285-46fa-ade5-a80895ada68f reached available after waiting for 2.278567 seconds 2023-07-21 07:32:47,279 79500 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:47,342 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-07-21 07:32:47,342 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-638913224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGV2uOdeoaBZqOs0OOb0zRUmULmeU0QjVSlzbja86pHOVlJEFD2uZWqzzNy/nu+fmI7f0toVrHelS73L/RFVjwMJt03lzWKV6/pKpTDlc0JLJhuJ9BYh+ooH4ZeYwv1ysw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 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-112e974e-7401-45e4-a9ee-cd962172713f', 'x-compute-request-id': 'req-112e974e-7401-45e4-a9ee-cd962172713f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-638913224", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGV2uOdeoaBZqOs0OOb0zRUmULmeU0QjVSlzbja86pHOVlJEFD2uZWqzzNy/nu+fmI7f0toVrHelS73L/RFVjwMJt03lzWKV6/pKpTDlc0JLJhuJ9BYh+ooH4ZeYwv1ysw==", "fingerprint": "03:d0:33:36:f6:d6:ef:a1:4d:dd:81:c0:97:e8:c9:e1", "user_id": "29e4a708b67847b3a45cd8c7c001f894"}}' 2023-07-21 07:32:47,345 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-638913224 created 2023-07-21 07:32:47,972 79500 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.627s 2023-07-21 07:32:47,973 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--434180329", "description": "tempest-description--125200211"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a3cd6cf3-5e76-4918-974d-c51392a47706', 'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ab6625ea-e869-4c0e-a820-241f1627027d", "name": "tempest-securitygroup--434180329", "stateful": true, "tenant_id": "8654be1dce124c408aeaa625f9f46853", "description": "tempest-description--125200211", "shared": false, "security_group_rules": [{"id": "4b7071e5-93ff-4649-8edc-294e4757045a", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "ethertype": "IPv6", "di rection": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 314, "description": null, "tags": [], "created_at": "2023-07-21T07:32:47Z", "updated_at": "2023-07-21T07:32:47Z", "revision_number": 0}, {"id": "e7054cb5-f627-425d-8e7f-ed914ae3df04", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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": 313, "description": null, "tags": [], "created_at": "2023-07-21T07:32:47Z", "updated_at": "2023-07-21T07:32:47Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:47Z", "updated_at": "2023-07-21T07:32:47Z", "revision_number": 1, "project_id": "8654be1dce124c408aeaa625f9f46853"}}' 2023-07-21 07:32:48,704 79500 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.730s 2023-07-21 07:32:48,704 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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-dff1f725-754d-4c90-9e85-c3c8caa704bb', 'date': 'Fri, 21 Jul 2023 07:32: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": "d6f59369-011c-460d-8812-d1a7cfdcc3cb", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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-21T07:32:48Z", "updated_at": "2023-07-21T07:32:48Z", "revision_number": 0}}' 2023-07-21 07:32:49,051 79500 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.346s 2023-07-21 07:32:49,052 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fbd850c2-4891-4ad3-90b8-1ea42c4a8e4d', 'date': 'Fri, 21 Jul 2023 07:32: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": "dc7a9a93-daaf-458b-9138-d94fd49dfb7d", "project_id": "8654be1dce124c408aeaa625f9f46853", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "security_group_id": "ab6625ea-e869-4c0e-a820-241f1627027d", "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-21T07:32:48Z", "updated_at": "2023-07-21T07:32:48Z", "revision_number": 0}}' 2023-07-21 07:32:49,052 79500 DEBUG [tempest.lib.comm on.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--434180329 created 2023-07-21 07:32:51,656 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.603s 2023-07-21 07:32:51,657 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a97c7f65-c35a-46a1-961b-e66369ad12c1', 'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fe7937fc-eb87-4100-babf-920e7cc9c475", "tenant_id": "8654be1dce124c408aeaa625f9f46853", "floating_ip_address": "172.24.4.245", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8654be1dce124c408aeaa625f9f46853", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 0}}' 2023-07-21 07:32:51,657 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fe7937fc-eb87-4100-babf-920e7cc9c475', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0, 'ip': '172.24.4.245'} created 2023-07-21 07:32:51,777 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2023-07-21 07:32:51,777 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:51 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-64ddf84f-9202-4f47-97fb-69cf4aca2e58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "29e4a708b67847b3a45cd8c7c001f894", "name": "tempest-TestVolumeSwap-400874395-project-member", "password_expires_at": null}, "audit_ids": ["r0_VKR_YSiqmYUGTYa85_g"], "expires_at": "2023-07-21T08:32:51.000000Z", "issued_at": "2023-07-21T07:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8654be1dce124c408aeaa625f9f46853", "name": "tempest-TestVolumeSwap-400874395"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "int erface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8654be1dce124c408aeaa625f9f46853", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8654be1dce124c408aeaa625f9f46853", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:51,778 79500 INFO [tempest.lib.common.fixed_network] (TestVolumeSwap:test_volume_swap) Found network {'id': '48342439-15c3-49bd-bf5c-ab1e399ed29c', 'name': 'tempest-TestVolumeSwap-1215906686-network', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8654be1dce124c408aeaa625f9f46853', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39278, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:51,778 79500 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-638913224', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGV2uOdeoaBZqOs0OOb0zRUmULmeU0QjVSlzbja86pHOVlJEFD2uZWqzzNy/nu+fmI7f0toVrHelS73L/RFVjwMJt03lzWKV6/pKpTDlc0JLJhuJ9BYh+ooH4ZeYwv1ysw==', 'fingerprint': '03:d0:33:36:f6:d6:ef:a1:4d:dd:81:c0:97:e8:c9:e1', 'user_id': '29e4a708b67847b3a45cd8c7c001f894', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDANAiqnZYOT0uqUI9CHNdqY87CryqH6GyASJCLoGvVwPh66yxdKIUzh\nYVw6FSA+wuOgBwYFK4EEACKhZANiAARldrjnXqGgWajrNDjm9M0VJlC5nlNEI1Up\nc242vOqRzlZSRBQ9rmVqs8zcv57vn5iO39LaFax3pUu9y/0RVY8DCbdN5c1ilev6\nSqUw5XNCSyYbifQWIfqKB+GXmML9crM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ab6625ea-e869-4c0e-a820-241f1627027d', 'name': 'tempest-securitygroup--434180329', 'stateful': True, 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'description': 'tempest-description--125200211', 'shared': False, 'security_group_rules': [{'id': '4b7071e5-93ff-4649-8edc-294e4757045a', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'security_group_id': 'ab6625ea-e869-4c0e-a820-241f1627027d', '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': 314, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:47Z', 'updated_at': '2023-07-21T07:32:47Z', 'revision_number': 0}, {'id': 'e7054cb5-f627-425d-8e7f-ed914ae3df04', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'security_group_id': 'ab6625ea-e869-4c0e-a820-241f1627027d', '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': 313, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:47Z', 'updated_at': '2023-07-21T07:32:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:47Z', 'updated_at': '2023-07-21T07:32:47Z', 'revision_number': 1, 'project_id': '8654be1dce124c408aeaa625f9f46853'}, 'floating_ip': {'id': 'fe7937fc-eb87-4100-babf-920e7cc9c475', 'tenant_id': '8654be1dce124c408aeaa625f9f46853', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8654be1dce124c408aeaa625f9f46853', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0, 'ip': '172.24.4.245'}} 2023-07-21 07:32:51,808 79500 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 400 POST http://10.0.0.210/compute/v2.1/servers 0.029s 2023-07-21 07:32:51,809 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeSwap-server-1772112467", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "48342439-15c3-49bd-bf5c-ab1e399ed29c"}], "security_groups": [{"name": "tempest-securitygroup--434180329"}], "key_name": "tempest-keypair-638913224", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32: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-b9cdb2d5-fb97-444b-a4bf-21c7da42aa15', 'x-compute-request-id': 'req-b9cdb2d5-fb97-444b-a4bf-21c7da42aa15', 'connection': 'close', 'status': '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.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:50,617 79488 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:50,617 79488 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:51,030 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.410s 2023-07-21 07:32:51,031 79488 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-23307267", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfqWpPJQ9+ejYBExdbtzer6X4YpojfqhVEikl0+4NQfnS7owqCRit4q8yWz66QlwHbjjNchg+ucdnVoVaWT/uVX0NtzXkUlJTZccg4wSxUdMf8OADNDMS4S0e5zqXyOVQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca2fa6a-1b3a-4f54-a9c1-18c1b5f6f9bd', 'x-compute-request-id': 'req-4ca2fa6a-1b3a-4f54-a9c1-18c1b5f6f9bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-23307267", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfqWpPJQ9+ejYBExdbtzer6X4YpojfqhVEikl0+4NQfnS7owqCRit4q8yWz66QlwHbjjNchg+ucdnVoVaWT/uVX0NtzXkUlJTZccg4wSxUdMf8OADNDMS4S0e5zqXyOVQ==", "fingerprint": "8b:96:75:24:db:a1:ed:bb:ff:66:98:0a:8f:66:45:21", "user_id": "ab5d6fb58524449a9454b728be9b0558"}}' 2023-07-21 07:32:51,037 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-23307267 created 2023-07-21 07:32:51,551 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.513s 2023-07-21 07:32:51,551 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--530913272", "description": "tempest-description--247950417"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-e6ca16de-bc9e-4f96-af49-b9691e8929e7', 'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c13b176a-4729-4839-9ecf-3c99314d494f", "name": "tempest-securitygroup--530913272", "stateful": true, "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "tempest-description--247950417", "shared": false, "security_group_rules": [{"id": "35df7763-769b-4c44-8b05-fb59f28ec490", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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": 329, "description": null, "tags": [], "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}, {"id": "7379d41f-cb92-4c52-80cb-b20c7afcf0d7", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_m in": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 328, "description": null, "tags": [], "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 1, "project_id": "0ee1c50048084d1b99d0398cda5f6e07"}}' 2023-07-21 07:32:51,881 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.329s 2023-07-21 07:32:51,881 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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-47470149-03b5-4915-9aa7-78c0b777d14b', 'date': 'Fri, 21 Jul 2023 07:32: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": "7740aa70-c196-416d-a0bb-6e4c3325f478", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}}' 2023-07-21 07:32:52,283 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.401s 2023-07-21 07:32:52,284 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bd69142c-e48d-404a-a35e-3ae337520394', 'date': 'Fri, 21 Jul 2023 07:32:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18d987d7-d567-4df0-8494-61189d0a28be", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "c13b176a-4729-4839-9ecf-3c99314d494f", "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-21T07:32:52Z", "updated_at": "2023-07-21T07:32:52Z", "revision_number": 0}}' 2023-07-21 07:32:52,284 79488 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--530913272 created 2023-07-21 07:32:55,455 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.170s 2023-07-21 07:32:55,456 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type' : 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5fe62555-6fd7-46ad-991b-fac64b02db48', 'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "83caf161-94d5-4215-8ba2-bf585345fbde", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "floating_ip_address": "172.24.4.109", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:54Z", "updated_at": "2023-07-21T07:32:54Z", "revision_number": 0}}' 2023-07-21 07:32:55,457 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '83caf161-94d5-4215-8ba2-bf585345fbde', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:54Z', 'updated_at': '2023-07-21T07:32:54Z', 'revision_number': 0, 'ip': '172.24.4.109'} created 2023-07-21 07:32:55,562 79488 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.095s 2023-07-21 07:32:55,562 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7aec025d-ec0b-4661-9020-0ae9f470ddd0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ab5d6fb58524449a9454b728be9b0558", "name": "tempest-AttachVolumeShelveTestJSON-583036843-project-member", "password_expires_at": null}, "audit_ids": ["hnTmfz2HT6KTU3CJN8zdkw"], "expires_at": "2023-07-21T08:32:55.000000Z", "issued_at": "2023-07-21T07:32:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ee1c50048084d1b99d0398cda5f6e07", "name": "tempest-AttachVolumeShelveTestJSON-583036843"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210/compute/v2/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:55,563 79488 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '49e07388-e084-4d17-9197-a07e52e96d49', 'name': 'tempest-AttachVolumeShelveTestJSON-1739477702-network', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60367, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:32Z', 'updated_at': '2023-07-21T07:32:33Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:55,563 79488 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-23307267', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEfqWpPJQ9+ejYBExdbtzer6X4YpojfqhVEikl0+4NQfnS7owqCRit4q8yWz66QlwHbjjNchg+ucdnVoVaWT/uVX0NtzXkUlJTZccg4wSxUdMf8OADNDMS4S0e5zqXyOVQ==', 'fingerprint': '8b:96:75:24:db:a1:ed:bb:ff:66:98:0a:8f:66:45:21', 'user_id': 'ab5d6fb58524449a9454b728be9b0558', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCIW9Z9aBNw06ZbAYwYo+48SBrmBpqKheXDne0U41xn6NpdyAHUclMa\nUyDHJhIcpj2gBwYFK4EEACKhZANiAARH6lqTyUPfno2ARMXW7c3q+l+GKaI36oVR\nIpJdPuDUH50u6MKgkYreKvMls+ukJcB244zXIYPrnHZ1aFWlk/7lV9Dbc15FJSU2\nXHIOMEsVHTH/DgAzQzEuEtHuc6l8jlU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c13b176a-4729-4839-9ecf-3c99314d494f', 'name': 'tempest-securitygroup--530913272', 'stateful': True, 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': 'tempest-description--247950417', 'shared': False, 'security_group_rules': [{'id': '35df7763-769b-4c44-8b05-fb59f28ec490', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': 'c13b176a-4729-4839-9ecf-3c99314d494f', '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': 329, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:51Z', 'updated_at': '2023-07-21T07:32:51Z', 'revision_number': 0}, {'id': '7379d41f-cb92-4c52-80cb-b20c7afcf0d7', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': 'c13b176a-4729-4839-9ecf-3c99314d494f', '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': 328, 'description': None, 'tags': [], 'created_at': '20 23-07-21T07:32:51Z', 'updated_at': '2023-07-21T07:32:51Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:51Z', 'updated_at': '2023-07-21T07:32:51Z', 'revision_number': 1, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07'}, 'floating_ip': {'id': '83caf161-94d5-4215-8ba2-bf585345fbde', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:54Z', 'updated_at': '2023-07-21T07:32:54Z', 'revision_number': 0, 'ip': '172.24.4.109'}} 2023-07-21 07:32:55,595 79488 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.031s 2023-07-21 07:32:55,596 79488 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-1069934033", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "49e07388-e084-4d17-9197-a07e52e96d49"}], "security_groups": [{"name": "tempest-securitygroup--530913272"}], "key_name": "tempest-keypair-23307267", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 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-f804636b-699f-466b-9732-002066001c4b', 'x-compute-request-id': 'req-f804636b-699f-466b-9732-002066001c4b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:55,637 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-23307267 0.039s 2023-07-21 07:32:55,638 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 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-42ce670a-7d80-4457-b3ab-ab0c422e1d80', 'x-compute-request-id': 'req-42ce670a-7d80-4457-b3ab-ab0c422e1d80', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-23307267'} Body: b'' 2023-07-21 07:32:56,158 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f 0.520s 2023-07-21 07:32:56,159 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4bdedb26-3349-4802-ad8e-641b3984c61e', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/net working/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f'} Body: b'' 2023-07-21 07:32:56,180 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f 0.020s 2023-07-21 07:32:56,180 79488 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-2506c9a8-7141-4bd6-89bf-965f31d379e6', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c13b176a-4729-4839-9ecf-3c99314d494f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c13b176a-4729-4839-9ecf-3c99314d494f does not exist", "detail": ""}}' 2023-07-21 07:32:57,363 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/83caf161-94d5-4215-8ba2-bf585345fbde 1.182s 2023-07-21 07:32:57,364 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e68fe78d-06c6-4c4d-9995-f6441cc52ca6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/83caf161-94d5-4215-8ba2-bf585345fbde'} Body: b'' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 94, in test_attach_scsi_disk_with_config_drive server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:49,592 79490 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/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.267s 2023-07-21 07:32:49,592 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8454cff0-92dc-4642-be07-b70f843ec7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:32:50,901 79490 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.249s 2023-07-21 07:32:50,901 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f9d5b91e-7c5f-4699-917c-a8327fea4f77', '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": "ab745b3aa1ed46319aa341d0e2ebb094", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f", "created_at": "2023-07-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "tags": [], "self": "/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f", "file": "/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:32:53,256 79490 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-07-21 07:32:53,257 79490 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/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f/file 2.355s 2023-07-21 07:32:53,257 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7efc219d-9d16-4f96-a301-3b67966592d1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f/file'} Body: b'' 2023-07-21 07:32:53,258 79490 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:53,258 79490 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:53,606 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.345s 2023-07-21 07:32:53,607 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1575856372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFZNvoDWqKHiwTGaiRTcejywzv7eQQD4+R1H5ey3wo/3ulOCQZbqlQZUksRKdWBeaj8ExbBYAZDPC3HVaX7sTm2NOwaJ7+9nwuE4ts8Q+vVWgVwY6YuezGzX3nOAThF5g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 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-1b13a469-e112-4dab-a993-e1fbe03d4a69', 'x-compute-request-id': 'req-1b13a469-e112-4dab-a993-e1fbe03d4a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1575856372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFZNvoDWqKHiwTGaiRTcejywzv7eQQD4+R1H5ey3wo/3ulOCQZbqlQZUksRKdWBeaj8ExbBYAZDPC3HVaX7sTm2NOwaJ7+9nwuE4ts8Q+vVWgVwY6YuezGzX3nOAThF5g==", "fingerprint": "7c:79:3b:42:aa:05:89:4a:98:26:be:fe:79:22:8a:f6", "user_id": "003742b44ad64ea287ddbe801722ea22"}}' 2023-07-21 07:32:53,613 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1575856372 created 2023-07-21 07:32:53,813 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.199s 2023-07-21 07:32:53,814 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2048995397", "description": "tempest-description--1381733343"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-f5ee806f-5e0d-4499-a251-7dc76bf9e019', 'date': 'Fri, 21 Jul 2023 07:32:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "name": "tempest-securitygroup--2048995397", "stateful": true, "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "description": "tempest-description--1381733343", "shared": false, "security_group_rules": [{"id": "88a5d93f-152e-44c9-b6a5-d805ca705af7", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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": 348, "description": null, "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}, {"id": "ce5a0aa9-dfaa-43a8-9319-e0c252acb82e", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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": 349, "description": null, "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 1, "project_id": "6e20e53f53174e65ac482d85f0d12a7f"}}' 2023-07-21 07:32:54,014 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.200s 2023-07-21 07:32:54,015 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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-ecad45e5-bb4c-4a5a-b5b2-9223d21a743c', 'date': 'Fri, 21 Jul 2023 07:32: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": "b61bb76e-4834-4be4-bb0c-1287c8de8652", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}}' 2023-07-21 07:32:54,457 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.442s 2023-07-21 07:32:54,458 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-18abef6e-7928-4186-916a-217208ad364c', 'date': 'Fri, 21 Jul 2023 07:32: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": "bc9a4263-44a7-4052-b1d0-9543c11aaff3", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "security_group_id": "63023f67-0173-4f68-a7bc-d4c576e8c534", "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-21T07:32:54Z", "updated_at": "2023-07-21T07:32:54Z", "revision_number": 0}}' 2023-07-21 07:32:54,458 79490 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2048995397 created 2023-07-21 07:32:55,573 79490 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.114s 2023-07-21 07:32:55,574 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2e3299b3-9cc9-4d6c-82ac-2eac20c66817', 'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "77a93796-f028-4039-bf80-207d21a9aea5", "tenant_id": "6e20e53f53174e65ac482d85f0d12a7f", "floating_ip_address": "172.24.4.60", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e20e53f53174e65ac482d85f0d12a7f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:55Z", "updated_at": "2023-07-21T07:32:55Z", "revision_number": 0}}' 2023-07-21 07:32:55,574 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '77a93796-f028-4039-bf80-207d21a9aea5', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:55Z', 'updated_at': '2023-07-21T07:32:55Z', 'revision_number': 0, 'ip': '172.24.4.60'} created 2023-07-21 07:32:55,713 79490 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.129s 2023-07-21 07:32:55,714 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 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-adae18f8-d94c-4b83-bd15-4e0af45fe71d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "003742b44ad64ea287ddbe801722ea22", "name": "tempest-AttachSCSIVolumeTestJSON-1795478722-project-member", "password_expires_at": null}, "audit_ids": ["pkxufgRyQCSdKYH7iMX9RQ"], "expires_at": "2023-07-21T08:32:55.000000Z", "issued_at": "2023-07-21T07:32:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e20e53f53174e65ac482d85f0d12a7f", "name": "tempest-AttachSCSIVolumeTestJSON-1795478722"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type ": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e20e53f53174e65ac482d85f0d12a7f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e20e53f53174e65ac482d85f0d12a7f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e20e53f53174e65ac482d85f0d12a7f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:55,715 79490 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'ff307dd8-1415-4457-90ed-82a91969be81', 'name': 'tempest-AttachSCSIVolumeTestJSON-613123479-network', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15031, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:55,715 79490 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1575856372', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFZNvoDWqKHiwTGaiRTcejywzv7eQQD4+R1H5ey3wo/3ulOCQZbqlQZUksRKdWBeaj8ExbBYAZDPC3HVaX7sTm2NOwaJ7+9nwuE4ts8Q+vVWgVwY6YuezGzX3nOAThF5g==', 'fingerprint': '7c:79:3b:42:aa:05:89:4a:98:26:be:fe:79:22:8a:f6', 'user_id': '003742b44ad64ea287ddbe801722ea22', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAHObBT2OjcbCP6soDeMdGc3HatC6yvXPh5rt9t0q8oAygV0JqMG2xi\ne2lVe7LlaHWgBwYFK4EEACKhZANiAAQhWTb6A1qih4sExmokU3Ho8sM7+3kEA+Pk\ndR+Xst8KP97pTgkGW6pUGVJLESnVgXmo/BMWwWAGQzwtx1Wl+7E5tjTsGie/vZ8L\nhOLbPEPr1VoFcGOmLnsxs195zgE4ReY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63023f67-0173-4f68-a7bc-d4c576e8c534', 'name': 'tempest-securitygroup--2048995397', 'stateful': True, 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'description': 'tempest-description--1381733343', 'shared': False, 'security_group_rules': [{'id': '88a5d93f-152e-44c9-b6a5-d805ca705af7', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'security_group_id': '63023f67-0173-4f68-a7bc-d4c576e8c534', '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': 348, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0}, {'id': 'ce5a0aa9-dfaa-43a8-9319-e0c252acb82e', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'security_group_id': '63023f67-0173-4f68-a7bc-d4c576e8c534', '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': 349, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 1, 'project_id': '6e20e53f53174e65ac482d85f0d12a7f'}, 'floating_ip': {'id': '77a93796-f028-4039-bf80-207d21a9aea5', 'tenant_id': '6e20e53f53174e65ac482d85f0d12a7f', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e20e53f53174e65ac482d85f0d12a7f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:55Z', 'updated_at': '2023-07-21T07:32:55Z', 'revision_number': 0, 'ip': '172.24.4.60'}} 2023-07-21 07:32:55,745 79490 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.028s 2023-07-21 07:32:55,746 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-154608930", "imageRef": "2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "ff307dd8-1415-4457-90ed-82a91969be81"}], "security_groups": [{"name": "tempest-securitygroup--2048995397"}], "key_name": "tempest-keypair-1575856372", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32: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-e0a5f02e-bce4-41a1-beb6-402d3a9b9eae', 'x-compute-request-id': 'req-e0a5f02e-bce4-41a1-beb6-402d3a9b9eae', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:55,789 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1575856372 0.040s 2023-07-21 07:32:55,790 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc17643d-d8d2-4cd9-8523-00ca8c883ba4', 'x-compute-request-id': 'req-dc17643d-d8d2-4cd9-8523-00ca8c883ba4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1575856372'} Body: b'' 2023-07-21 07:32:56,041 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534 0.251s 2023-07-21 07:32:56,042 79490 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-76182c6d-5828-41ed-90b5-de85462e83e0', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534'} Body: b'' 2023-07-21 07:32:56,098 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534 0.056s 2023-07-21 07:32:56,099 79490 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-aa2adf3f-0e03-40b2-a30a-bf7e6a86ae50', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/63023f67-0173-4f68-a7bc-d4c576e8c534'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 63023f67-0173-4f68-a7bc-d4c576e8c534 does not exist", "detail": ""}}' 2023-07-21 07:32:57,028 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/77a93796-f028-4039-bf80-207d21a9aea5 0.928s 2023-07-21 07:32:57,028 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-24a5a43b-47ef-4199-b5b5-a2e189f9b379', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/77a93796-f028-4039-bf80-207d21a9aea5'} Body: b'' 2023-07-21 07:32:57,399 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f 0.370s 2023-07-21 07:32:57,400 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-420d3820-a112-4fec-92ba-9830db3e1599', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f'} Body: b'' 2023-07-21 07:32:57,416 79490 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f 0.016s 2023-07-21 07:32:57,417 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bb270e1c-d0a9-4a31-94b9-d31a199990fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f'} Body: b'{"message": "No image found with ID 2d84b5cf-5b1b-4058-8d7c-f5a89b92c39f

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 399, in test_tagged_attachment server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:42,305 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.137s 2023-07-21 07:32:42,306 79484 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-284446395"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-eb02b80d-88a3-45e0-aab1-59aaf67733db', 'date': 'Fri, 21 Jul 2023 07:32:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a1b0bc99-0f90-487c-a461-b510a3b47388","name":"tempest-tagged-attachments-test-net-284446395","tenant_id":"9221eb8971f34b17bdd2ae3384ef0591","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9221eb8971f34b17bdd2ae3384ef0591","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-21T07:32:39Z","updated_at":"2023-07-21T07:32:39Z","revision_number":1}}' 2023-07-21 07:32:46,768 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 4.461s 2023-07-21 07:32:46,768 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "a1b0bc99-0f90-487c-a461-b510a3b47388", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-448f2402-8893-4cde-852c-7366522d051f', 'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8aa66f1b-91b1-427d-b4f7-d04c87ae4eea","name":"","tenant_id":"9221eb8971f34b17bdd2ae3384ef0591","network_id":"a1b0bc99-0f90-487c-a461-b510a3b47388","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-21T07:32:43Z","updated_at":"2023-07-21T07:32:43Z","revision_number":0,"project_id":"9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:47,102 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes 0.332s 2023-07-21 07:32:47,102 79484 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-427992469"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf9a39d-fa74-4479-8801-00a7f2e566b0', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf9a39d-fa74-4479-8801-00a7f2e566b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.004605", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:47,219 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.095s 2023-07-21 07:32:47,220 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bc75c5-9c0f-426f-936a-2629eb8ce3ce', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bc75c5-9c0f-426f-936a-2629eb8ce3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:48,277 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.045s 2023-07-21 07:32:48,278 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-782db12c-9955-4893-986a-9440d4b7b69b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-782db12c-9955-4893-986a-9440d4b7b69b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": "2023-07-21T07:32:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a3 0-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:49,438 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.140s 2023-07-21 07:32:49,439 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3789da69-5efe-4de6-9225-ec91ad9dd9e7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3789da69-5efe-4de6-9225-ec91ad9dd9e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": "2023-07-21T07:32:47.000000", "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:50,521 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909 0.070s 2023-07-21 07:32:50,521 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d228e6a-8d39-4c62-adb4-99a63bc7d59b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d228e6a-8d39-4c62-adb4-99a63bc7d59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909'} Body: b'{"volume": {"id": "af6acd23-66de-4a30-93ec-d91cc8936909", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:47.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedAttachmentsTest-volume-427992469", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9221eb8971f34b17bdd2ae3384ef0591/volumes/af6acd23-66de-4a30-93ec-d91cc8936909"}], "user_id": "e1f097791af04e8d84e09403c6b32e4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92 21eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:50,532 79484 INFO [tempest.common.waiters] volume af6acd23-66de-4a30-93ec-d91cc8936909 reached available after waiting for 3.532455 seconds 2023-07-21 07:32:50,533 79484 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:50,533 79484 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:50,612 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.076s 2023-07-21 07:32:50,613 79484 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-184063028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDlnUCguBEdOW3C+F10vih9iqAevBAI9PVDfOdtaWu3m7pee1DY0WO6JBuHKy0zCAWpnSLe8au7RYOY2xd4h7ykguFEQqSnGBA9WYOp0L5lMr/dizYRX+L2tWGlKucjMAA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 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-55d8f6fe-92e9-4189-a288-cf1716ef6a5a', 'x-compute-request-id': 'req-55d8f6fe-92e9-4189-a288-cf1716ef6a5a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-184063028", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDlnUCguBEdOW3C+F10vih9iqAevBAI9PVDfOdtaWu3m7pee1DY0WO6JBuHKy0zCAWpnSLe8au7RYOY2xd4h7ykguFEQqSnGBA9WYOp0L5lMr/dizYRX+L2tWGlKucjMAA==", "fingerprint": "00:19:c6:ff:5e:aa:05:5d:9a:35:ec:57:02:14:44:b8", "user_id": "e1f097791af04e8d84e09403c6b32e4f"}}' 2023-07-21 07:32:50,616 79484 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-184063028 created 2023-07-21 07:32:51,106 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.489s 2023-07-21 07:32:51,106 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--409070232", "description": "tempest-description--1947957599"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-876c411c-3548-4f53-9692-4d2986146512', 'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "name": "tempest-securitygroup--409070232", "stateful": true, "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "description": "tempest-description--1947957599", "shared": false, "security_group_rules": [{"id": "b18e91e5-56c6-4cdb-9ec0-42226685faa6", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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": 322, "description": null, "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 0}, {"id": "da2e0c6a-42c5-4a2f-8bf3-647a8da34002", "project_id": "9221eb8971f34b17bdd 2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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": 324, "description": null, "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:50Z", "updated_at": "2023-07-21T07:32:50Z", "revision_number": 1, "project_id": "9221eb8971f34b17bdd2ae3384ef0591"}}' 2023-07-21 07:32:51,821 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.714s 2023-07-21 07:32:51,821 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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-5925dbb5-a694-4371-8f6f-d8743d1edb3a', 'date': 'Fri, 21 Jul 2023 07:32: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": "fb794fed-b51b-472e-bfb9-809574b6f634", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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-21T07:32:51Z", "updated_at": "2023-07-21T07:32:51Z", "revision_number": 0}}' 2023-07-21 07:32:52,595 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.772s 2023-07-21 07:32:52,595 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-30e86f11-d7ba-47d7-b03f-7341beb0149a', 'date': 'Fri, 21 Jul 2023 07:32:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8895ee1c-a022-44d9-89e9-375f5ae686b7", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "security_group_id": "23b59f30-91e7-43de-ba34-ea7c0c8c7610", "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-21T07:32:52Z", "updated_at": "2023-07-21T07:32:52Z", "revision_number": 0}}' 2023-07-21 07:32:52,596 79484 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--409070232 created 2023-07-21 07:32:53,703 79484 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.106s 2023-07-21 07:32:53,703 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ad5a97a2-bc55-4fa4-919a-7e9ecd2a78e0', 'date': 'Fri, 21 Jul 2023 07:32:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "afc3ad2f-d972-45ca-a2c7-d13136c16c18", "tenant_id": "9221eb8971f34b17bdd2ae3384ef0591", "floating_ip_address": "172.24.4.200", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9221eb8971f34b17bdd2ae3384ef0591", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:32:53Z", "updated_at": "2023-07-21T07:32:53Z", "revision_number": 0}}' 2023-07-21 07:32:53,704 79484 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'afc3ad2f-d972-45ca-a2c7-d13136c16c18', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0, 'ip': '172.24.4.200'} created 2023-07-21 07:32:53,854 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.140s 2023-07-21 07:32:53,855 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 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-e70ebaf8-a96e-42c7-8248-e51c10f3057c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e1f097791af04e8d84e09403c6b32e4f", "name": "tempest-TaggedAttachmentsTest-70199663-project-member", "password_expires_at": null}, "audit_ids": ["ju3sYaayQU2u40fAepZghA"], "expires_at": "2023-07-21T08:32:53.000000Z", "issued_at": "2023-07-21T07:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9221eb8971f34b17bdd2ae3384ef0591", "name": "tempest-TaggedAttachmentsTest-70199663"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70 ", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:53,855 79484 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '6403b4db-5833-44d1-846c-62274568ab0e', 'name': 'tempest-TaggedAttachmentsTest-602550511-network', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16955, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:53,996 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.136s 2023-07-21 07:32:53,996 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 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-3a15fd4c-50b5-4e61-81c8-cd2b118827f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e1f097791af04e8d84e09403c6b32e4f", "name": "tempest-TaggedAttachmentsTest-70199663-project-member", "password_expires_at": null}, "audit_ids": ["KrqOZxKuS7KfdJGOh1Xbtg"], "expires_at": "2023-07-21T08:32:53.000000Z", "issued_at": "2023-07-21T07:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9221eb8971f34b17bdd2ae3384ef0591", "name": "tempest-TaggedAttachmentsTest-70199663"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "R egionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9221eb8971f34b17bdd2ae3384ef0591", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:32:53,997 79484 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '6403b4db-5833-44d1-846c-62274568ab0e', 'name': 'tempest-TaggedAttachmentsTest-602550511-network', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16955, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:01Z', 'updated_at': '2023-07-21T07:32:01Z', 'revision_number': 1} available for tenant 2023-07-21 07:32:53,998 79484 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-184063028', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDlnUCguBEdOW3C+F10vih9iqAevBAI9PVDfOdtaWu3m7pee1DY0WO6JBuHKy0zCAWpnSLe8au7RYOY2xd4h7ykguFEQqSnGBA9WYOp0L5lMr/dizYRX+L2tWGlKucjMAA==', 'fingerprint': '00:19:c6:ff:5e:aa:05:5d:9a:35:ec:57:02:14:44:b8', 'user_id': 'e1f097791af04e8d84e09403c6b32e4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbjuoS/jMDc6HZb2mPuw8hxOO5DBPtnA9mvySwrN1NVTjGSieU1jLT\nw8piRqhlDWCgBwYFK4EEACKhZANiAAQ5Z1AoLgRHTltwvhddL4ofYqgHrwQCPT1Q\n3znbWlrt5u6XntQ2NFjuiQbhystMwgFqZ0i3vGru0WDmNsXeIe8pILhREKkpxgQP\nVmDqdC+ZTK/3Ys2EV/i9rVhpSrnIzAA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '23b59f30-91e7-43de-ba34-ea7c0c8c7610', 'name': 'tempest-securitygroup--409070232', 'stateful': True, 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'description': 'tempest-description--1947957599', 'shared': False, 'security_group_rules': [{'id': 'b18e91e5-56c6-4cdb-9ec0-42226685faa6', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'security_group_id': '23b59f30-91e7-43de-ba34-ea7c0c8c7610', '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': 322, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0}, {'id': 'da2e0c6a-42c5-4a2f-8bf3-647a8da34002', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'security_group_id': '23b59f30-91e7-43de-ba34-ea7c0c8c7610', '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': 324, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:50Z', 'updated_at': '2023-07-21T07:32:50Z', 'revision_number': 1, 'project_id': '9221eb8971f34b17bdd2ae3384ef0591'}, 'floating_ip': {'id': 'afc3ad2f-d972-45ca-a2c7-d13136c16c18', 'tenant_id': '9221eb8971f34b17bdd2ae3384ef0591', 'floating_ip_address': '172.24.4.200', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9221eb8971f34b17bdd2ae3384ef0591', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:32:53Z', 'updated_at': '2023-07-21T07:32:53Z', 'revision_number': 0, 'ip': '172.24.4.200'}} 2023-07-21 07:32:54,041 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.041s 2023-07-21 07:32:54,041 79484 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-1471402000", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "6403b4db-5833-44d1-846c-62274568ab0e"}], "security_groups": [{"name": "tempest-securitygroup--409070232"}], "key_name": "tempest-keypair-184063028", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:54 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-4086f013-51ef-437b-9900-fa6add10f415', 'x-compute-request-id': 'req-4086f013-51ef-437b-9900-fa6add10f415', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:32:54,074 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-184063028 0.028s 2023-07-21 07:32:54,074 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:54 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-202325d8-68b4-4375-81dd-9b09378d9302', 'x-compute-request-id': 'req-202325d8-68b4-4375-81dd-9b09378d9302', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-184063028'} Body: b'' 2023-07-21 07:32:54,489 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610 0.414s 2023-07-21 07:32:54,489 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-898a1c1d-ded4-4c8a-aca1-390295b9fbfe', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:54 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610'} Body: b'' 2023-07-21 07:32:54,528 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610 0.039s 2023-07-21 07:32:54,529 79484 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-61f5e7f5-27ef-42a4-8d69-334709f46927', 'date': 'Fri, 21 Jul 2023 07:32:54 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/23b59f30-91e7-43de-ba34-ea7c0c8c7610'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 23b59f30-91e7-43de-ba34-ea7c0c8c7610 does not exist", "detail": ""}}' 2023-07-21 07:32:55,569 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/afc3ad2f-d972-45ca-a2c7-d13136c16c18 1.039s 2023-07-21 07:32:55,569 79484 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1c6d5b8d-3b32-4572-9bcc-0c9d3f9b9fc6', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/afc3ad2f-d972-45ca-a2c7-d13136c16c18'} Body: b'' 2023-07-21 07:32:56,284 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/8aa66f1b-91b1-427d-b4f7-d04c87ae4eea 0.714s 2023-07-21 07:32:56,284 79484 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-cd85ed79-e5da-41a3-833e-c936458cc0ba', 'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/8aa66f1b-91b1-427d-b4f7-d04c87ae4eea'} Body: b'' 2023-07-21 07:32:57,531 79484 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/a1b0bc99-0f90-487c-a461-b510a3b47388 1.245s 2023-07-21 07:32:57,531 79484 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-033d67ca-8731-4987-b0a2-44211f63bc1b', 'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/a1b0bc99-0f90-487c-a461-b510a3b47388'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:57,368 79488 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:32:57,369 79488 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:32:57,527 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.154s 2023-07-21 07:32:57,527 79488 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-877094303", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBENj+5W8IFpTOybiFkF41i5bZLUdt0AefUQIDXUNP1fBFX+gp2UDK76iA4Grb/MB3eQx12IJWB96IkAdHCzqxSGr7zB9b4lB5djM03fA6joeIIo/mMW99XlMGGo71PjE6g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 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-00545954-32e3-4a25-9116-1bee9fefb5b8', 'x-compute-request-id': 'req-00545954-32e3-4a25-9116-1bee9fefb5b8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-877094303", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBENj+5W8IFpTOybiFkF41i5bZLUdt0AefUQIDXUNP1fBFX+gp2UDK76iA4Grb/MB3eQx12IJWB96IkAdHCzqxSGr7zB9b4lB5djM03fA6joeIIo/mMW99XlMGGo71PjE6g==", "fingerprint": "fb:90:38:1a:7f:02:71:9d:44:fe:6a:26:c0:8a:cd:f6", "user_id": "ab5d6fb58524449a9454b728be9b0558"}}' 2023-07-21 07:32:57,532 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-877094303 created 2023-07-21 07:32:58,209 79488 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-21 07:32:58,209 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2035901645", "description": "tempest-description--1926384331"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-c6d897e8-b741-4788-b096-0db21666d768', 'date': 'Fri, 21 Jul 2023 07:32:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "name": "tempest-securitygroup--2035901645", "stateful": true, "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "tempest-description--1926384331", "shared": false, "security_group_rules": [{"id": "12166e2f-0353-49a9-8004-d8d1fc90c92b", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 373, "description": null, "tags": [], "created_at": "2023-07-21T07:32:57Z", "updated_at": "2023-07-21T07:32:57Z", "revision_number": 0}, {"id": "4e77faf7-106d-4caa-b66b-4a8e07ff34fe", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 374, "description": null, "tags": [], "created_at": "2023-07-21T07:32:57Z", "updated_at": "2023-07-21T07:32:57Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:32:57Z", "updated_at": "2023-07-21T07:32:57Z", "revision_number": 1, "project_id": "0ee1c50048084d1b99d0398cda5f6e07"}}' 2023-07-21 07:32:58,704 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.493s 2023-07-21 07:32:58,704 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "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-0e83df3f-b9c5-4627-9d9e-b6268de9eb14', 'date': 'Fri, 21 Jul 2023 07:32:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c80ef233-7f25-4ecb-b6d6-3a604910cbad", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "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-21T07:32:58Z", "updated_at": "2023-07-21T07:32:58Z", "revision_number": 0}}' 2023-07-21 07:32:59,437 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.732s 2023-07-21 07:32:59,437 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8c088f27-a0c2-45e2-8832-ca51f3db94fb', 'date': 'Fri, 21 Jul 2023 07:32:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "640f151e-e066-41eb-873d-8fbb2ed74b58", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "security_group_id": "28b7994a-3351-4e3b-82c0-5d4aed24ac71", "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-21T07:32:58Z", "updated_at": "2023-07-21T07:32:58Z", "revision_number": 0}}' 2023-07-21 07:32:59,438 79488 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2035901645 created 2023-07-21 07:33:01,173 79488 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.734s 2023-07-21 07:33:01,173 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-aa7ba4c8-dab1-490f-8659-9c49dea934c5', 'date': 'Fri, 21 Jul 2023 07:33:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7db930a6-3c2d-4d93-9d08-b3ece1ea1eab", "tenant_id": "0ee1c50048084d1b99d0398cda5f6e07", "floating_ip_address": "172.24.4.185", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ee1c50048084d1b99d0398cda5f6e07", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:33:00Z", "updated_at": "2023-07-21T07:33:00Z", "revision_number": 0}}' 2023-07-21 07:33:01,174 79488 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7db930a6-3c2d-4d93-9d08-b3ece1ea1eab', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:00Z', 'updated_at': '2023-07-21T07:33:00Z', 'revision_number': 0, 'ip': '172.24.4.185'} created 2023-07-21 07:33:01,342 79488 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.158s 2023-07-21 07:33:01,343 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:01 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-71095f6f-b702-4a07-b869-0ed7bb432a25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ab5d6fb58524449a9454b728be9b0558", "name": "tempest-AttachVolumeShelveTestJSON-583036843-project-member", "password_expires_at": null}, "audit_ids": ["WZ1eugcSS7SRMhds0mxghQ"], "expires_at": "2023-07-21T08:33:01.000000Z", "issued_at": "2023-07-21T07:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ee1c50048084d1b99d0398cda5f6e07", "name": "tempest-AttachVolumeShelveTestJSON-583036843"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url" : "http://10.0.0.210/compute/v2/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0ee1c50048084d1b99d0398cda5f6e07", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:01,344 79488 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '49e07388-e084-4d17-9197-a07e52e96d49', 'name': 'tempest-AttachVolumeShelveTestJSON-1739477702-network', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60367, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:32Z', 'updated_at': '2023-07-21T07:32:33Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:01,345 79488 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-877094303', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBENj+5W8IFpTOybiFkF41i5bZLUdt0AefUQIDXUNP1fBFX+gp2UDK76iA4Grb/MB3eQx12IJWB96IkAdHCzqxSGr7zB9b4lB5djM03fA6joeIIo/mMW99XlMGGo71PjE6g==', 'fingerprint': 'fb:90:38:1a:7f:02:71:9d:44:fe:6a:26:c0:8a:cd:f6', 'user_id': 'ab5d6fb58524449a9454b728be9b0558', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA0vI33ycXXn6lGnaVhmgicE9EWv7Db18BVPYOFpztT9h6fQZuDqMSm\n3lKhLHoXcJGgBwYFK4EEACKhZANiAARDY/uVvCBaUzsm4hZBeNYuW2S1HbdAHn1E\nCA11DT9XwRV/oKdlAyu+ogOBq2/zAd3kMddiCVgfeiJAHRws6sUhq+8wfW+JQeXY\nzNN3wOo6HiCKP5jFvfV5TBhqO9T4xOo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '28b7994a-3351-4e3b-82c0-5d4aed24ac71', 'name': 'tempest-securitygroup--2035901645', 'stateful': True, 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': 'tempest-description--1926384331', 'shared': False, 'security_group_rules': [{'id': '12166e2f-0353-49a9-8004-d8d1fc90c92b', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': '28b7994a-3351-4e3b-82c0-5d4aed24ac71', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 373, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:32:57Z', 'updated_at': '2023-07-21T07:32:57Z', 'revision_number': 0}, {'id': '4e77faf7-106d-4caa-b66b-4a8e07ff34fe', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'security_group_id': '28b7994a-3351-4e3b-82c0-5d4aed24ac71', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 374, 'description': None, 'tags': [], 'creat ed_at': '2023-07-21T07:32:57Z', 'updated_at': '2023-07-21T07:32:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:32:57Z', 'updated_at': '2023-07-21T07:32:57Z', 'revision_number': 1, 'project_id': '0ee1c50048084d1b99d0398cda5f6e07'}, 'floating_ip': {'id': '7db930a6-3c2d-4d93-9d08-b3ece1ea1eab', 'tenant_id': '0ee1c50048084d1b99d0398cda5f6e07', 'floating_ip_address': '172.24.4.185', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ee1c50048084d1b99d0398cda5f6e07', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:00Z', 'updated_at': '2023-07-21T07:33:00Z', 'revision_number': 0, 'ip': '172.24.4.185'}} 2023-07-21 07:33:01,427 79488 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.081s 2023-07-21 07:33:01,428 79488 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-869618577", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "49e07388-e084-4d17-9197-a07e52e96d49"}], "security_groups": [{"name": "tempest-securitygroup--2035901645"}], "key_name": "tempest-keypair-877094303", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:01 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-5ba8ce9e-cb12-41c8-861f-2dc97392e6e2', 'x-compute-request-id': 'req-5ba8ce9e-cb12-41c8-861f-2dc97392e6e2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:33:01,478 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-877094303 0.047s 2023-07-21 07:33:01,478 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:01 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-d7a93834-244f-4b1d-b2fd-720292baa980', 'x-compute-request-id': 'req-d7a93834-244f-4b1d-b2fd-720292baa980', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-877094303'} Body: b'' 2023-07-21 07:33:02,460 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71 0.981s 2023-07-21 07:33:02,461 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1efce8c4-e353-443c-af45-fea0a5276676', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0. 0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71'} Body: b'' 2023-07-21 07:33:02,513 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71 0.052s 2023-07-21 07:33:02,514 79488 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-a571953f-fea3-4240-95d2-84f0a1401e30', 'date': 'Fri, 21 Jul 2023 07:33:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/28b7994a-3351-4e3b-82c0-5d4aed24ac71'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 28b7994a-3351-4e3b-82c0-5d4aed24ac71 does not exist", "detail": ""}}' 2023-07-21 07:33:03,721 79488 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7db930a6-3c2d-4d93-9d08-b3ece1ea1eab 1.206s 2023-07-21 07:33:03,722 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e4f7f9c3-def6-443c-afa9-8c70622ddf83', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7db930a6-3c2d-4d93-9d08-b3ece1ea1eab'} Body: b'' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 112, in test_delete_server_while_in_attached_volume server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:21,906 79480 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.040s 2023-07-21 07:33:21,906 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 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-d293645a-fb0b-4a73-9496-c8ab166e6f02', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2cf2fde7ae324cc5b937fc83630d2a13", "name": "tempest-DeleteServersTestJSON-968436862-project-member", "password_expires_at": null}, "audit_ids": ["IyiM7hboSmWk_ZzbiSV7iw"], "expires_at": "2023-07-21T08:33:21.000000Z", "issued_at": "2023-07-21T07:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a25a6ae93cc948c481a5006573cbc4cd", "name": "tempest-DeleteServersTestJSON-968436862"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a25a6ae93cc948c481a5006573cbc4cd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25a6ae93cc948c481a5006573cbc4cd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25a6ae93cc948c481a5006573cbc4cd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:21,907 79480 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '60ea889a-eaed-4233-8ae9-db6cb00956ff', 'name': 'tempest-DeleteServersTestJSON-1666214327-network', 'tenant_id': 'a25a6ae93cc948c481a5006573cbc4cd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a25a6ae93cc948c481a5006573cbc4cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19544, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:08Z', 'updated_at': '2023-07-21T07:33:08Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:22,088 79480 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.180s 2023-07-21 07:33:22,089 79480 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-14831800", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "60ea889a-eaed-4233-8ae9-db6cb00956ff"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33: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-9f918053-209d-48e1-9090-2917cb4d14e1', 'x-compute-request-id': 'req-9f918053-209d-48e1-9090-2917cb4d14e1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 206, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 156, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 198, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:18,160 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes 0.309s 2023-07-21 07:33:18,161 79492 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-1127255963"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5360934d-86df-4682-9151-a8ece9b53fc9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5360934d-86df-4682-9151-a8ece9b53fc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.074832", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:18,262 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.092s 2023-07-21 07:33:18,263 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d952bf-ca6f-40e9-830f-7c1db0b31aa2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d952bf-ca6f-40e9-830f-7c1db0b31aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:19,316 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.038s 2023-07-21 07:33:19,316 79492 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cc89f8-35cd-40af-8331-a159348bbd87', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cc89f8-35cd-40af-8331-a159348bbd87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:20,439 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.106s 2023-07-21 07:33:20,440 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5174c81-5292-4e89-ba61-15722409e986', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5174c81-5292-4e89-ba61-15722409e986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:21,854 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.396s 2023-07-21 07:33:21,854 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 GMT' , 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53438567-7640-4070-ad5d-0843fe8cdf73', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53438567-7640-4070-ad5d-0843fe8cdf73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:21,881 79492 INFO [tempest.common.waiters] volume 7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb reached available after waiting for 3.880422 seconds 2023-07-21 07:33:22,033 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots 0.145s 2023-07-21 07:33:22,033 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-addde883-6e90-40c1-9587-40f57c3b6493', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-addde883-6e90-40c1-9587-40f57c3b6493', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:21.976423", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 07:33:22,076 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.038s 2023-07-21 07:33:22,076 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-657efe63-952b-4b90-9c58-61a0a904d077', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-657efe63-952b-4b90-9c58-61a0a904d077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000 ", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:23,108 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.027s 2023-07-21 07:33:23,108 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0199c483-b73c-4b14-82cc-24e817ba1f48', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0199c483-b73c-4b14-82cc-24e817ba1f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:24,156 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.037s 2023-07-21 07:33:24,157 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67bd370-0c35-4130-ae87-81fba6416df9', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67bd370-0c35-4130-ae87-81fba6416df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:25,189 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.025s 2023-07-21 07:33:25,190 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c308b281-03ab-4290-a0a7-6fa350743c7c', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 're q-c308b281-03ab-4290-a0a7-6fa350743c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:33:26,270 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.075s 2023-07-21 07:33:26,271 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb0a959-9b09-49bd-8330-2b7e65763602', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb0a959-9b09-49bd-8330-2b7e65763602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"snapshot": {"id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "created_at": "2023-07-21T07:33:22.000000", "updated_at": "2023-07-21T07:33:26.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1075088973", "description": null, "volume_id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "19ebefeddb90419d8d842a6b776a5a62", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:33:26,275 79492 INFO [tempest.common.waiters] snapshot f2ca0851-1489-4a3b-a02b-8bf8669bee01 reached available after waiting for 4.274975 seconds 2023-07-21 07:33:26,648 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes 0.372s 2023-07-21 07:33:26,648 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-762527609"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86474114-e39e-4f68-9faf-fec89a60c35e', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86474114-e39e-4f68-9faf-fec89a60c35e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:26.553543", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id" : "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:26,710 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.050s 2023-07-21 07:33:26,711 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec088a2-7e1b-4522-92a4-968df38a5e4b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec088a2-7e1b-4522-92a4-968df38a5e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:27,826 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.104s 2023-07-21 07:33:27,827 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d513040c-4ee5-45d9-ab31-1815ae826c01', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d513040c-4ee5-45d9-ab31-1815ae826c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a 5a62"}}' 2023-07-21 07:33:28,894 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.055s 2023-07-21 07:33:28,895 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0860b515-fb93-4730-a174-dfd29b87fa31', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0860b515-fb93-4730-a174-dfd29b87fa31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:29,951 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.045s 2023-07-21 07:33:29,951 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b576b4-49ba-473b-9d39-e0db8f85fed9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b576b4-49ba-473b-9d39-e0db8f85fed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:31,022 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_d elete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.059s 2023-07-21 07:33:31,023 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b45705-15a1-44dd-98a6-23fdb41aab25', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b45705-15a1-44dd-98a6-23fdb41aab25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:30.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:31,034 79492 INFO [tempest.common.waiters] volume 6cfd1558-4f4a-4795-88f6-908129b9d1f9 reached available after waiting for 5.034686 seconds 2023-07-21 07:33:31,103 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.068s 2023-07-21 07:33:31,104 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f71bb28f-4b20-42f5-80b3-949738ce4d6f', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f71bb28f-4b20-42f5-80b3-949738ce4d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:30.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:31,208 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_s napshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb?cascade=True 0.093s 2023-07-21 07:33:31,209 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:31 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-df525eac-7eba-4fc8-8c7a-d41c3683ee3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb?cascade=True'} Body: b'' 2023-07-21 07:33:31,256 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.046s 2023-07-21 07:33:31,256 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b47fe67-9d36-40e2-adec-5db04085d699', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b47fe67-9d36-40e2-adec-5db04085d699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:31.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:32,340 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.070s 2023-07-21 07:33:32,340 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffcc2a4-4caf-4fe4-b309-356ad120eacd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffcc2a4-4caf-4fe4-b309-356ad120eacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:31.000000", "name": "tempest-VolumesDeleteCascade -Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:33,540 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.188s 2023-07-21 07:33:33,540 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644d01e9-f47f-44e2-89cf-5439a061fc30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644d01e9-f47f-44e2-89cf-5439a061fc30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:33,610 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.057s 2023-07-21 07:33:33,610 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca29786a-bc02-4070-a328-8d61f010a694', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca29786a-bc02-4070-a328-8d61f010a694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:30.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebe feddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:33,733 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.104s 2023-07-21 07:33:33,733 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 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-de02c239-7cfb-4285-a090-fc352d5c3575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'' 2023-07-21 07:33:33,780 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.046s 2023-07-21 07:33:33,780 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed209586-e170-4568-8cc1-14d78cccb783', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed209586-e170-4568-8cc1-14d78cccb783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:34,854 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.060s 2023-07-21 07:33:34,855 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c73105-124c-4f46-9200-300a70fcf5a9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack- API-Version', 'x-openstack-request-id': 'req-a1c73105-124c-4f46-9200-300a70fcf5a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:35,938 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.072s 2023-07-21 07:33:35,938 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c80f24d-a7e5-40aa-a153-cc008922372d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c80f24d-a7e5-40aa-a153-cc008922372d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:37,014 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.064s 2023-07-21 07:33:37,015 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-686da8ca-8527-4490-8ae7-f84204929a04', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-686da8ca-8527-4490-8ae7-f84204929a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776 a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"volume": {"id": "6cfd1558-4f4a-4795-88f6-908129b9d1f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-762527609", "description": null, "volume_type": "joviandss-2", "snapshot_id": "f2ca0851-1489-4a3b-a02b-8bf8669bee01", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:38,107 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9 0.038s 2023-07-21 07:33:38,107 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 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-8e6564f6-63c8-4a1e-85d0-fc64826b764e', 'x-openstack-request-id': 'req-8e6564f6-63c8-4a1e-85d0-fc64826b764e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/6cfd1558-4f4a-4795-88f6-908129b9d1f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6cfd1558-4f4a-4795-88f6-908129b9d1f9 could not be found."}}' 2023-07-21 07:33:38,179 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01 0.071s 2023-07-21 07:33:38,179 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 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-37e2dae0-08aa-433b-a4ff-7fcb9f40c157', 'x-openstack-request-id': 'req-37e2dae0-08aa-433b-a4ff-7fcb9f40c157', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/snapshots/f2ca0851-1489-4a3b-a02b-8bf8669bee01'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2023-07-21 07:33:38,243 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.062s 2023-07-21 07:33:38,244 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b340c33c-2172-48c3-b965-5ce65496d6c0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b340c33c-2172-48c3-b965-5ce65496d6c0', ' connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"volume": {"id": "7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:18.000000", "updated_at": "2023-07-21T07:33:33.000000", "name": "tempest-VolumesDeleteCascade-Volume-1127255963", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb"}], "user_id": "df896c1ee9054612b8b30d66cf777acb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19ebefeddb90419d8d842a6b776a5a62"}}' 2023-07-21 07:33:38,303 79492 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb 0.049s 2023-07-21 07:33:38,304 79492 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:38 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-e0ace27e-ae19-495a-9a63-91a369c7176b', 'x-openstack-request-id': 'req-e0ace27e-ae19-495a-9a63-91a369c7176b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/19ebefeddb90419d8d842a6b776a5a62/volumes/7bd4e39b-c4d7-46c2-b3c6-6440b5744ffb'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:42,405 79500 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.105s 2023-07-21 07:33:42,406 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-abdb932d-bec3-4773-867f-62d676df4d73', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f321472528044cfb94a30130b970747c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097-project-member", "password_expires_at": null}, "audit_ids": ["ZRIP7oSkTC20CaC7Tfvt5w"], "expires_at": "2023-07-21T08:33:42.000000Z", "issued_at": "2023-07-21T07:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de790b15494449a2a9ec8df79e525099", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:42,406 79500 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '88fd66e8-0853-4f09-a5eb-cb9c44d4efb6', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1715931016-network', 'tenant_id': 'de790b15494449a2a9ec8df79e525099', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'de790b15494449a2a9ec8df79e525099', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65388, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:29Z', 'updated_at': '2023-07-21T07:33:29Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:42,640 79500 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.233s 2023-07-21 07:33:42,641 79500 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-829072460", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "88fd66e8-0853-4f09-a5eb-cb9c44d4efb6"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-37b63baf-91a8-412d-b105-7de1d71813c4', 'x-compute-request-id': 'req-37b63baf-91a8-412d-b105-7de1d71813c4', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:42,690 79500 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.036s 2023-07-21 07:33:42,690 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-b54dcfa5-3cd8-43f8-a336-e56f53d0e935', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f321472528044cfb94a30130b970747c", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097-project-member", "password_expires_at": null}, "audit_ids": ["ZiVcticPRfOoVVEANkhGpg"], "expires_at": "2023-07-21T08:33:42.000000Z", "issued_at": "2023-07-21T07:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de790b15494449a2a9ec8df79e525099", "name": "tempest-ServerBootFromVolumeStableRescueTest-1440401097"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/de790b15494449a2a9ec8df79e525099", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:42,691 79500 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '88fd66e8-0853-4f09-a5eb-cb9c44d4efb6', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1715931016-network', 'tenant_id': 'de790b15494449a2a9ec8df79e525099', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proj ect_id': 'de790b15494449a2a9ec8df79e525099', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65388, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:29Z', 'updated_at': '2023-07-21T07:33:29Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:42,715 79500 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.023s 2023-07-21 07:33:42,716 79500 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-1236268185", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "88fd66e8-0853-4f09-a5eb-cb9c44d4efb6"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:42 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-7db09822-f785-41cb-abeb-0572e42a239e', 'x-compute-request-id': 'req-7db09822-f785-41cb-abeb-0572e42a239e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:32:49,091 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes 1.126s 2023-07-21 07:32:49,091 79498 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-645536043", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1c68a3-15c5-4a94-8f82-877ab4272aeb', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1c68a3-15c5-4a94-8f82-877ab4272aeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:48.977225", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:32:49,151 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.047s 2023-07-21 07:32:49,152 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66e5fae1-92c7-4399-a8e8-4ec9fb2d0046', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66e5fae1-92c7-4399-a8e8-4ec9fb2d0046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:50,247 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.079s 2023-07-21 07 :32:50,248 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d948c755-c4aa-4598-80c7-fcf0ce6528e6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d948c755-c4aa-4598-80c7-fcf0ce6528e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:51,318 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.056s 2023-07-21 07:32:51,318 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96ff8ae-407e-443d-8307-d01900f29ef1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96ff8ae-407e-443d-8307-d01900f29ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:52,459 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.125s 2023-07-21 07:32:52,459 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Fri, 21 Jul 2023 07:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cecbddf5-89c9-41ef-85ca-eeb34fd0ffb1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cecbddf5-89c9-41ef-85ca-eeb34fd0ffb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:53,533 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.061s 2023-07-21 07:32:53,533 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d49ba9bc-da41-4627-9c87-876f4254b8c5', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d49ba9bc-da41-4627-9c87-876f4254b8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:54,600 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.052s 2023-07-21 07:32:54,600 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71f31d0-d82a-4bbf-8b58-d4 f591e8200a', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71f31d0-d82a-4bbf-8b58-d4f591e8200a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:55,678 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.066s 2023-07-21 07:32:55,679 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afab0977-7a00-419a-8121-243608562ff4', 'content-length': '973', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afab0977-7a00-419a-8121-243608562ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:49.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:56,740 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.049s 2023-07-21 07:32:56,740 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb42bba-84a1-4a93-b6a9-dd50b6c21a4e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-efb42bba-84a1-4a93-b6a9-dd50b6c21a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:57,797 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.043s 2023-07-21 07:32:57,798 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a217d39c-4ffd-4796-acc7-4aa9393b2c09', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a217d39c-4ffd-4796-acc7-4aa9393b2c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:58,858 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.046s 2023-07-21 07:32:58,858 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32893dda-0f4a-4071-968d-80fadf4c14c0', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32893dda-0f4a-4071-968d-80fadf4c14c0', 'connection': 'close', 'st atus': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:32:59,938 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.059s 2023-07-21 07:32:59,939 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b82c2c-1dbd-4807-9552-45a5e8bb270e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b82c2c-1dbd-4807-9552-45a5e8bb270e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:01,027 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.068s 2023-07-21 07:33:01,028 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8650d6ab-1905-4bc0-878b-230944bad17a', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8650d6ab-1905-4bc0-878b-230944bad17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volu mes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:02,120 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.074s 2023-07-21 07:33:02,121 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407d3d63-20e2-46c3-9be7-6bcb352c5b23', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407d3d63-20e2-46c3-9be7-6bcb352c5b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:03,209 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:03,210 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08d787c-8761-4bc7-9af5-c92a1c921042', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08d787c-8761-4bc7-9af5-c92a1c921042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c 1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:04,306 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.080s 2023-07-21 07:33:04,306 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46f54b0-7d34-4060-9766-4805394624e0', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46f54b0-7d34-4060-9766-4805394624e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:05,387 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.068s 2023-07-21 07:33:05,388 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2003666d-8063-4e86-a503-b5ba4c838f66', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2003666d-8063-4e86-a503-b5ba4c838f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "202 3-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:32:56.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:06,515 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.107s 2023-07-21 07:33:06,515 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7fdc768-7355-4f90-9490-4813f334268e', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7fdc768-7355-4f90-9490-4813f334268e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:07,604 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:07,604 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102a089f-4814-4a07-a243-1ab0891af13b', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102a089f-4814-4a07-a243-1ab0891af13b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDev icesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:08,704 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.088s 2023-07-21 07:33:08,705 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f6af4f-f99c-47ed-bc2e-beb8dee05b35', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f6af4f-f99c-47ed-bc2e-beb8dee05b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:09,764 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.048s 2023-07-21 07:33:09,764 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447c6c6f-7fb0-4e20-a115-7edac87c113d', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447c6c6f-7fb0-4e20-a115-7edac87c113d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": n ull, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:10,858 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.082s 2023-07-21 07:33:10,858 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb87618-dbab-40dd-ad1e-a04075d15789', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb87618-dbab-40dd-ad1e-a04075d15789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:11,972 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:11,973 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7056979-b99f-41dd-972e-ba924d631621', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7056979-b99f-41dd-972e-ba924d631621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volu me/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:13,053 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.069s 2023-07-21 07:33:13,054 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c7aacf-c6a7-4e40-809e-0b0f27e07eb2', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c7aacf-c6a7-4e40-809e-0b0f27e07eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:14,125 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.050s 2023-07-21 07:33:14,125 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d7309c-aa6a-412f-bf47-983a732b4a91', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d7309c-aa6a-412f-bf47-983a732b4a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "book mark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:15,214 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.077s 2023-07-21 07:33:15,214 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da47541a-5a68-41bd-9a16-6c5405246620', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da47541a-5a68-41bd-9a16-6c5405246620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:16,311 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.075s 2023-07-21 07:33:16,312 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30be988-54bb-4acf-a7c1-475c1a938294', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30be988-54bb-4acf-a7c1-475c1a938294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a -a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:17,540 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.208s 2023-07-21 07:33:17,541 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72896fda-96a9-48b4-9729-984ff0b00bed', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72896fda-96a9-48b4-9729-984ff0b00bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:18,623 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.068s 2023-07-21 07:33:18,623 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec5daa2-adfc-4d07-9426-977e9138b584', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec5daa2-adfc-4d07-9426-977e9138b584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypte d": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:19,706 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.062s 2023-07-21 07:33:19,707 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-608e6f02-8b73-466a-91b6-08302a716a5f', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-608e6f02-8b73-466a-91b6-08302a716a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:20,782 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.063s 2023-07-21 07:33:20,782 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e508cc7b-e296-4bab-bd0f-e4de0455699a', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e508cc7b-e296-4bab-bd0f-e4de0455699a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachmen ts": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:21,916 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.114s 2023-07-21 07:33:21,916 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c05068-215e-4268-8d83-d824742b83e8', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c05068-215e-4268-8d83-d824742b83e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:23,322 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.394s 2023-07-21 07:33:23,322 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef2a72b-833c-4ad3-9dda-4b78e462912c', 'content-length': '976', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef2a72b-833c-4ad3-9dda-4b78e462912c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:17.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": " b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:24,376 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a 0.040s 2023-07-21 07:33:24,376 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c041d0c-110c-4062-8fdf-c07831af3765', 'content-length': '1394', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c041d0c-110c-4062-8fdf-c07831af3765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a'} Body: b'{"volume": {"id": "77ccac22-f614-467a-a0c1-64514ef5a82a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:32:49.000000", "updated_at": "2023-07-21T07:33:24.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-645536043", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/77ccac22-f614-467a-a0c1-64514ef5a82a"}], "user_id": "c48b2de3c9724501b126675decdd086f", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:24,388 79498 INFO [tempest.common.waiters] volume 77ccac22-f614-467a-a0c1-64514ef5a82a reached available after waiting for 35.388045 seconds 2023-07-21 07:33:24,683 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes 0.295s 2023-07-21 07:33:24,684 79498 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-714092539"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937adc10-d0aa-46ed-874b-31d0782c00b9', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937adc10-d0aa-46ed-874b-31d0782c00b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:24.619496", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e 1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:24,738 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db 0.044s 2023-07-21 07:33:24,739 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7941751-2e99-4cb8-9b4e-b8d8f878fe0a', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7941751-2e99-4cb8-9b4e-b8d8f878fe0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:25.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:25,830 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db 0.079s 2023-07-21 07:33:25,830 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c903600-6b39-41b9-88c8-f8201d8fec40', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c903600-6b39-41b9-88c8-f8201d8fec40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:25.000000", "updated_at": "2023-07-21T07:33:25.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "con sistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:26,889 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db 0.047s 2023-07-21 07:33:26,890 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe15a792-5cf8-4198-9d57-5814b03c148b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe15a792-5cf8-4198-9d57-5814b03c148b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db'} Body: b'{"volume": {"id": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:25.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-714092539", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/0fb2cd73-6156-4022-966a-e5c3d429c5db"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:26,900 79498 INFO [tempest.common.waiters] volume 0fb2cd73-6156-4022-966a-e5c3d429c5db reached available after waiting for 2.900531 seconds 2023-07-21 07:33:27,166 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes 0.265s 2023-07-21 07:33:27,167 79498 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-388003088"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736afe33-c6fd-4efc-a0a5-2f60b399c9db', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736afe33-c6fd-4efc-a0a5-2f60b399c9db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.069908", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:27,229 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223 0.045s 2023-07-21 07:33:27,230 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69fa8c9f-d3ca-48c6-a183-7251cf675620', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69fa8c9f-d3ca-48c6-a183-7251cf675620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:28,316 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223 0.074s 2023-07-21 07:33:28,317 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17308bfc-ac4e-4da5-b5a4-e89e5ac2f3cd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17308bfc-ac4e-4da5-b5a4-e89e5ac2f3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:27.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:29,404 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6 223 0.065s 2023-07-21 07:33:29,404 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2e3287-00a2-4819-bcde-268492ad7d15', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2e3287-00a2-4819-bcde-268492ad7d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223'} Body: b'{"volume": {"id": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:27.000000", "updated_at": "2023-07-21T07:33:29.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-388003088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b1e1794836b54527ade584e1d0a113b4/volumes/c6d81bb6-89d7-4283-88dc-cedf741e6223"}], "user_id": "c48b2de3c9724501b126675decdd086f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:29,415 79498 INFO [tempest.common.waiters] volume c6d81bb6-89d7-4283-88dc-cedf741e6223 reached available after waiting for 2.415149 seconds 2023-07-21 07:33:31,228 79498 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.812s 2023-07-21 07:33:31,228 79498 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-1029732317"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8475ae81-6133-46d7-b6e3-f01ff1dea73d', 'date': 'Fri, 21 Jul 2023 07:33:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","name":"tempest-device-tagging-net1-1029732317","tenant_id":"b1e1794836b54527ade584e1d0a113b4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b1e1794836b54527ade584e1d0a113b4","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-21T07:33:29Z","updated_at":"2023-07-21T07:33:29Z","revision_number":1}}' 2023-07-21 07:33:32,044 79498 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 0.815s 2023-07-21 07:33:32,044 79498 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-1839254635"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8c58b5ea-43d8-4c53-a903-90c2ff7cc3f9', 'date': 'Fri, 21 Jul 2023 07:33:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"e9ddbdd2-bc76-4eed-93ff-7066197796f4","name":"tempest-device-tagging-ne t2-1839254635","tenant_id":"b1e1794836b54527ade584e1d0a113b4","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b1e1794836b54527ade584e1d0a113b4","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-21T07:33:31Z","updated_at":"2023-07-21T07:33:31Z","revision_number":1}}' 2023-07-21 07:33:34,553 79498 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.508s 2023-07-21 07:33:34,553 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-b191d8d6-365d-43c2-a695-ebcb353ff3ce', 'date': 'Fri, 21 Jul 2023 07:33:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1","name":"","tenant_id":"b1e1794836b54527ade584e1d0a113b4","network_id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","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-21T07:33:32Z","updated_at":"2023-07-21T07:33:32Z","revision_number":0,"project_id":"b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:36,817 79498 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.263s 2023-07-21 07:33:36,818 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "e9ddbdd2-bc76-4eed-93ff-7066197796f4", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-0de4a2a4-c88c-4857-a4bc-76d11baf6118', 'date': 'Fri, 21 Jul 2023 07:33:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"5166a904-cfb2-4ae7-9a06-aba67c5be62a","name":"","tenant_id":"b1e1794836b54527ade584e1d0a113b4","network_id":"e9ddbdd2-bc76-4eed-93ff-7066197796f4","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-21T07:33:34Z","updated_at":"2023-07-21T07:33:34Z","revision_number":0,"project_id":"b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:39,178 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/ports 2.359s 2023-07-21 07:33:39,178 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "name": "tempest-TaggedBootDevicesTest_v242-113024486", "fixed_ips": [{"subnet_id": "5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-c1b4ee74-6bb3-4a91-aafb-2702820789bc', 'date': 'Fri , 21 Jul 2023 07:33:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"a55133c9-80d6-41d4-8a47-b0841221fb01","name":"tempest-TaggedBootDevicesTest_v242-113024486","network_id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","tenant_id":"b1e1794836b54527ade584e1d0a113b4","mac_address":"fa:16:3e:44:dc:b4","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1","ip_address":"10.1.1.212"}],"project_id":"b1e1794836b54527ade584e1d0a113b4","port_security_enabled":true,"security_groups":["df52572d-aaed-49f2-a6f8-dcdf840c0219"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:33:37Z","updated_at":"2023-07-21T07:33:37Z","revision_number":1}}' 2023-07-21 07:33:40,698 79498 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.518s 2023-07-21 07:33:40,698 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "name": "tempest-TaggedBootDevicesTest_v242-218530489", "fixed_ips": [{"subnet_id": "5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '736', 'x-openstack-request-id': 'req-7c6d309b-cfa8-4d0c-a379-436e77237ce1', 'date': 'Fri, 21 Jul 2023 07:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"181b41c5-fe46-41d2-97fc-f5a32726223f","name":"tempest-TaggedBootDevicesTest_v242-218530489","network_id":"2c3cb780-3d9c-4946-b28e-b49a071761ae","tenant_id":"b1e1794836b54527ade584e1d0a113b4","mac_address":"fa:16:3e:c5:08:c1","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1","ip_address":"10.1.1.70"}],"project_id":"b1e1794836b54527ade584e1d0a113b4","port_security_enabled":true,"security_groups":["df52572d-aaed-49f2-a6f8-dcdf840c0219"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:33:39Z","updated_at":"2023-07-21T07:33:40Z","revision_number":1}}' 2023-07-21 07:33:40,699 79498 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:33:40,699 79498 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:33:40,768 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-07-21 07:33:40,768 79498 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-1939705130", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkVXLOXYHx/tndHy4X9YqCPJkrxiASa4WOijROHHNxu43mbqmTJ2hqOne0FbkXtt7I/atDlRr1bkg5kjnex7j0ujZHE9wUarDvNU8iq2hT/XGUo4qyciP31J1kjF6cwBg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f03aca0-ed02-424b-9f81-ba7105eb97f1', 'x-compute-request-id': 'req-6f03aca0-ed02-424b-9f81-ba7105eb97f1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/ v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1939705130", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkVXLOXYHx/tndHy4X9YqCPJkrxiASa4WOijROHHNxu43mbqmTJ2hqOne0FbkXtt7I/atDlRr1bkg5kjnex7j0ujZHE9wUarDvNU8iq2hT/XGUo4qyciP31J1kjF6cwBg==", "fingerprint": "7e:9f:cd:ba:20:92:46:ee:4f:d5:ab:99:aa:22:76:17", "user_id": "c48b2de3c9724501b126675decdd086f"}}' 2023-07-21 07:33:40,773 79498 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1939705130 created 2023-07-21 07:33:41,010 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.235s 2023-07-21 07:33:41,010 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1547596569", "description": "tempest-description--221585724"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1ac506ba-f0a5-4800-b352-8b3468f2dfbf', 'date': 'Fri, 21 Jul 2023 07:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bbcec298-2765-435c-bb4e-701f86d3123e", "name": "tempest-securitygroup--1547596569", "stateful": true, "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "description": "tempest-description--221585724", "shared": false, "security_group_rules": [{"id": "13fa186c-7936-47c3-92a3-271b36e0dfa0", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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": 559, "description": null, "tags": [], "created_at": "2023-07-21T07:33:40Z", "updated_at": "2023-07-21T07:33:40Z", "revision_number": 0}, {"id": "3e5403e6-6cf8-4517-83dc-4c0dd09d6ad0", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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": 560, "description": null, "tags": [], "created_at": "2023-07-21T07:33:40Z", "updated_at": "2023-07-21T07:33:40Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:33:40Z", "updated_at": "2023-07-21T07:33:40Z", "revision_number": 1, "project_id": "b1e1794836b54527ade584e1d0a113b4"}}' 2023-07-21 07:33:41,218 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-07-21 07:33:41,218 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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-29f9926e-b3dc-4a79-b007-baaa32eff705', 'date': 'Fri, 21 Jul 2023 07:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3e4e4922-3692-4624-a20f-09045b9007b0", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0 a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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-21T07:33:41Z", "updated_at": "2023-07-21T07:33:41Z", "revision_number": 0}}' 2023-07-21 07:33:41,564 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.345s 2023-07-21 07:33:41,565 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c1ef282-7668-4ba2-92ac-8ee9b8d2483a', 'date': 'Fri, 21 Jul 2023 07:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bac8ff1-30e2-4da5-89a6-b873363fd02f", "project_id": "b1e1794836b54527ade584e1d0a113b4", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "security_group_id": "bbcec298-2765-435c-bb4e-701f86d3123e", "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-21T07:33:41Z", "updated_at": "2023-07-21T07:33:41Z", "revision_number": 0}}' 2023-07-21 07:33:41,565 79498 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1547596569 created 2023-07-21 07:33:43,508 79498 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.942s 2023-07-21 07:33:43,508 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-80e66640-f9c0-4acc-9899-8660fe2613b4', 'date': 'Fri, 21 Jul 2023 07:33:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "765c444f-f07f-4e10-803b-811ef3a05658", "tenant_id": "b1e1794836b54527ade584e1d0a113b4", "floating_ip_address": "172.24.4.143", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b1e1794836b54527ade584e1d0a113b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:33:42Z", "updated_at": "2023-07-21T07:33:42Z", "revision_number": 0}}' 2023-07-21 07:33:43,509 79498 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '765c444f-f07f-4e10-803b-811ef3a05658', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:42Z', 'updated_at': '2023-07-21T07:33:42Z', 'revision_number': 0, 'ip': '172.24.4.143'} created 2023-07-21 07:33:43,634 79498 INFO [tempest.lib.common.rest_client] Re quest (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.118s 2023-07-21 07:33:43,634 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-c3406576-20e4-414e-a4c9-2602fc196549', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c48b2de3c9724501b126675decdd086f", "name": "tempest-TaggedBootDevicesTest_v242-123793045-project-member", "password_expires_at": null}, "audit_ids": ["YYe1iGAFTnWCiM0lwS0mhQ"], "expires_at": "2023-07-21T08:33:43.000000Z", "issued_at": "2023-07-21T07:33:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1e1794836b54527ade584e1d0a113b4", "name": "tempest-TaggedBootDevicesTest_v242-123793045"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:43,635 79498 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '0afc0317-121a-40d1-9d57-bcb1bd489584', 'name': 'tempest-TaggedBootDevicesTest_v242-227421491-network', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network ': None, 'provider:segmentation_id': 42751, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:43,740 79498 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.100s 2023-07-21 07:33:43,740 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-4bf89e06-7f9f-4719-9885-c653355db006', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c48b2de3c9724501b126675decdd086f", "name": "tempest-TaggedBootDevicesTest_v242-123793045-project-member", "password_expires_at": null}, "audit_ids": ["nARVOU7-RRy9kJk0-dmi8g"], "expires_at": "2023-07-21T08:33:43.000000Z", "issued_at": "2023-07-21T07:33:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1e1794836b54527ade584e1d0a113b4", "name": "tempest-TaggedBootDevicesTest_v242-123793045"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b1e1794836b54527ade584e1d0a113b4", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:33:43,741 79498 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '0afc031 7-121a-40d1-9d57-bcb1bd489584', 'name': 'tempest-TaggedBootDevicesTest_v242-227421491-network', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42751, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:32:02Z', 'updated_at': '2023-07-21T07:32:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:33:43,741 79498 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1939705130', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkVXLOXYHx/tndHy4X9YqCPJkrxiASa4WOijROHHNxu43mbqmTJ2hqOne0FbkXtt7I/atDlRr1bkg5kjnex7j0ujZHE9wUarDvNU8iq2hT/XGUo4qyciP31J1kjF6cwBg==', 'fingerprint': '7e:9f:cd:ba:20:92:46:ee:4f:d5:ab:99:aa:22:76:17', 'user_id': 'c48b2de3c9724501b126675decdd086f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDqDF+F9ehvqXZKV2HiinYsSvxuAc36rYWIsVGbQweqvJpxioGB+AwA\n1EuTYItjtyGgBwYFK4EEACKhZANiAAT5FVyzl2B8f7Z3R8uF/WKgjyZK8YgEmuFj\noo0ThxzcbuN5m6pkydoajp3tBW5F7beyP2rQ5Ua9W5IOZI53se49Lo2RxPcFGqw7\nzVPIqtoU/1xlKOKsnIj99SdZIxenMAY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bbcec298-2765-435c-bb4e-701f86d3123e', 'name': 'tempest-securitygroup--1547596569', 'stateful': True, 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'description': 'tempest-description--221585724', 'shared': False, 'security_group_rules': [{'id': '13fa186c-7936-47c3-92a3-271b36e0dfa0', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'security_group_id': 'bbcec298-2765-435c-bb4e-701f86d3123e', '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': 559, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:33:40Z', 'updated_at': '2023-07-21T07:33:40Z', 'revision_number': 0}, {'id': '3e5403e6-6cf8-4517-83dc-4c0dd09d6ad0', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'security_group_id': 'bbcec298-2765-435c-bb4e-701f86d3123e', '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': 560, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:33:40Z', 'updated_at': '2023-07-21T07:33:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:33:40Z', 'updated_at': '2023-07-21T07:33:40Z', 'revision_number': 1, 'project_id': 'b1e1794836b54527ade584e1d0a113b4'}, 'floating_ip': {'id': '765c444f-f07f-4e10-803b-811ef3a05658', 'tenant_id': 'b1e1794836b54527ade584e1d0a113b4', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b1e1794836b54527ade584e1d0a113b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:33:42Z', 'updated_at': '2023-07-21T07:33:42Z', 'revision_number': 0, 'ip': '172.24.4.143'}} 2023-07-21 07:33:43,789 79498 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.046s 2023-07-21 07:33:43,789 79498 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-27057668", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "0afc0317-121a-40d1-9d57-bcb1bd489584"}, {"port": "a55133c9-80d6-41d4-8a47-b0841221fb01", "tag": "port-1"}, {"port": "181b41c5-fe46-41d2-97fc-f5a32726223f", "tag": "port-2"}, {"uuid": "2c3cb780-3d9c-4946-b28e-b49a071761ae", "tag": "net-1"}, {"uuid": "2c3cb780-3d9c-4946-b28e-b49a071761ae"}, {"uuid": "e9ddbdd2-bc76-4eed-93ff-7066197796f4", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "e9ddbdd2-bc76-4eed-93ff-7066197796f4", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "77ccac22-f614-467a-a0c1-64514ef5a82a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "0fb2cd73-6156-4022-966a-e5c3d429c5db", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "c6d81bb6-89d7-4283-88dc-cedf741e6223", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1547596569"}], "key_name": "tempest-keypair-1939705130", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-c1381068-94f0-472c-8693-f8f3c5d3ecd1', 'x-compute-request-id': 'req-c1381068-94f0-472c-8693-f8f3c5d3ecd1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:33:43,831 79498 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-1939705130 0.039s 2023-07-21 07:33:43,831 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:43 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-cdda22b4-e482-4af8-a902-c743c68ddf6d', 'x-compute-request-id': 'req-cdda22b4-e482-4af8-a902-c743c68ddf6d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1939705130'} Body: b'' 2023-07-21 07:33:44,581 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e 0.749s 2023-07-21 07:33:44,581 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-2b9f1f9b-d3c5-4dc0-8503-2c11a34705fb', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e'} Body: b'' 2023-07-21 07:33:44,617 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e 0.035s 2023-07-21 07:33:44,618 79498 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-5de3c6ed-1661-49d6-9a72-9a0ce267738f', 'date': 'Fri, 21 Jul 2023 07:33:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bbcec298-2765-435c-bb4e-701f86d3123e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bbcec298-2765-435c-bb4e-701f86d3123e does not exist", "detail": ""}}' 2023-07-21 07:33:45,183 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/765c444f-f07f-4e10-803b-811ef3a05658 0.564s 2023-07-21 07:33:45,183 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-0ff2f18a-e976-4f4c-bc86-df8ba5895879', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:33:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/765c444f-f07f-4e10-803b-811ef3a05658'} Body: b'' 2023-07-21 07:33:45,823 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/181b41c5-fe46-41d2-97fc-f5a32726223f 0.639s 2023-07-21 07:33:45,824 79498 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-95718f69-4c9f-4a84-8e21-54cd81466000', 'date': 'Fri, 21 Jul 2023 07:33:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/181b41c5-fe46-41d2-97fc-f5a32726223f'} Body: b'' 2023-07-21 07:33:46,496 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/a55133c9-80d6-41d4-8a47-b0841221fb01 0.672s 2023-07-21 07:33:46,497 79498 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-7e874a12-bf5c-49df-a9f6-3411ff5372be', 'date': 'Fri, 21 Jul 2023 07:33:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/a55133c9-80d6-41d4-8a47-b0841221fb01'} Body: b'' 2023-07-21 07:33:46,861 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/5166a904-cfb2-4ae7-9a06-aba67c5be62a 0.363s 2023-07-21 07:33:46,862 79498 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-18ffe849-8ca6-4ce9-949e-ade43457d9fd', 'date': 'Fri, 21 Jul 2023 07:33:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/5166a904-cfb2-4ae7-9a06-aba67c5be62a'} Body: b'' 2023-07-21 07:33:47,209 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1 0.347s 2023-07-21 07:33:47,210 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-6a0fdbea-692f-4ed2-bdba-c13491242fe7', 'date': 'Fri, 21 Jul 2023 07:33:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/5d0d15e1-4c88-41ab-a2a9-8d76a59e0eb1'} Body: b'' 2023-07-21 07:33:48,253 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/e9ddbdd2-bc76-4eed-93ff-7066197796f4 1.042s 2023-07-21 07:33:48,253 79498 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-1e5839d7-9508-41b4-bd05-96d5c93b218b', 'date': 'Fri, 21 Jul 2023 07:33:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/e9ddbdd2-bc76-4eed-93ff-7066197796f4'} Body: b'' 2023-07-21 07:33:49,260 79498 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/2c3cb780-3d9c-4946-b28e-b49a071761ae 1.006s 2023-07-21 07:33:49,261 79498 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-06beb37e-a21b-4343-b712-8dd1b2da7bc4', 'date': 'Fri, 21 Jul 2023 07:33:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/2c3cb780-3d9c-4946-b28e-b49a071761ae'} Body: b'' setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume server_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:13,061 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.119s 2023-07-21 07:34:13,061 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9eecdc2-1f47-4c83-8c67-2e56bf5b4704', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8316f0e308f749d5b89641947628af1c", "name": "tempest-VolumesActionsTest-1919890984-project-member", "password_expires_at": null}, "audit_ids": ["1fLTcFhoRe2C4_km5HU1WA"], "expires_at": "2023-07-21T08:34:12.000000Z", "issued_at": "2023-07-21T07:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "34aaf35c78bb4e068a7238e2c7148449", "name": "tempest-VolumesActionsTest-1919890984"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/34aaf35c78bb4e068a7238e2c7148449", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/34aaf35c78bb4e068a7238e2c7148449", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/34aaf35c78bb4e068a7238e2c7148449", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:13,062 79488 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '2a9a6f2a-6076-429c-9ad1-e51e4349ce61', 'name': 'tempest-VolumesActionsTest-1889378887-network', 'tenant_id': '34aaf35c78bb4e068a7238e2c7148449', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '34aaf35c78bb4e068a7238e2c7148449', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30886, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:51Z', 'updated_at': '2023-07-21T07:33:51Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:13,343 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.280s 2023-07-21 07:34:13,343 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-2144642542", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "2a9a6f2a-6076-429c-9ad1-e51e4349ce61"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34: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-99d546d6-87ff-4a49-8aa9-4d8cf18a0b82', 'x-compute-request-id': 'req-99d546d6-87ff-4a49-8aa9-4d8cf18a0b82', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 213, in test_tagged_boot_devices server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:33:45,293 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes 0.741s 2023-07-21 07:33:45,293 79490 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-1927381773", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ecb775b-208e-448e-b3e3-5ef8f044c0ce', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ecb775b-208e-448e-b3e3-5ef8f044c0ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.204998", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:45,357 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.053s 2023-07-21 07:33:45,357 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0659f3-62ed-4d49-97a1-db9864ff3184', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0659f3-62ed-4d49-97a1-db9864ff3184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:46,456 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.086s 2023-07-21 07:33:46,456 79490 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67db060-4f96-499a-8dd8-6be534a45fc1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67db060-4f96-499a-8dd8-6be534a45fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:47,566 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.076s 2023-07-21 07:33:47,566 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-743d2ddd-1657-4695-8477-5bc210c5ed11', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-743d2ddd-1657-4695-8477-5bc210c5ed11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:48,653 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.074s 2023-07-21 07:33:48,653 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:48 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13add313-f3c9-4252-9a82-f9bde9148816', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13add313-f3c9-4252-9a82-f9bde9148816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:49,730 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.063s 2023-07-21 07:33:49,731 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169d4209-7f52-451e-8986-865268cc0de9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169d4209-7f52-451e-8986-865268cc0de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:45.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:50,815 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439 0.063s 2023-07-21 07:33:50,816 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5599ef5e-5230-4078-bdc1-edf386e8ce9c', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-opensta ck-request-id': 'req-5599ef5e-5230-4078-bdc1-edf386e8ce9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439'} Body: b'{"volume": {"id": "8a04dddb-1481-48af-ae80-6f58860ca439", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:45.000000", "updated_at": "2023-07-21T07:33:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1927381773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/8a04dddb-1481-48af-ae80-6f58860ca439"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:50,831 79490 INFO [tempest.common.waiters] volume 8a04dddb-1481-48af-ae80-6f58860ca439 reached available after waiting for 5.830931 seconds 2023-07-21 07:33:51,187 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes 0.355s 2023-07-21 07:33:51,187 79490 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-1216516698"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-253a562b-8049-4437-be03-e589eda2966a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253a562b-8049-4437-be03-e589eda2966a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.089921", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:51,277 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.077s 2023-07-21 07:33:51,278 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84eefa1-e38f-43bf-9608-2c4035a5482c', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84eefa1-e38f-43bf-9608-2c4035a5482c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:52,378 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.079s 2023-07-21 07:33:52,379 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd75275-db4c-4bdc-9f5b-2b0272b82718', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd75275-db4c-4bdc-9f5b-2b0272b82718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": "2023-07-21T07:33:51.000000", "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:53,453 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.060s 2023-07-21 07:33:53,453 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c15eddb1-b7d9-4607-bdb6-5f59cf4d54d7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStac k-API-Version', 'x-openstack-request-id': 'req-c15eddb1-b7d9-4607-bdb6-5f59cf4d54d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": "2023-07-21T07:33:51.000000", "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:54,523 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194 0.058s 2023-07-21 07:33:54,523 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58603929-fc03-4976-b5b7-72a5ea1a2749', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58603929-fc03-4976-b5b7-72a5ea1a2749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194'} Body: b'{"volume": {"id": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:51.000000", "updated_at": "2023-07-21T07:33:54.000000", "name": "tempest-TaggedBootDevicesTest-volume-1216516698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/e5f2e361-4743-4fbf-b69e-d41e7dd4d194"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:54,535 79490 INFO [tempest.common.waiters] volume e5f2e361-4743-4fbf-b69e-d41e7dd4d194 reached available after waiting for 3.535940 seconds 2023-07-21 07:33:54,865 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes 0.328s 2023-07-21 07:33:54,865 79490 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-1292944108"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b4a5fc-2bf1-4ea4-97b8-94cb37fa7078', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-73b4a5fc-2bf1-4ea4-97b8-94cb37fa7078', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:54.740576", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:33:54,941 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.058s 2023-07-21 07:33:54,941 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6da8e3b-93cf-482a-a6e5-6b4d4f7e2ccf', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6da8e3b-93cf-482a-a6e5-6b4d4f7e2ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:55.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:56,030 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.066s 2023-07-21 07:33:56,030 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2da97f-aea8-49e2-aa11-fbad794ad1d7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2da97f-aea8-49e2-aa11-fbad794ad1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:3 3:55.000000", "updated_at": "2023-07-21T07:33:55.000000", "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:57,111 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.063s 2023-07-21 07:33:57,112 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8d44a2-7893-469b-a996-d10f72257c27', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8d44a2-7893-469b-a996-d10f72257c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:55.000000", "updated_at": "2023-07-21T07:33:55.000000", "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:58,196 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 0.062s 2023-07-21 07:33:58,197 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d2de51-0a5e-40e5-92dc-95d5064310ef', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d2de51-0a5e-40e5-92dc-95d5064310ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70'} Body: b'{"volume": {"id": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:33:55.000000", "updated_at": "2023-07-21T07:33:57.000000", "name": "tempest-TaggedBootDevicesTest-volume-1292944108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{" rel": "self", "href": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea64f81e845d48b9b6901eadb132cf1f/volumes/7a4e2fb9-1ae9-4e84-9601-e7bb60843c70"}], "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:33:58,216 79490 INFO [tempest.common.waiters] volume 7a4e2fb9-1ae9-4e84-9601-e7bb60843c70 reached available after waiting for 4.216510 seconds 2023-07-21 07:33:59,328 79490 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.111s 2023-07-21 07:33:59,329 79490 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-1929616375"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-3e095463-85f1-4ee1-bd68-23f56df7abc3', 'date': 'Fri, 21 Jul 2023 07:33:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","name":"tempest-device-tagging-net1-1929616375","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ea64f81e845d48b9b6901eadb132cf1f","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-21T07:33:58Z","updated_at":"2023-07-21T07:33:58Z","revision_number":1}}' 2023-07-21 07:34:00,233 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.903s 2023-07-21 07:34:00,233 79490 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-497069147"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-80e9173c-98db-465d-bc55-b5ec80c5be3a', 'date': 'Fri, 21 Jul 2023 07:34:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"473553d1-7116-4ed0-a7ae-ea3208f2cc34","name":"tempest-device-tagging-net2-497069147","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"ea64f81e845d48b9b6901eadb132cf1f","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-21T07:33:59Z","updated_at":"2023-07-21T07:33:59Z","revision_number":1}}' 2023-07-21 07:34:02,078 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.843s 2023-07-21 07:34:02,078 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "cidr": "10.1.1.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-cb5b9aa4-aa6b-47b6-a317-2f982b44a7a6', 'date': 'Fri, 21 Jul 2023 07:34:02 G MT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"40d162e4-0913-4c6a-a9e2-bd38bd041539","name":"","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","network_id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","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-21T07:34:00Z","updated_at":"2023-07-21T07:34:00Z","revision_number":0,"project_id":"ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:34:04,345 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.266s 2023-07-21 07:34:04,346 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "473553d1-7116-4ed0-a7ae-ea3208f2cc34", "cidr": "10.2.2.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '595', 'x-openstack-request-id': 'req-cf2da6f5-7e28-48db-81d5-6305330a194e', 'date': 'Fri, 21 Jul 2023 07:34:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"9ecbe179-aac7-4804-b940-46728b5ecb95","name":"","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","network_id":"473553d1-7116-4ed0-a7ae-ea3208f2cc34","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-21T07:34:02Z","updated_at":"2023-07-21T07:34:02Z","revision_number":0,"project_id":"ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:34:05,537 79490 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.189s 2023-07-21 07:34:05,537 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "name": "tempest-TaggedBootDevicesTest-2025314770", "fixed_ips": [{"subnet_id": "40d162e4-0913-4c6a-a9e2-bd38bd041539"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-1d6600fd-2fa8-4b1a-abae-1f1253bcdd09', 'date': 'Fri, 21 Jul 2023 07:34:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"e467142d-0c1e-4cde-ad4e-d604df051ccb","name":"tempest-TaggedBootDevicesTest-2025314770","network_id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","mac_address":"fa:16:3e:71:7e:52","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"40d162e4-0913-4c6a-a9e2-bd38bd041539","ip_address":"10.1.1.112"}],"project_id":"ea64f81e845d48b9b6901eadb132cf1f","port_security_enabled":true,"security_groups":["8ef6c1e1-cb6e-49ad-b8d4-5b89f6c44cd4"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:34:04Z","updated_at":"2023-07-21T07:34:05Z","revision_number":1}}' 2023-07-21 07:34:07,528 79490 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.990s 2023-07-21 07:34:07,528 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "name": "tempest-TaggedBootDevicesTest-935393119", "fixed_ips": [{"subnet_id": "40d162e4-0913-4c6a-a9e2-bd38bd041539"}]}} Response - Headers: {'content-type': 'application/json', 'content-length': '731', 'x-openstack-request-id': 'req-2ec3f273-a63e-4987-87a3-5ca30df4e243', 'date': 'Fri, 21 Jul 2023 07:34:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports'} Body: b'{"port":{"id":"239bafe7-38f3-4785-bd46-7286c6a52a37","name":"tempest-TaggedBootDevicesTest-935393119","network_id":"a706c0d7-f263-436c-9356-1e1d79c9a69f","tenant_id":"ea64f81e845d48b9b6901eadb132cf1f","mac_address":"fa:16:3e:55:ad:98","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"40d162e4-0913-4c6a-a9e2-bd38bd041539","ip_address":"10.1.1.58"}],"project_id":"ea64f81e845d48b9b6901eadb132cf1f","port_security_enabled":true,"security_groups":["8ef6c1e1-cb6e-49ad-b8d4-5b89f6c44cd4"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2023-07-21T07:34:06Z","updated_at":"2023-07-21T07:34:06Z","revision_number":1}}' 2023-07-21 07:34:07,530 79490 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:34:07,530 79490 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:34:07,642 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.108s 2023-07-21 07:34:07,643 79490 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-167933015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKNSQsVA8oDs8jeg6Y6BHMUb3q+gzdhp3BmT2CzCEMsvLaJGEt7o3HZL6ZYdGUus53pTfMs3qct/GqkvpqbkNobwulJlkSZtVaw6xGSpEKo1n/gOgP/hlO6oeXEQ83mhIQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:07 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-135e5923-b778-4fae-94e4-9c79abeb5dae', 'x-compute-request-id': 'req-135e5923-b778-4fae-94e4-9c79abeb5dae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-167933015", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKNSQsVA8oDs8jeg6Y6BHMUb3q+gzdhp3BmT2CzCEMsvLaJGEt7o3HZL6ZYdGUus53pTfMs3qct/GqkvpqbkNobwulJlkSZtVaw6xGSpEKo1n/gOgP/hlO6oeXEQ83mhIQ==", "fingerprint": "7e:e8:30:e6:73:c6:a2:d2:60:55:47:3c:68:2d:02:e4", "user_id": "a7d6554a1cfb41938a0f562b5f9bf28a"}}' 2023-07-21 07:34:07,647 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-167933015 created 2023-07-21 07:34:07,851 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.202s 2023-07-21 07:34:07,852 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--882361508", "description": "tempest-description--1938096166"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-d84bc4e1-a1d1-4140-a7bd -d750ab3dea7a', 'date': 'Fri, 21 Jul 2023 07:34:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5772dd4d-e194-415c-8345-c4ed1311a405", "name": "tempest-securitygroup--882361508", "stateful": true, "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "description": "tempest-description--1938096166", "shared": false, "security_group_rules": [{"id": "2bc10041-3a9e-4f57-80b2-8dcb740a2600", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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": 664, "description": null, "tags": [], "created_at": "2023-07-21T07:34:07Z", "updated_at": "2023-07-21T07:34:07Z", "revision_number": 0}, {"id": "e4aa2206-c6b7-4c84-9f0d-613f15e86bd0", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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": 666, "description": null, "tags": [], "created_at": "2023-07-21T07:34:07Z", "updated_at": "2023-07-21T07:34:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:34:07Z", "updated_at": "2023-07-21T07:34:07Z", "revision_number": 1, "project_id": "ea64f81e845d48b9b6901eadb132cf1f"}}' 2023-07-21 07:34:08,256 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.404s 2023-07-21 07:34:08,257 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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-ce1fc77c-95b1-47f7-b338-f90d4a587f71', 'date': 'Fri, 21 Jul 2023 07:34: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": "89f6b865-fd47-4d09-8cb0-8642078c3669", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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-21T07:34:08Z", "updated_at": "2023-07-21T07:34:08Z", "revision_number": 0}}' 2023-07-21 07:34:08,568 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.310s 2023-07-21 07:34:08,568 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6c8b9c89-f72c-4e8a-aa03-f9ca14e0747d', 'date': 'Fri, 21 Jul 2023 07:34: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": "ffd35fb5-d64f-416c-8876-f785020483cd", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "security_group_id": "5772dd4d-e194-415c-8345-c4ed1311a405", "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-21T07:34:08Z", "updated_at": "2023-07-21T07:34:08Z", "revision_number": 0}}' 2023-07-21 07:34:08,569 79490 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--882361508 created 2023-07-21 07:34:09,945 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.376s 2023-07-21 07:34:09,945 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-93b6a963-7641-4e8f-962b-83b5664e8e16', 'date': 'Fri, 21 Jul 2023 07:34:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ba922f38-4362-40d0-bd41-472951a38587", "tenant_id": "ea64f81e845d48b9b6901eadb132cf1f", "floating_ip_address": "172.24.4.153", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ea64f81e845d48b9b6901eadb132cf1f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:34:09Z", "updated_at": "2023-07-21T07:34:09Z", "revision_number": 0}}' 2023-07-21 07:34:09,946 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ba922f38-4362-40d0-bd41-472951a38587', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:09Z', 'updated_at': '2023-07-21T07:34:09Z', 'revision_number': 0, 'ip': '172.24.4.153'} created 2023-07-21 07:34:10,067 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.116s 2023-07-21 07:34:10,067 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34: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-43414907-1eb3-4dc0-96e0-13207c4b2f10', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6554a1cfb41938a0f562b5f9bf28a", "name": "tempest-TaggedBootDevicesTest-504746557-project-member", "password_expires_at": null}, "audit_ids": ["TD7n0lnrSp2PxKG6dCeShg"], "expires_at": "2023-07-21T08:34:10.000000Z", "issued_at": "2023-07-21T07:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea64f81e845d48b9b6901eadb132cf1f", "name": "tempest-TaggedBootDevicesTest-504746557"}, " is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:10,068 79490 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '17353193-3bdc-42b8-a959-d9524470aeb8', 'name': 'tempest-TaggedBootDevicesTest-1788998570-network', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:18Z', 'updated_at': '2023-07-21T07:33:18Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:10,214 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.141s 2023-07-21 07:34:10,214 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:10 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-9434ed35-3c75-41fd-a4a2-5124f33981f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a7d6554a1cfb41938a0f562b5f9bf28a", "na me": "tempest-TaggedBootDevicesTest-504746557-project-member", "password_expires_at": null}, "audit_ids": ["Fzzn8lcLR4qGoajn5f8DNQ"], "expires_at": "2023-07-21T08:34:10.000000Z", "issued_at": "2023-07-21T07:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea64f81e845d48b9b6901eadb132cf1f", "name": "tempest-TaggedBootDevicesTest-504746557"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ea64f81e845d48b9b6901eadb132cf1f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:10,215 79490 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': '17353193-3bdc-42b8-a959-d9524470aeb8', 'name': 'tempest-TaggedBootDevicesTest-1788998570-network', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29755, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:33:18Z', 'updated_at': '2023-07-21T07:33:18Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:10,216 79490 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-167933015', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKNSQsVA8oDs8jeg6Y6BHMUb3q+gzdhp3BmT2CzCEMsvLaJGEt7o3HZL6ZYdGUus53pTfMs3qct/GqkvpqbkNobwulJlkSZtVaw6xGSpEKo1n/gOgP/hlO6oeXEQ83mhIQ==', 'fingerprint': '7e:e8:30:e6:73:c6:a2:d2:60:55:47:3c:68:2d:02:e4', 'user_id': 'a7d6554a1cfb41938a0f562b5f9bf28a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBu5WcYSMqW0goRi+7OxDY4TXyv+6bQlNEA0c0yXQzcetG2yACJBaRG\ntXe+W0HLNLWgBwYFK4EEACKhZANiAASjUkLFQPKA7PI3oOmOgRzFG96voM3YadwZ\nk9gswhDLLy2iRhLe6Nx2S+mWHRlLrOd6U3zLN6nLfxqpL6am5DaG8LpSZZEmbVWs\nOsRkqRCqNZ/4DoD/4ZTuqHlxEPN5oSE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5772dd4d-e194-415c-8345-c4ed1311a405', 'name': 'tempest-securitygroup--882361508', 'stateful': True, 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'description': 'tempest-description--1938096166', 'shared': False, 'security_group_rules': [{'id': '2bc10041-3a9e-4f57-80b2-8dcb740a2600', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'security_group_id': '5772dd4d-e194-415c-8345-c4ed1311a405', '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': 664, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:07Z', 'updated_at': '2023-07-21T07:34:07Z', 'revision_number': 0}, {'id': 'e4aa2206-c6b7-4c84-9f0d-613f15e86bd0', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'security_group_id': '5772dd4d-e194-415c-8345-c4ed1311a405', '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': 666, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:07Z', 'updated_at': '2023-07-21T07:34:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:34:07Z', 'updated_at': '2023-07-21T07:34:07Z', 'revision_number': 1, 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f'}, 'floating_ip': {'id': 'ba922f38-4362-40d0-bd41-472951a38587', 'tenant_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea64f81e845d48b9b6901eadb132cf1f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:09Z', 'updated_at': '2023-07-21T07:34:09Z', 'revision_number': 0, 'ip': '172.24.4.153'}} 2023-07-21 07:34:10,249 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 400 POST http://10.0.0.210/compute/v2.1/servers 0.032s 2023-07-21 07:34:10,250 79490 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-1854301259", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "17353193-3bdc-42b8-a959-d9524470aeb8"}, {"port": "e467142d-0c1e-4cde-ad4e-d604df051ccb", "tag": "port-1"}, {"port": "239bafe7-38f3-4785-bd46-7286c6a52a37", "tag": "port-2"}, {"uuid": "a706c0d7-f263-436c-9356-1e1d79c9a69f", "tag": "net-1"}, {"uuid": "a706c0d7-f263-436c-9356-1e1d79c9a69f"}, {"uuid": "473553d1-7116-4ed0-a7ae-ea3208f2cc34", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "473553d1-7116-4ed0-a7ae-ea3208f2cc34", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "8a04dddb-1481-48af-ae80-6f58860ca439", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "e5f2e361-4743-4fbf-b69e-d41e7dd4d194", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "7a4e2fb9-1ae9-4e84-9601-e7bb60843c70", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--882361508"}], "key_name": "tempest-keypair-167933015", "user_data": "IyEvYmluL3NoCmVjaG8gIlBy aW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:10 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-0e09a028-b0a9-4232-a112-12afff01c7ae', 'x-compute-request-id': 'req-0e09a028-b0a9-4232-a112-12afff01c7ae', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:10,283 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-167933015 0.032s 2023-07-21 07:34:10,284 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:10 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-cedc01f9-3c97-4105-bdec-7f422ac775a4', 'x-compute-request-id': 'req-cedc01f9-3c97-4105-bdec-7f422ac775a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-167933015'} Body: b'' 2023-07-21 07:34:10,562 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405 0.277s 2023-07-21 07:34:10,562 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1a897e73-2d4e-4a36-bd19-60d5555c19ec', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405'} Body: b'' 2023-07-21 07:34:10,594 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405 0.031s 2023-07-21 07:34:10,594 79490 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-338cd871-872d-43c0-9fa7-b5cee0fa75cb', 'date': 'Fri, 21 Jul 2023 07:34:10 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5772dd4d-e194-415c-8345-c4ed1311a405'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5772dd4d-e194-415c-8345-c4ed1311a405 does not exist", "detail": ""}}' 2023-07-21 07:34:11,062 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ba922f38-4362-40d0-bd41-472951a38587 0.467s 2023-07-21 07:34:11,062 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-61c1ca95-e0b7-472b-945b-4a19a64a5d4c', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:11 GMT', 'connection ': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ba922f38-4362-40d0-bd41-472951a38587'} Body: b'' 2023-07-21 07:34:11,579 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/239bafe7-38f3-4785-bd46-7286c6a52a37 0.516s 2023-07-21 07:34:11,580 79490 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-13fa893d-4993-4bd6-b3d7-d453a4a6278f', 'date': 'Fri, 21 Jul 2023 07:34:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/239bafe7-38f3-4785-bd46-7286c6a52a37'} Body: b'' 2023-07-21 07:34:12,190 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/ports/e467142d-0c1e-4cde-ad4e-d604df051ccb 0.610s 2023-07-21 07:34:12,191 79490 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-936a284c-0176-424c-af29-d6a1086d908f', 'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports/e467142d-0c1e-4cde-ad4e-d604df051ccb'} Body: b'' 2023-07-21 07:34:12,431 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/9ecbe179-aac7-4804-b940-46728b5ecb95 0.239s 2023-07-21 07:34:12,431 79490 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-9da4d165-fc70-48f7-99d6-29ee32e3aae8', 'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/9ecbe179-aac7-4804-b940-46728b5ecb95'} Body: b'' 2023-07-21 07:34:12,662 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/40d162e4-0913-4c6a-a9e2-bd38bd041539 0.230s 2023-07-21 07:34:12,662 79490 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-d2fb5262-ea80-4374-83fb-462bb587d051', 'date': 'Fri, 21 Jul 2023 07:34:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/40d162e4-0913-4c6a-a9e2-bd38bd041539'} Body: b'' 2023-07-21 07:34:13,672 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/473553d1-7116-4ed0-a7ae-ea3208f2cc34 1.009s 2023-07-21 07:34:13,672 79490 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-2cb7bd11-c599-4a77-bee6-79f4b7299c9a', 'date': 'Fri, 21 Jul 2023 07:34:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/473553d1-7116-4ed0-a7ae-ea3208f2cc34'} Body: b'' 2023-07-21 07:34:15,787 79490 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/a706c0d7-f2 63-436c-9356-1e1d79c9a69f 2.114s 2023-07-21 07:34:15,787 79490 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-6b883f4c-6f90-44e8-85d8-6c5d61eb38c9', 'date': 'Fri, 21 Jul 2023 07:34:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/a706c0d7-f263-436c-9356-1e1d79c9a69f'} Body: b'' tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242) ------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 77ccac22-f614-467a-a0c1-64514ef5a82a failed to delete and is in error_deleting status, ) tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:23,506 79500 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:34:23,507 79500 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:34:23,734 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.222s 2023-07-21 07:34:23,734 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-896282063", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEXAeefcgwUm3ma9AvUoqAfOjiA14p3BZUHWSONfR3iz2DToWzqdwOBZAgBhvVvmH+CjgcaKRM2zRrh/ArW06dws3q0DgdG/26lUpKHLgVVMSsHR/kXFjRaymTw9G17Byw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:23 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-03c2e014-5866-4a0d-b02a-b3309efcd25f', 'x-compute-request-id': 'req-03c2e014-5866-4a0d-b02a-b3309efcd25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-896282063", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEXAeefcgwUm3ma9AvUoqAfOjiA14p3BZUHWSONfR3iz2DToWzqdwOBZAgBhvVvmH+CjgcaKRM2zRrh/ArW06dws3q0DgdG/26lUpKHLgVVMSsHR/kXFjRaymTw9G17Byw==", "fingerprint": "e7:db:6d:2a:4c:c5:b3:49:db:ce:70:26:b4:19:e0:d6", "user_id": "2f831020b8f64fb6836fe14a8c7fe8fd"}}' 2023-07-21 07:34:23,737 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-896282063 created 2023-07-21 07:34:24,128 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.390s 2023-07-21 07:34:24,129 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1469223839", "description": "tempest-description--334658826"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1a16fdce-cd19-42e7-af82-6d2c6c3d061e', 'date': 'Fri, 21 Jul 2023 07:34:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "673aefec-db02-4abe-8211-51713fe58bc5", "name": "tempest-securitygroup--1469223839", "stateful": true, "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "tempest-description--334658826", "shared": false, "security_group_rules": [{"id": "3396b30e-d405-43dd-bf2f-0d4d5aa3e324", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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": 785, "description": null, "tags": [], "created_at": "2023-07-21T07:34:23Z", "updated_at": "2023-07-21T07:34:23Z", "revision_number": 0}, {"id": "7bac71de-2ed7-488c-b49b-f72a43ff34f1", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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": 786, "description": null, "tags": [], "created_at": "2023-07-21T07:34:23Z", "updated_at": "2023-07-21T07:34:23Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:34:23Z", "updated_at": "2023-07-21T07:34:23Z", "revision_number": 1, "project_id": "6e2392ffee74465fa7b1b01ba9dfa998"}}' 2023-07-21 07:34:24,827 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.697s 2023-07-21 07:34:24,827 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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-f3749a14-c5a6-4ebf-9354-6bcebf9aea73', 'date': 'Fri, 21 Jul 2023 07:34: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": "5a72d9bc-c922-456d-9133-1484bad68977", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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-21T07:34:24Z", "updated_at": "2023-07-21T07:34:24Z", "revision_number": 0}}' 2023-07-21 07:34:25,104 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.277s 2023-07-21 07:34:25,105 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1313123b-a04d-46f0-84f0-ab94a1c5fde7', 'date': 'Fri, 21 Jul 2023 07:34: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": "a4ee48ce-e2e3-42d3-b4db-cc915904954a", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "673aefec-db02-4abe-8211-51713fe58bc5", "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-21T07:34:24Z", "updated_at": "2023-07-21T07:34:24Z", "revision_number": 0}}' 2023-07-21 07:34:25,105 79500 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1469223839 created 2023-07-21 07:34:28,558 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.452s 2023-07-21 07:34:28,559 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-51455054-589c-41de-a331-905561639a41', 'date': 'Fri, 21 Jul 2023 07:34:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4f1201d1-cb61-4b7a-92a5-1b4bda8e8523", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "floating_ip_address": "172.24.4.50", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:34:27Z", "updated_at": "2023-07-21T07:34:27Z", "revision_number": 0}}' 2023-07-21 07:34:28,559 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4f1201d1-cb61-4b7a-92a5-1b4bda8e8523', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.50', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:27Z', 'updated_at': '2023-07-21T07:34:27Z', 'revision_number': 0, 'ip': '172.24.4.50'} created 2023-07-21 07:34:28,713 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.145s 2023-07-21 07:34:28,714 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:28 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-4b49ba0c-135c-44bf-bf24-2b0dfd10d335', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f831020b8f64fb6836fe14a8c7fe8fd", "name": "tempest-AttachVolumeTestJSON-1961476659-project-member", "password_expires_at": null}, "audit_ids": ["km5rdjiMQO2L30rm-aBKaQ"], "expires_at": "2023-07-21T08:34:28.000000Z", "issued_at": "2023-07-21T07:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e2392ffee74465fa7b1b01ba9dfa998", "name": "tempest-AttachVolumeTestJSON-1961476659"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:28,714 79500 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '341eb3d3-d718-42e5-b706-381b98b88858', 'name': 'tempest-AttachVolumeTestJSON-1353918599-network', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2021, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:28,715 79500 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-896282063', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEXAeefcgwUm3ma9AvUoqAfOjiA14p3BZUHWSONfR3iz2DToWzqdwOBZAgBhvVvmH+CjgcaKRM2zRrh/ArW06dws3q0DgdG/26lUpKHLgVVMSsHR/kXFjRaymTw9G17Byw==', 'fingerprint': 'e7:db:6d:2a:4c:c5:b3:49:db:ce:70:26:b4:19:e0:d6', 'user_id': '2f831020b8f64fb6836fe14a8c7fe8fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDpDyMzb7kX0oynxnHmP+OqtXmlWpKyuhmkwKDp3AU1kwOlcVg+UhdS\njAetxeZ4zJOgBwYFK4EEACKhZANiAARFwHnn3IMFJt5mvQL1KKgHzo4gNeKdwWVB\n1kjjX0d4s9g06Fs6ncDgWQIAYb1b5h/go4HGikTNs0a4fwK1tOncLN6tA4HRv9up\nVKShy4FVTErB0f5FxY0Wspk8PRtewcs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '673aefec-db02-4abe-8211-51713fe58bc5', 'name': 'tempest-securitygroup--1469223839', 'stateful': True, 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': 'tempest-description--334658826', 'shared': False, 'security_group_rules': [{'id': '3396b30e-d405-43dd-bf2f-0d4d5aa3e324', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '673aefec-db02-4abe-8211-51713fe58bc5', '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': 785, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:23Z', 'updated_at': '2023-07-21T07:34:23Z', 'revision_number': 0}, {'id': '7bac71de-2ed7-488c-b49b-f72a43ff34f1', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '673aefec-db02-4abe-8211-51713fe58bc5', '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': 786, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:23Z', 'updated_at': '2023-07-21T07:34:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:34:23Z', ' updated_at': '2023-07-21T07:34:23Z', 'revision_number': 1, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998'}, 'floating_ip': {'id': '4f1201d1-cb61-4b7a-92a5-1b4bda8e8523', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.50', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:27Z', 'updated_at': '2023-07-21T07:34:27Z', 'revision_number': 0, 'ip': '172.24.4.50'}} 2023-07-21 07:34:28,748 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 400 POST http://10.0.0.210/compute/v2.1/servers 0.032s 2023-07-21 07:34:28,749 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-809997861", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "341eb3d3-d718-42e5-b706-381b98b88858"}], "security_groups": [{"name": "tempest-securitygroup--1469223839"}], "key_name": "tempest-keypair-896282063", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b4015be7-d0da-4156-bb93-bd5d3b2f10d1', 'x-compute-request-id': 'req-b4015be7-d0da-4156-bb93-bd5d3b2f10d1', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:28,814 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-896282063 0.062s 2023-07-21 07:34:28,814 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:28 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-bf6f29e4-7741-46b7-b9d5-5a4aafee22e9', 'x-compute-request-id': 'req-bf6f29e4-7741-46b7-b9d5-5a4aafee22e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-896282063'} Body: b'' 2023-07-21 07:34:29,205 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5 0.390s 2023-07-21 07:34:29,205 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6437311c-7df2-4c69-941d-64c11100a625', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5'} Body: b'' 2023-07-21 07:34:29,245 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/ne tworking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5 0.039s 2023-07-21 07:34:29,245 79500 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-afe69f1c-49fe-46d0-a21b-fe025b2b822e', 'date': 'Fri, 21 Jul 2023 07:34:29 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/673aefec-db02-4abe-8211-51713fe58bc5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 673aefec-db02-4abe-8211-51713fe58bc5 does not exist", "detail": ""}}' 2023-07-21 07:34:30,761 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4f1201d1-cb61-4b7a-92a5-1b4bda8e8523 1.514s 2023-07-21 07:34:30,761 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-1f1af2d4-1c36-4a38-9164-e05721c13376', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4f1201d1-cb61-4b7a-92a5-1b4bda8e8523'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:30,765 79500 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:34:30,766 79500 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:34:30,857 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.088s 2023-07-21 07:34:30,858 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-229085899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDaAOzTrvKG74ZsywERhV0DoWnAclcuzTermHJWWFAoRKpnkIe4AlKlICWRHzfIraAluwTFRowHPZv3LlsiVfGRdgGN3l/JpC36bVXqM6olUQMshUJwSy7D8hG9Kup91g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-873bbd47-b600-43af-a544-ffea9d9f8d6c', 'x-compute-request-id': 'req-873bbd47-b600-43af-a544-ffea9d9f8d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-229085899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDaAOzTrvKG74ZsywERhV0DoWnAclcuzTermHJWWFAoRKpnkIe4AlKlICWRHzfIraAluwTFRowHPZv3LlsiVfGRdgGN3l/JpC36bVXqM6olUQMshUJwSy7D8hG9Kup91g==", "fingerprint": "51:49:1e:df:0e:17:2a:82:0b:74:64:db:c0:99:a7:e2", "user_id": "2f831020b8f64fb6836fe14a8c7fe8fd"}}' 2023-07-21 07:34:30,860 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-229085899 created 2023-07-21 07:34:31,245 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.384s 2023-07-21 07:34:31,245 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1505868896", "description": "tempest-description--1225693522"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-cb3bcb3d-c6d0-4048-9128-0bd6d5269149', 'date': 'Fri, 21 Jul 2023 07:34:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "name": "tempest-securitygroup--1505868896", "stateful": true, "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "tempest-description--1225693522", "shared": false, "security_group_rules": [{"id": "41a0bf8b-537b-4565-8803-29f541dd0c88", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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": 829, "description": null, "tags": [], "created_at": "2023-07-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}, {"id": "b95e2231-3e5d-43dc-9981-c23d7fb31829", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 831, "description": null, "tags": [], "created_at": "2023-07-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:34:30Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 1, "project_id": "6e2392ffee74465fa7b1b01ba9dfa998"}}' 2023-07-21 07:34:31,813 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.567s 2023-07-21 07:34:31,814 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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-04a8ee97-661b-49d1-9970-a85801a17f4f', 'date': 'Fri, 21 Jul 2023 07:34:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7bee18f6-8df0-4ee5-a642-1dc81d76699d", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}}' 2023-07-21 07:34:32,368 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.552s 2023-07-21 07:34:32,368 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2a85451d-fc6d-4141-b91b-622caec09672', 'date': 'Fri, 21 Jul 2023 07:34:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "983c4fd9-6ca3-4121-b496-8a42b53b73b5", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "security_group_id": "8d68d755-22c4-40ad-b090-f2b0f13785ab", "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-21T07:34:31Z", "updated_at": "2023-07-21T07:34:31Z", "revision_number": 0}}' 2023-07-21 07:34:32,368 79500 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1505868896 created 2023-07-21 07:34:33,391 79500 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.022s 2023-07-21 07:34:33,392 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-b0bcdb18-ef05-452e-8016-eb2aa67535c6', 'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b0a618bf-e75f-4356-b6b5-8d9cf57a532f", "tenant_id": "6e2392ffee74465fa7b1b01ba9dfa998", "floating_ip_address": "172.24.4.243", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e2392ffee74465fa7b1b01ba9dfa998", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:34:32Z", "updated_at": "2023-07-21T07:34:32Z", "revision_number": 0}}' 2023-07-21 07:34:33,392 79500 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b0a618bf-e75f-4356-b6b5-8d9cf57a532f', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:32Z', 'updated_at': '2023-07-21T07:34:32Z', 'revision_number': 0, 'ip': '172.24.4.243'} created 2023-07-21 07:34:33,522 79500 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.124s 2023-07-21 07:34:33,523 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:33 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-a8712acd-60a9-4768-91cf-601040d1d84b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2f831020b8f64fb6836fe14a8c7fe8fd", "name": "tempest-AttachVolumeTestJSON-1961476659-project-member", "password_expires_at": null}, "audit_ids": ["-0ejEzzDQteGVqqr3HxYWw"], "expires_at": "2023-07-21T08:34:33.000000Z", "issued_at": "2023-07-21T07:34:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e2392ffee74465fa7b1b01ba9dfa998", "name": "tempest-AttachVolumeTestJSON-1961476659"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionO ne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e2392ffee74465fa7b1b01ba9dfa998", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:33,523 79500 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '341eb3d3-d718-42e5-b706-381b98b88858', 'name': 'tempest-AttachVolumeTestJSON-1353918599-network', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2021, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:33,524 79500 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-229085899', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDaAOzTrvKG74ZsywERhV0DoWnAclcuzTermHJWWFAoRKpnkIe4AlKlICWRHzfIraAluwTFRowHPZv3LlsiVfGRdgGN3l/JpC36bVXqM6olUQMshUJwSy7D8hG9Kup91g==', 'fingerprint': '51:49:1e:df:0e:17:2a:82:0b:74:64:db:c0:99:a7:e2', 'user_id': '2f831020b8f64fb6836fe14a8c7fe8fd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBZiD7yvIqAnXCYyokTqsY33iWqL3dwCuNTyRNZrHCkGpxpFsuVTReU\nNW8QXon3kKegBwYFK4EEACKhZANiAAQw2gDs067yhu+GbMsBEYVdA6FpwHJXLs03\nq5hyVlhQKESqZ5CHuAJSpSAlkR83yK2gJbsExUaMBz2b9y5bIlXxkXYBjd5fyaQt\n+m1V6jOqJVEDLIVCcEsuw/IRvSrqfdY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d68d755-22c4-40ad-b090-f2b0f13785ab', 'name': 'tempest-securitygroup--1505868896', 'stateful': True, 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': 'tempest-description--1225693522', 'shared': False, 'security_group_rules': [{'id': '41a0bf8b-537b-4565-8803-29f541dd0c88', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '8d68d755-22c4-40ad-b090-f2b0f13785ab', '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': 829, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:31Z', 'updated_at': '2023-07-21T07:34:31Z', 'revision_number': 0}, {'id': 'b95e2231-3e5d-43dc-9981-c23d7fb31829', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'security_group_id': '8d68d755-22c4-40ad-b090-f2b0f13785ab', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 831, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:34:31Z', 'updated_at': '2023-07-21T07:34:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023 -07-21T07:34:30Z', 'updated_at': '2023-07-21T07:34:31Z', 'revision_number': 1, 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998'}, 'floating_ip': {'id': 'b0a618bf-e75f-4356-b6b5-8d9cf57a532f', 'tenant_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e2392ffee74465fa7b1b01ba9dfa998', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:34:32Z', 'updated_at': '2023-07-21T07:34:32Z', 'revision_number': 0, 'ip': '172.24.4.243'}} 2023-07-21 07:34:33,555 79500 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.029s 2023-07-21 07:34:33,556 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-714970495", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "341eb3d3-d718-42e5-b706-381b98b88858"}], "security_groups": [{"name": "tempest-securitygroup--1505868896"}], "key_name": "tempest-keypair-229085899", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e0606e71-be90-4852-b712-3667d8536ec2', 'x-compute-request-id': 'req-e0606e71-be90-4852-b712-3667d8536ec2', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:33,586 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-229085899 0.029s 2023-07-21 07:34:33,587 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38df8a88-a37d-4f1e-92fe-67cf9d740314', 'x-compute-request-id': 'req-38df8a88-a37d-4f1e-92fe-67cf9d740314', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-229085899'} Body: b'' 2023-07-21 07:34:33,771 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab 0.184s 2023-07-21 07:34:33,772 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6ac6b65a-605e-45c3-9f8c-2d54ef9be02a', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab'} Body: b'' 2023-07-21 07:34:33,801 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab 0.029s 2023-07-21 07:34:33,802 79500 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-435ea67b-44a8-47f7-920a-e6e4a5da2cd0', 'date': 'Fri, 21 Jul 2023 07:34:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8d68d755-22c4-40ad-b090-f2b0f13785ab'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8d68d755-22c4-40ad-b090-f2b0f13785ab does not exist", "detail": ""}}' 2023-07-21 07:34:34,963 79500 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b0a618bf-e75f-4356-b6b5-8d9cf57a532f 1.160s 2023-07-21 07:34:34,963 79500 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-babf54fe-8250-43b9-a5bf-f97f75a9569c', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:34:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b0a618bf-e75f-4356-b6b5-8d9cf57a532f'} 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-21 07:34:39,887 79486 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-21 07:34:41,180 79486 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.292s 2023-07-21 07:34:41,180 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--311477883", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ab328a21-076e-47be-8f1c-5364d1ce259d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--311477883", "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": "d82951992bcf4ae1a7ccdeb916e3db10", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b3bdd850-25e6-4b20-9606-9e5857140d4d", "created_at": "2023-07-21T07:34:41Z", "updated_at": "2023-07-21T07:34:41Z", "tags": [], "self": "/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d", "file": "/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:34:43,304 79486 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/b3bdd850-25e6-4b20-9606-9e5857140d4d/file 2.123s 2023-07-21 07:34:43,305 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7edf5d4d-d877-4cfa-96f1-bc8984ae4019', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d/file'} Body: b'' 2023-07-21 07:34:43,305 79486 DEBUG [tempest.scenario.manager] image:b3bdd850-25e6-4b20-9606-9e5857140d4d 2023-07-21 07:34:43,418 79486 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.110s 2023-07-21 07:34:43,419 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-290724565", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGZMS360kh5yQ9xRV+OG4BEhlQ32gyLABD6/QXpIWfK5W8qLws1SjA2qFsKsUQJK5IT87qW2zsbdSk8DbdV0dovLdSpyS9DNEbkOfE1PhnbVkxvByIV/6t4ItjFmk4fI8g=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b75392-7ebc-44f4-b271-48a71d7110cc', 'x-compute-request-id': 'req-21b75392-7ebc-44f4-b271-48a71d7110cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-290724565", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGZMS360kh5yQ9xRV+OG4BEhlQ32gyLABD6/QXpIWfK5W8qLws1SjA2qFsKsUQJK5IT87qW2zsbdSk8DbdV0dovLdSpyS9DNEbkOfE1PhnbVkxvByIV/6t4ItjFmk4fI8g==", "fingerprint": "f4:9c:4d:58:3e:73:1e:37:d3:2f:fd:47:5b:c7:87:86", "user_id": "1bf2b38a7c81426ab0c17572908d1cfc"}}' 2023-07-21 07:34:43,549 79486 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.117s 2023-07-21 07:34:43,550 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 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-a61d3560-472c-4448-966b-ac1465260520', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1bf2b38a7c81426ab0c17572908d1cfc", "name": "tempest-TestMinimumBasicScenario-948812688-project-member", "password_expires_at": null}, "audit_ids": ["MnhfoDdGT-G2FIo-ejZgtA"], "expires_at": "2023-07-21T08:34:43.000000Z", "issued_at": "2023-07-21T07:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d82951992bcf4ae1a7ccdeb916e3db10", "name": "tempest-TestMinimumBasicScenario-948812688"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2 023-07-21 07:34:43,551 79486 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'aee8a3c8-b70f-47e9-97d2-277893cda0d5', 'name': 'tempest-TestMinimumBasicScenario-522698597-network', 'tenant_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:43,584 79486 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.032s 2023-07-21 07:34:43,585 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1170403315", "imageRef": "b3bdd850-25e6-4b20-9606-9e5857140d4d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-290724565", "networks": [{"uuid": "aee8a3c8-b70f-47e9-97d2-277893cda0d5"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-bed14b91-7e7e-4259-84bf-775cd1c9f44d', 'x-compute-request-id': 'req-bed14b91-7e7e-4259-84bf-775cd1c9f44d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:43,631 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-290724565 0.043s 2023-07-21 07:34:43,632 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-949264d2-18de-4d76-b494-911b25306b82', 'x-compute-request-id': 'req-949264d2-18de-4d76-b494-911b25306b82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-290724565'} Body: b'' 2023-07-21 07:34:43,762 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d 0.129s 2023-07-21 07:34:43,762 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9bcdb6aa-3b29-477a-81f9-374d71f15d7d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b3bdd850-25e6-4b20-9606-9e5857140d4d'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 110, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:34:43,766 79486 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-07-21 07:34:44,693 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.926s 2023-07-21 07:34:44,693 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--182644548", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-75b225d5-bd59-4b8f-9e9b-d8408061fd9a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--182644548", "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": "d82951992bcf4ae1a7ccdeb916e3db10", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "dec8bc7f-8dab-41cf-8fa8-e96d76d34b12", "created_at": "2023-07-21T07:34:45Z", "updated_at": "2023-07-21T07:34:45Z", "tags": [], "self": "/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12", "file": "/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:34:46,915 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12/file 2.220s 2023-07-21 07:34:46,915 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d4e700ba-66c1-4495-b81c-98241213cc31', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12/file'} Body: b'' 2023-07-21 07:34:46,915 79486 DEBUG [tempest.scenario.manager] image:dec8bc7f-8dab-41cf-8fa8-e96d76d34b12 2023-07-21 07:34:46,983 79486 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.065s 2023-07-21 07:34:46,983 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1990700405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK46Bo1LBJgS8pFuwoOuZI17ciwoqZxkLud/2/m7foQ9ekPuXCt8IZ66D7YjK+7iDOIJsAwKCr8yaBy9wHokJZzzJiaOFS9+ONseZBB5VPVLXaWWh8ZevgmB6XbVJvNDrg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:46 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-2c47c799-0d9f-42b3-a3b0-e7087c02e558', 'x-compute-request-id': 'req-2c47c799-0d9f-42b3-a3b0-e7087c02e558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-19907 00405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK46Bo1LBJgS8pFuwoOuZI17ciwoqZxkLud/2/m7foQ9ekPuXCt8IZ66D7YjK+7iDOIJsAwKCr8yaBy9wHokJZzzJiaOFS9+ONseZBB5VPVLXaWWh8ZevgmB6XbVJvNDrg==", "fingerprint": "df:70:7c:3d:c9:5f:b2:48:f9:26:68:4d:30:45:31:cb", "user_id": "1bf2b38a7c81426ab0c17572908d1cfc"}}' 2023-07-21 07:34:47,074 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2023-07-21 07:34:47,074 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:46 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-cc8be569-7c97-4981-a482-f73c773f99e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1bf2b38a7c81426ab0c17572908d1cfc", "name": "tempest-TestMinimumBasicScenario-948812688-project-member", "password_expires_at": null}, "audit_ids": ["2-1JUk8aT9yw-0s2ZtjOdg"], "expires_at": "2023-07-21T08:34:47.000000Z", "issued_at": "2023-07-21T07:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d82951992bcf4ae1a7ccdeb916e3db10", "name": "tempest-TestMinimumBasicScenario-948812688"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d82951992bcf4ae1a7ccdeb916e3db10", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:34:47,075 79486 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'aee8a3c8-b70f-47e9-97d2-277893cda0d5', 'name': 'tempest-TestMinimumBasicScenario-522698597-network', 'tenant_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd82951992bcf4ae1a7ccdeb916e3db10', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29609, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:13Z', 'updated_at': '2023-07-21T07:34:13Z', 'revision_number': 1} available for tenant 2023-07-21 07:34:47,097 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.0.0.210/compute/v2.1/servers 0.021s 2023-07-21 07:34:47,097 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1835473117", "imageRef": "dec8bc7f-8dab-41cf-8fa8-e96d76d34b12", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1990700405", "networks": [{"uuid": "aee8a3c8-b70f-47e9-97d2-277893cda0d5"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-29a4d5f6-2bee-4261-9d26-78424414091d', 'x-compute-request-id': 'req-29a4d5f6-2bee-4261-9d26-78424414091d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:34:47,125 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1990700405 0.026s 2023-07-21 07:34:47,125 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-242a77ba-bc26-497a-8b21-6d74406dadf4', 'x-compute-request-id': 'req-242a77ba-bc26-497a-8b21-6d74406dadf4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1990700405'} Body: b'' 2023-07-21 07:34:47,217 79486 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12 0.091s 2023-07-21 07:34:47,217 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a7c5189a-c774-4f92-b24b-9aef63d3fd2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/dec8bc7f-8dab-41cf-8fa8-e96d76d34b12'} Body: b'' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON) ---------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 95, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 442, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:09,374 79502 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.652s 2023-07-21 07:35:09,374 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2098113966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF+ay7RNT//SH1x7pbSYCiN0g8lxETeOX9Vh2uiE1SnaE9dJxWtd3BtvMdM0gL5g1tvIZ8Ol5Ni9Z67aa+Ru1wauCsoSED/lsnoJY9JaYD4BcllxpeIBu4I8i//UmYU3vQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44652c24-e1b4-411b-aa7f-acbeaa6eb568', 'x-compute-request-id': 'req-44652c24-e1b4-411b-aa7f-acbeaa6eb568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2098113966", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF+ay7RNT//SH1x7pbSYCiN0g8lxETeOX9Vh2uiE1SnaE9dJxWtd3BtvMdM0gL5g1tvIZ8Ol5Ni9Z67aa+Ru1wauCsoSED/lsnoJY9JaYD4BcllxpeIBu4I8i//UmYU3vQ==", "fingerprint": "ed:81:be:a6:83:08:d8:38:01:3e:d3:43:09:fc:95:1d", "user_id": "0118c566cdf64e44a4c4e13112ddaec3"}}' 2023-07-21 07:35:09,680 79502 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.302s 2023-07-21 07:35:09,680 79502 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-175245642", "description": "tempest-secgroup-smoke-175245642 description", "project_id": "a25147d4819d404aa0124133463d19e9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-4d7ae089-e65e-4158-b6e9-96d2f955cea6', 'date': 'Fri, 21 Jul 2023 07:35:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "25952042-2b79-4310-a116-3520aef7e42f", "name": "tempest-secgroup-smoke-175245642", "stateful": true, "tenant_id": "a25147d4819d404aa0124133463d19e9", "description": "tempest-secgroup-smoke-175245642 description", "shared": false, "security_group_rules": [{"id": "74437f45-e490-4aab-81c1-68ab65dbac37", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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": 951, "description": null, "tags": [], "created_at": "2023-07-21T07:35:09Z", "updated_at": "2023-07-21T07:35:09Z", "revision_number": 0}, {"id": "ab388bfd-28ef-4fae-b6b2-f735bd0d70d3", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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": 950, "description": null, "tags": [], "created_at": "2023-07-21T07:35:09Z", "updated_at": "2023-07-21T07:35:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:35:09Z", "updated_at": "2023-07-21T07:35:0 9Z", "revision_number": 1, "project_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:10,068 79502 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.387s 2023-07-21 07:35:10,068 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "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-a220466a-6ae2-48ff-a21e-3bbfe80a2738', 'date': 'Fri, 21 Jul 2023 07:35: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": "ae810a03-1aad-4c16-8df1-42cd4c877f45", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:09Z", "updated_at": "2023-07-21T07:35:09Z", "revision_number": 0}}' 2023-07-21 07:35:10,587 79502 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.518s 2023-07-21 07:35:10,588 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "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-8b35f41e-85e6-4c59-ad28-2b389ec4923d', 'date': 'Fri, 21 Jul 2023 07:35: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": "b799d022-9c73-47a1-8e7b-9d7cca979da7", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:10Z", "updated_at": "2023-07-21T07:35:10Z", "revision_number": 0}}' 2023-07-21 07:35:11,010 79502 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.422s 2023-07-21 07:35:11,010 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-60960164-f9f6-4d01-bbcd-9d2b92f1adc8', 'date': 'Fri, 21 Jul 2023 07:35:11 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": "5aff2b19-e2e4-452d-a3d9-df44343cbbdb", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:10Z", "updated_at": "2023-07-21T07:35:10Z", "revision_number": 0}}' 2023-07-21 07:35:11,201 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.190s 2023-07-21 07:35:11,202 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-54b7e6bc-260a-4e7f-a12d-04cec23ddb9c', 'date': 'Fri, 21 Jul 2023 07:35: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": "d8ab609b-95a9-4921-a7fc-dca2cf976d51", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:11Z", "updated_at": "2023-07-21T07:35:11Z", "revision_number": 0}}' 2023-07-21 07:35:11,438 79502 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.236s 2023-07-21 07:35:11,439 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4f6c0598-82de-46fe-956d-b109f7db3f29', 'date': 'Fri, 21 Jul 2023 07:35: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": "85e01fd5-a1cb-4a2c-960b-d985e1ebf830", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:11Z", "updated_at": "2023-07-21T07:35:11Z", "revision_number": 0}}' 2023-07-21 07:35:11,648 79502 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.208s 2023-07-21 07:35:11,649 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "project_id": "a25147d4819d404aa0124133463d19e9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-5c2eb2bc-8b28-4bf4-995b-2aacc5bef48b', 'date': 'Fri, 21 Jul 2023 07:35: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": "df3f3cce-c0d9-464a-8a1a-0d986cbcc741", "project_id": "a25147d4819d404aa0124133463d19e9", "tenant_id": "a25147d4819d404aa0124133463d19e9", "security_group_id": "25952042-2b79-4310-a116-3520aef7e42f", "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-21T07:35:11Z", "updated_at": "2023-07-21T07:35:11Z", "revision_number": 0}}' 2023-07-21 07:35:11,762 79502 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.103s 2023-07-21 07:35:11,762 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:11 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-c4d749a2-f8dc-4426-a1e2-a2e7f9dce17a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0118c566cdf64e44a4c4e13112ddaec3", "name": "tempest-TestShelveInstance-1355660989-project-member", "password_expires_at": null}, "audit_ids": ["Ohf9WQc7TZyv2AbD1erfQw"], "expires_at": "2023-07-21T08:35:11.000000Z", "issued_at": "2023-07-21T07:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a25147d4819d404aa0124133463d19e9", "name": "tempest-TestShelveInstance-1355660989"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a25147d4819d404aa0124133463d19e9", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{" id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:11,763 79502 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '56a7c2cc-32b1-4b0e-be4e-e6774cafe0e5', 'name': 'tempest-TestShelveInstance-365007967-network', 'tenant_id': 'a25147d4819d404aa0124133463d19e9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a25147d4819d404aa0124133463d19e9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51939, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:34:45Z', 'updated_at': '2023-07-21T07:34:45Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:12,287 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes 0.523s 2023-07-21 07:35:12,287 79502 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-265781184", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cdfb9b-3abb-4603-9a12-3c174e12e85b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cdfb9b-3abb-4603-9a12-3c174e12e85b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.199257", "updated_at": null, "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:12,378 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.080s 2023-07-21 07:35:12,378 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52b224c0-8903-4d2e-9ad1-9c232e4f0870', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-reque st-id': 'req-52b224c0-8903-4d2e-9ad1-9c232e4f0870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:13,444 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.045s 2023-07-21 07:35:13,445 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219e7cc9-d7bb-4925-8238-498b39c1ac15', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219e7cc9-d7bb-4925-8238-498b39c1ac15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:14,518 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.062s 2023-07-21 07:35:14,519 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4836c14b-1e84-449e-ae66-b4ad7c1bd823', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4836c14b-1e84-449e-ae66-b4ad7c1bd823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {" id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:15,577 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.045s 2023-07-21 07:35:15,577 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db3bdf1-8117-42b1-a29c-46dd00b66a9f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db3bdf1-8117-42b1-a29c-46dd00b66a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:16,671 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.081s 2023-07-21 07:35:16,671 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b70a07a-28de-488a-8f69-d8c3c7b9f7fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b70a07a-28de-488a-8f69-d8c3c7b9f7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common .compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:17,754 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.068s 2023-07-21 07:35:17,754 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005b3418-a165-4a1e-b6a9-e6973dd56c99', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005b3418-a165-4a1e-b6a9-e6973dd56c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:18,821 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.053s 2023-07-21 07:35:18,822 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0432bdab-3780-4abc-a445-68b53ed6a722', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0432bdab-3780-4abc-a445-68b53ed6a722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa01241334 63d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:19,881 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.047s 2023-07-21 07:35:19,881 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02766f45-f27e-447a-bdf4-24e68fe7f742', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02766f45-f27e-447a-bdf4-24e68fe7f742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:12.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4e13112ddaec3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:20,971 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8 0.077s 2023-07-21 07:35:20,972 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02968ecf-2fc4-462e-b950-ce1cef01b974', 'content-length': '1359', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02968ecf-2fc4-462e-b950-ce1cef01b974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8'} Body: b'{"volume": {"id": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:12.000000", "updated_at": "2023-07-21T07:35:21.000000", "name": "tempest-tempest.common.compute-volume-265781184", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a25147d4819d404aa0124133463d19e9/volumes/093152d6-c87d-483b-b11c-72d01ba9ccf8"}], "user_id": "0118c566cdf64e44a4c4 e13112ddaec3", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "a25147d4819d404aa0124133463d19e9"}}' 2023-07-21 07:35:20,988 79502 INFO [tempest.common.waiters] volume 093152d6-c87d-483b-b11c-72d01ba9ccf8 reached available after waiting for 8.987969 seconds 2023-07-21 07:35:21,021 79502 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.032s 2023-07-21 07:35:21,021 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestShelveInstance-server-852154848", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-2098113966", "security_groups": [{"name": "tempest-secgroup-smoke-175245642"}], "networks": [{"uuid": "56a7c2cc-32b1-4b0e-be4e-e6774cafe0e5"}], "block_device_mapping_v2": [{"uuid": "093152d6-c87d-483b-b11c-72d01ba9ccf8", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-6277182c-d88d-406b-b332-fffd722794cf', 'x-compute-request-id': 'req-6277182c-d88d-406b-b332-fffd722794cf', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:21,484 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/25952042-2b79-4310-a116-3520aef7e42f 0.459s 2023-07-21 07:35:21,484 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f7e18b7b-2890-466f-befc-54de573ef6e8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/25952042-2b79-4310-a116-3520aef7e42f'} Body: b'' 2023-07-21 07:35:21,530 79502 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2098113966 0.045s 2023-07-21 07:35:21,530 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-d8bee240-a50a-460e-a878-d9e249c545b6', 'x-compute-request-id': 'req-d8bee240-a50a-460e-a878-d9e249c545b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstan ce-2098113966'} Body: b'' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 163, in test_old_versions_reject server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:22,340 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.142s 2023-07-21 07:35:22,341 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:22 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-1fe67499-ec8d-4591-ba70-d6014eac0bbe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "720489b2b73a41d2a282085eca737a45", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1575928525-project-member", "password_expires_at": null}, "audit_ids": ["RdIH_sm5SZaVu00t9MhUSA"], "expires_at": "2023-07-21T08:35:22.000000Z", "issued_at": "2023-07-21T07:35:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4a09168fbb54939af47c9b0f70d0c40", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1575928525"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b4a09168fbb54939af47c9b0f70d0c40", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b4a09168fbb54939af47c9b0f70d0c40", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/b4a09168fbb54939af47c9b0f70d0c40", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:22,342 79486 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '8c178ac6-ecb1-4846-af05-c2020e4d7767', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-706661146-network', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b4a0916 8fbb54939af47c9b0f70d0c40', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18376, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:02Z', 'updated_at': '2023-07-21T07:35:02Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:22,343 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:35:22,343 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:35:22,669 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.322s 2023-07-21 07:35:22,670 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1077921491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgkkDdVMlexbeNE9vsYGSr12fcexppGCJ1TOnpvZS2xqC74mQCuIdQNUXQQt+LI4U1W1JsWXZmdX5SJFE5HQaj6odOEiIEPd3moxXx2D3IB+AuV4YOg5pasTa0Q6+rQFg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:22 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-752c5bdd-a74d-4e97-8d2c-bc552811ea92', 'x-compute-request-id': 'req-752c5bdd-a74d-4e97-8d2c-bc552811ea92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1077921491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgkkDdVMlexbeNE9vsYGSr12fcexppGCJ1TOnpvZS2xqC74mQCuIdQNUXQQt+LI4U1W1JsWXZmdX5SJFE5HQaj6odOEiIEPd3moxXx2D3IB+AuV4YOg5pasTa0Q6+rQFg==", "fingerprint": "42:8b:d5:e9:45:21:71:cd:d2:87:bd:b4:83:c3:83:29", "user_id": "720489b2b73a41d2a282085eca737a45"}}' 2023-07-21 07:35:22,672 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1077921491 created 2023-07-21 07:35:23,012 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.339s 2023-07-21 07:35:23,013 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2146841199", "description": "tempest-description--535548468"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-fee9a567-1852-4548-a0c0-ee9a0ed2d789', 'date': 'Fri, 21 Jul 2023 07:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "name": "tempest-securitygroup--2146841199", "stateful": true, "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "description": "tempest-description--535548468", "shared": false, "security_group_rules": [{"id": "0309eedc-79f9-4f46-a2a6-7864ba546fb4", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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": 1003, "description": null, "tags": [], "created_at": "2023-07-21T07:35:22Z", "updated_at": "2023-07-21T07:35:22Z", "revision_number": 0}, {"id": "09b7a128-a9ef-4b92-960a-290da284d429", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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": 1004, "description": null, "tags": [], "created_at": "2023-07-21T07:35:22Z", "updated_at": "2023-07-21T07:35:22Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:35:22Z", "updated_at": "2023-07-21T07:35:22Z", "revision_number": 1, "project_id": "b4a09168fbb54939af47c9b0f70d0c40"}}' 2023-07-21 07:35:23,510 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.497s 2023-07-21 07:35:23,511 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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-53b5e80f-7fd0-4e23-a552-626239f84895', 'date': 'Fri, 21 Jul 2023 07:35: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": "065bd05f-56de-47eb-a41f-c81acaaf4867", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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-21T07:35:23Z", "updated_at": "2023-07-21T07:35:23Z", "revision_number": 0}}' 2023-07-21 07:35:23,765 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.254s 2023-07-21 07:35:23,766 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ecf2b3f-3204-4ff2-9b5e-6ebc0a9e91cf', 'date': 'Fri, 21 Jul 2023 07:35: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": "ffe6aa59-654c-4a5c-a8ff-b0c9e64ece38", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "security_group_id": "32e0b73e-58de-49bc-9705-a8fbc714de4d", "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-21T07:35:23Z", "updated_at": "2023-07-21T07:35:23Z", "revision_number": 0}}' 2023-07-21 07:35:23,766 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2146841199 created 2023-07-21 07:35:25,953 79486 INFO [tempest.lib.common.rest_client] Req uest (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.187s 2023-07-21 07:35:25,954 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f410eb8b-1641-42cb-b34f-e64996dc493f', 'date': 'Fri, 21 Jul 2023 07:35:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "84a72e4c-08ae-428b-8559-8e30147f8b16", "tenant_id": "b4a09168fbb54939af47c9b0f70d0c40", "floating_ip_address": "172.24.4.32", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b4a09168fbb54939af47c9b0f70d0c40", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:35:25Z", "updated_at": "2023-07-21T07:35:25Z", "revision_number": 0}}' 2023-07-21 07:35:25,954 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '84a72e4c-08ae-428b-8559-8e30147f8b16', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'floating_ip_address': '172.24.4.32', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:25Z', 'updated_at': '2023-07-21T07:35:25Z', 'revision_number': 0, 'ip': '172.24.4.32'} created 2023-07-21 07:35:25,955 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1077921491', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgkkDdVMlexbeNE9vsYGSr12fcexppGCJ1TOnpvZS2xqC74mQCuIdQNUXQQt+LI4U1W1JsWXZmdX5SJFE5HQaj6odOEiIEPd3moxXx2D3IB+AuV4YOg5pasTa0Q6+rQFg==', 'fingerprint': '42:8b:d5:e9:45:21:71:cd:d2:87:bd:b4:83:c3:83:29', 'user_id': '720489b2b73a41d2a282085eca737a45', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDSikZOsj+xWGD1nwpv9MpCDt8X53NUeyIEj7MxY+3meeFoKn9z9tbP\nrQhw0Oqaj6WgBwYFK4EEACKhZANiAASYJJA3VTJXsW3jRPb7GBkq9dn3HsaaRgid\nUzp6b2Utsagu+JkAriHUDVF0ELfiyOFNVtSbFl2ZnV+UiRROR0Go+qHThIiBD3d5\nqMV8dg9yAfgLleGDoOaWrE2tEOvq0BY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '32e0b73e-58de-49bc-9705-a8fbc714de4d', 'name': 'tempest-securitygroup--2146841199', 'stateful': True, 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'description': 'tempest-description--535548468', 'shared': False, 'security_group_rules': [{'id': '0309eedc-79f9-4f46-a2a6-7864ba546fb4', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'security_group_id': '32e0b73e-58de-49bc-9705-a8fbc714de4d', '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': 1003, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:22Z', 'updated_at': '2023-07-21T07:35:22Z', 'revision_number': 0}, {'id': '09b7a128-a9ef-4b92-960a-290da284d429', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'security_group_id': '32e0b73e-58de-49bc-9705-a8fbc714de4d', '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': 1004, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:22Z', 'update d_at': '2023-07-21T07:35:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:35:22Z', 'updated_at': '2023-07-21T07:35:22Z', 'revision_number': 1, 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40'}, 'floating_ip': {'id': '84a72e4c-08ae-428b-8559-8e30147f8b16', 'tenant_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'floating_ip_address': '172.24.4.32', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b4a09168fbb54939af47c9b0f70d0c40', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:25Z', 'updated_at': '2023-07-21T07:35:25Z', 'revision_number': 0, 'ip': '172.24.4.32'}} 2023-07-21 07:35:25,989 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 400 POST http://10.0.0.210/compute/v2.1/servers 0.033s 2023-07-21 07:35:25,990 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-67051455", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "8c178ac6-ecb1-4846-af05-c2020e4d7767"}], "security_groups": [{"name": "tempest-securitygroup--2146841199"}], "key_name": "tempest-keypair-1077921491", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-59b71159-d9d4-4451-9ab2-8ebb83bcde7c', 'x-compute-request-id': 'req-59b71159-d9d4-4451-9ab2-8ebb83bcde7c', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:26,030 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1077921491 0.038s 2023-07-21 07:35:26,030 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c38e56d-dc43-479e-88f0-8d0a0ed1fe54', 'x-compute-request-id': 'req-0c38e56d-dc43-479e-88f0-8d0a0ed1fe54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1077921491'} Body: b'' 2023-07-21 07:35:26,461 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d 0.430s 2023-07-21 07:35:26,462 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-57636b75-51e4-4747-a853-589f27d9a700', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d'} Body: b'' 2023-07-21 07:35:26,494 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d 0.032s 2023-07-21 07:35:26,495 79486 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-4bef71fb-b35c-4685-9413-999976a19d82', 'date': 'Fri, 21 Jul 2023 07:35:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/32e0b73e-58de-49bc-9705-a8fbc714de4d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 32e0b73e-58de-49bc-9705-a8fbc714de4d does not exist", "detail": ""}}' 2023-07-21 07:35:27,748 79486 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/84a72e4c-08ae-428b-8559-8e30147f8b16 1.252s 2023-07-21 07:35:27,748 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-083001f9-0330-439b-a5c2-4eee9829c8bb', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/84a72e4c-08ae-428b-8559-8e30147f8b16'} 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-21 07:35:53,035 79488 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.147s 2023-07-21 07:35:53,036 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:52 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-0734a763-03ba-4ae6-ba2a-34ae45b3b5f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "63d025b92aef440083131e3e32c5ef6f", "name": "tempest-VolumesActionsTest-1380688194-project-member", "password_expires_at": null}, "audit_ids": ["2aUHY6PMTXe1FtN6mFrIqA"], "expires_at": "2023-07-21T08:35:52.000000Z", "issued_at": "2023-07-21T07:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "356e08266e9c498487caafd358bd5305", "name": "tempest-VolumesActionsTest-1380688194"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:53,036 79488 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b', 'name': 'tempest-VolumesActionsTest-1571475528-network', 'tenant_id': '356e08266e9c498487caafd358bd5305', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '356e08266e9c498487caafd358bd5305', 'port_security_enabled': True, 'router:external': False , 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:36Z', 'updated_at': '2023-07-21T07:35:36Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:53,063 79488 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.026s 2023-07-21 07:35:53,064 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-752149831", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-c054f04d-36e0-4dbd-b07d-1e176bbe6dcd', 'x-compute-request-id': 'req-c054f04d-36e0-4dbd-b07d-1e176bbe6dcd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:53,129 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.056s 2023-07-21 07:35:53,129 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 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-68545df6-a3f5-48dd-90f1-dc49fb0aab48', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "63d025b92aef440083131e3e32c5ef6f", "name": "tempest-VolumesActionsTest-1380688194-project-member", "password_expires_at": null}, "audit_ids": ["_MASLJ0rR0yS8Z9uUFxptg"], "expires_at": "2023-07-21T08:35:53.000000Z", "issued_at": "2023-07-21T07:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "356e08266e9c498487caafd358bd5305", "name": "tempest-VolumesActionsTest-1380688194"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/356e08266e9c498487caafd358bd5305", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:53,130 79488 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b', 'name': 'tempest-VolumesActionsTest-1571475528-network', 'tenant_id': '356e08266e9c498487caafd358bd5305', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '356e08266e9c498487caafd358bd5305', 'port_security_enabled': True, 'router:external': False, 'provider:network_ty pe': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 133, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:36Z', 'updated_at': '2023-07-21T07:35:36Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:53,183 79488 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 400 POST http://10.0.0.210/compute/v2.1/servers 0.052s 2023-07-21 07:35:53,183 79488 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-422340020", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "f73ed0c7-7d79-48b4-a2ec-caadb40a4c6b"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-e2a2c34f-a635-4060-a89b-8258a494fcfa', 'x-compute-request-id': 'req-e2a2c34f-a635-4060-a89b-8258a494fcfa', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot server = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:28,922 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.182s 2023-07-21 07:35:28,922 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-10fb6f83-3789-4fd2-9101-02fe893bc96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:35:29,471 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes 0.548s 2023-07-21 07:35:29,472 79482 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-166330307", "snapshot_id": null, "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86af32b-9279-4e42-89da-91d99b5618c7', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86af32b-9279-4e42-89da-91d99b5618c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.327806", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:29,560 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.062s 2023-07-21 07:35:29,561 79482 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f5438c-3461-4644-bf32-2b198b265cd2', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f5438c-3461-4644-bf32-2b198b265cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:30,640 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.058s 2023-07-21 07:35:30,641 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-867a4e1c-2b7e-448f-b3ec-c1018478f026', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-867a4e1c-2b7e-448f-b3ec-c1018478f026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:31,760 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.106s 2023-07-21 07:35:31,761 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:31 GMT', 'server': 'Apache/2. 4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a12152-a633-410a-8ae8-06ab62ec6ec6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a12152-a633-410a-8ae8-06ab62ec6ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:32,838 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.055s 2023-07-21 07:35:32,839 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e29be6-56aa-4f7d-b5e0-b2d7f4fd5717', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e29be6-56aa-4f7d-b5e0-b2d7f4fd5717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:33,911 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.061s 2023-07-21 07:35:33,912 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7bd4d7-b024-4af3-9bcd-9e0473a22099', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenS tack-API-Version', 'x-openstack-request-id': 'req-cc7bd4d7-b024-4af3-9bcd-9e0473a22099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:35,023 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.091s 2023-07-21 07:35:35,023 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e03d245-7fc8-40f5-b985-ffb2136c0bf4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e03d245-7fc8-40f5-b985-ffb2136c0bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:30.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:36,094 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.048s 2023-07-21 07:35:36,094 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b58b4c9f-22ef-4502-ba8a-aeb98d38baa9', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b58b4c9f-22ef-4502-ba8a-aeb98d38baa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd 9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:36,105 79482 INFO [tempest.common.waiters] volume 838381d2-8495-42e9-a983-fd0c56fa28fb reached available after waiting for 7.105134 seconds 2023-07-21 07:35:36,183 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.078s 2023-07-21 07:35:36,183 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d7afa1e-a97b-4370-a4f6-9e59a64cdfae', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d7afa1e-a97b-4370-a4f6-9e59a64cdfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:36,458 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBo otPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots 0.264s 2023-07-21 07:35:36,458 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "force": false, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "metadata": null}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d2303e-3b35-46de-a257-00e854fdc2ba', 'content-length': '306', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d2303e-3b35-46de-a257-00e854fdc2ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.351535", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 07:35:36,485 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.023s 2023-07-21 07:35:36,486 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65dc39b-3c58-4429-a177-da4d2a100a4f', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65dc39b-3c58-4429-a177-da4d2a100a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:37,521 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.030s 2023-07-21 07:35:37,521 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27efca5-d0e3-4501-bdef-342351c3aee0', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27efca5-d0e3-4501-bdef-342351c3aee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e 9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:38,552 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.025s 2023-07-21 07:35:38,552 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3fe2f2b-34e9-4a56-8c96-14d0691c0dac', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3fe2f2b-34e9-4a56-8c96-14d0691c0dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:39,584 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.027s 2023-07-21 07:35:39,584 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4df271-ae85-4cd0-92a5-59b0523ab2fd', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4df271-ae85-4cd0-92a5-59b0523ab2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:40,611 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.023s 2023-07-21 07:35:40,612 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d227b018-8ff4-4928-b037-c7b5e88fadf7', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d227b018-8ff4-4928-b037-c7b5e88fadf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab 8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:41,655 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.039s 2023-07-21 07:35:41,656 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b14b51aa-d9b3-435d-b5eb-a0973514888b', 'content-length': '438', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b14b51aa-d9b3-435d-b5eb-a0973514888b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:35:42,694 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.030s 2023-07-21 07:35:42,694 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1e0824-d7f8-4466-935e-e51eb29553c6', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1e0824-d7f8-4466-935e-e51eb29553c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:42.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:42,699 79482 INFO [tempest.common.waiters] snapshot 85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 reached available after waiting for 6.699263 seconds 2023-07-21 07:35:42,737 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.038s 2023-07-21 07:35:42,738 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98c2cf2-78c9-4833-8328-fbae780c920b', 'content-length': '465', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98c2cf2-78c9-4833-8328-fbae780c920b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:42.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:42,876 79482 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.128s 2023-07-21 07:35:42,877 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 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-9ebc6d6c-3cfc-4142-bd18-afaa3e441c34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8df0ebfdd82246bd9a086820202b532b", "name": "tempest-TestVolumeBootPattern-1155476164-project-member", "password_expires_at": null}, "audit_ids": ["gqKNk_gSRDuQXGvhB2DYgw"], "expires_at": "2023-07-21T08:35:42.000000Z", "issued_at": "2023-07-21T07:35:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "name": "tempest-TestVolumeBootPattern-1155476164"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568 ", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:42,878 79482 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_create_server_from_volume_snapshot) Found network {'id': 'af12adde-23cb-4071-929c-0a9771c5735f', 'name': 'tempest-TestVolumeBootPattern-573873107-network', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:09Z', 'updated_at': '2023-07-21T07:35:09Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:42,913 79482 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.033s 2023-07-21 07:35:42,913 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-409689864", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "source_type": "snapshot", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "af12adde-23cb-4071-929c-0a9771c5735f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-a9032a1c-d3a7-49de-9f5a-ad02d3e57e70', 'x-compute-request-id': 'req-a9032a1c-d3a7-49de-9f5a-ad02d3e57e70', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:42,991 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.075s 2023-07-21 07:35:42,992 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 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-e8e52b40-633d-42ee-a08c-aa3f4d9a9773', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'' 2023-07-21 07:35:43,030 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.038s 2023-07-21 07:35 :43,030 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464f7d5b-e9ae-4de0-95b8-0f840e2a3fc4', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464f7d5b-e9ae-4de0-95b8-0f840e2a3fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:44,059 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.023s 2023-07-21 07:35:44,060 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6b4327-3231-46db-9404-4120c84e3f01', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6b4327-3231-46db-9404-4120c84e3f01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:45,092 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.026s 2023-07-21 07:35:45,093 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce75d32-978d-44bd-bd7d-a217070843e4', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce75d32-978d-44bd-bd7d-a217070843e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b 5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:46,126 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.028s 2023-07-21 07:35:46,127 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7720029-e8b9-4865-8eae-c0d64e6d4b75', 'content-length': '464', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7720029-e8b9-4865-8eae-c0d64e6d4b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"snapshot": {"id": "85f25ccf-3f33-4cf2-819a-fb8c7ba088e1", "created_at": "2023-07-21T07:35:36.000000", "updated_at": "2023-07-21T07:35:43.000000", "name": "tempest-TestVolumeBootPattern-snapshot-81692822", "description": null, "volume_id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:35:47,163 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 0.029s 2023-07-21 07:35:47,163 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adc37a1-fc24-4f58-866b-9c3e4ef2d806', 'x-openstack-request-id': 'req-0adc37a1-fc24-4f58-866b-9c3e4ef2d806', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/snapshots/85f25ccf-3f33-4cf2-819a-fb8c7ba088e1'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 85f25ccf-3f33-4cf2-819a-fb8c7ba088e1 could not be found."}}' 2023-07-21 07:35:47,261 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.097s 2023-07-21 07:35:47,261 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19952cb-315f-46b2-a26a-4282c6f24d03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'' 2023-07-21 07:35:47,335 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.073s 2023-07-21 07:35:47,335 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 2 1 Jul 2023 07:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43335de1-87fb-4eb3-88f9-24f397953ad8', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43335de1-87fb-4eb3-88f9-24f397953ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:48,398 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.051s 2023-07-21 07:35:48,399 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bfd79df-5ef2-4d11-b635-ced4c2429806', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bfd79df-5ef2-4d11-b635-ced4c2429806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_forma t": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:49,522 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.110s 2023-07-21 07:35:49,523 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2f5a44-eefd-43b1-ac24-434ddc51038d', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2f5a44-eefd-43b1-ac24-434ddc51038d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:50,601 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.067s 2023-07-21 07:35:50,602 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4416e47a-7fd4-4da4-b8e7-7706434a6002', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4416e47a-7fd4-4da4-b8e7-7706434a6002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http ://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:51,686 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.069s 2023-07-21 07:35:51,686 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9a36a4-17bf-4798-a9d5-8f370cdd2330', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9a36a4-17bf-4798-a9d5-8f370cdd2330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:52,763 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.055s 2023-07-21 07:35:52,764 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab87db4-b233-4c02-ac4c-84db8ee64d74', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab87db4-b233-4c02-ac4c-84db8ee64d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db 1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:53,838 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.054s 2023-07-21 07:35:53,838 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96640a92-12f5-4ce3-bf99-96e6274caa0e', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96640a92-12f5-4ce3-bf99-96e6274caa0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"volume": {"id": "838381d2-8495-42e9-a983-fd0c56fa28fb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:29.000000", "updated_at": "2023-07-21T07:35:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-166330307", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:54,877 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb 0.026s 2023-07-21 07:35:54,877 79482 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb7fc18-6c45-4e37-b8f4-2b1d0b436ba4', 'x-openstack-request-id': 'req-ffb7fc18-6c45-4e37-b8f4-2b1d0b436ba4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/838381d2-8495-42e9-a983-fd0c56fa28fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 838381d2-8495-42e9-a983-fd0c56fa28fb could not be found."}}' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 52, in test_snapshot_create_delete_with_volume_in_use server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:48,910 79494 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/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.020s 2023-07-21 07:35:48,911 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2490e346-3b4f-411b-8e78-66732a3c427c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:35:49,541 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes 0.629s 2023-07-21 07:35:49,541 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a077bbcb-7f46-4257-add5-643f356ea62a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a077bbcb-7f46-4257-add5-643f356ea62a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.276292", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:49,607 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.056s 2023-07-21 07:35:49,608 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a211c78-9f8b-4afe-9cee-05c0fad51510', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a211c78-9f8b-4afe-9cee-05c0fad51510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:50,724 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.084s 2023-07-21 07:35:50,725 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd306a06-ffa0-4b90-800d-ebb24156fd4a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd306a06-ffa0-4b90-800d-ebb24156fd4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:51,867 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.120s 2023-07-21 07:35:51,868 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e404001-f1db-4044-b489-5c4861e90cb9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e404001-f1db-4044-b489-5c4861e90cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:52,936 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.050s 2023-07-21 07:35:52,937 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a301de8f-a659-4e03-963f-c117751b5bac', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a301de8f-a659-4e03-963f-c117751b5bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:54,005 79494 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/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.047s 2023-07-21 07:35:54,005 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803c7030-d1c9-4103-927e-05956eb56d2e', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenSta ck-API-Version', 'x-openstack-request-id': 'req-803c7030-d1c9-4103-927e-05956eb56d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:54,015 79494 INFO [tempest.common.waiters] volume a2b7ff10-5c26-4b4e-837a-666f62861a27 reached available after waiting for 5.015667 seconds 2023-07-21 07:35:54,016 79494 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:35:54,016 79494 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:35:54,088 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2023-07-21 07:35:54,088 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-42461518", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOk0WKzrw5Jeu65CG2GfD6PsXHoPjWPN0xwuVXzN5Y29TcAHDpjD5By4dYZC3dx/kHyMPzlP+Q1r98JB3gsXTwIwrnqSbYsBBq8Nba6vUgppLAT67tb7vwbFE4c4bHjCYg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89c70c41-5f5e-4f03-9aeb-ce56faf82ed7', 'x-compute-request-id': 'req-89c70c41-5f5e-4f03-9aeb-ce56faf82ed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-42461518", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOk0WKzrw5Jeu65CG2GfD6PsXHoPjWPN0xwuVXzN5Y29TcAHDpjD5By4dYZC3dx/kHyMPzlP+Q1r98JB3gsXTwIwrnqSbYsBBq8Nba6vUgppLAT67tb7vwbFE4c4bHjCYg==", "fingerprint": "e8:ed:32:8d:b1:cf:75:ab:fe:aa:04:6c:a0:8e:93:2c", "user_id": "0f521dfa6d29494a837d9e7dc281b7fb"}}' 2023-07-21 07:35:54,091 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-42461518 created 2023-07-21 07:35:54,271 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.180s 2023-07-21 07:35:54,271 79494 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1127855467", "description": "tempest-description--158347049"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-435709b0-289e-4fe3-b6f0-0bac96352ba8', 'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "name": "tempest-securitygroup--1127855467", "stateful": true, "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "tempest-description--158347049", "shared": false, "security_group_rules": [{"id": "517e3537-1189-4cf7-9454-06358f967e7e", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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": 1127, "description": null, "tags": [], "created_at": "2023-07-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}, {"id": "5a4e2059-32de-4dc8-9c27-d80f0b7b1101", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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": 1128, "description": null, "tags": [], "created_at": "2023-07-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 1, "project_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:54,532 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.260s 2023-07-21 07:35:54,532 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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-f56f5f14-ec56-4f38-b76e-2b07e9b16841', 'date': 'Fri, 21 Jul 2023 07:35: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": "3f96726c-7c78-4be0-9dc6-6b6712a34fea", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}}' 2023-07-21 07:35:54,715 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-07-21 07:35:54,716 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"sec urity_group_rule": {"security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-11b22f48-8b25-4a16-896d-c015c7c10614', 'date': 'Fri, 21 Jul 2023 07:35: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": "d046e11b-bee7-46ec-83b3-dc59ec498869", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "dc542a9b-dea0-4811-9f31-52ba9b228a15", "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-21T07:35:54Z", "updated_at": "2023-07-21T07:35:54Z", "revision_number": 0}}' 2023-07-21 07:35:54,716 79494 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1127855467 created 2023-07-21 07:35:57,583 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.866s 2023-07-21 07:35:57,583 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-643efce0-f029-4e65-a09a-a4320fca7f5b', 'date': 'Fri, 21 Jul 2023 07:35:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "70766d65-4426-4da6-b31b-db5390df34ee", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "floating_ip_address": "172.24.4.203", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:35:56Z", "updated_at": "2023-07-21T07:35:56Z", "revision_number": 0}}' 2023-07-21 07:35:57,584 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '70766d65-4426-4da6-b31b-db5390df34ee', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:56Z', 'updated_at': '2023-07-21T07:35:56Z', 'revision_number': 0, 'ip': '172.24.4.203'} created 2023-07-21 07:35:57,687 79494 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.095s 2023-07-21 07:35:57,688 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:57 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-fb6d1884-7716-403d-b400-4a94944d8212', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0f521dfa6d29494a837d9e7dc281b7fb", "name": "tempest-VolumesSnapshotTestJSON-739372916-project-member", "password_expires_at": null}, "audit_ids": ["GeG__hkNSui-A8_XthK8FQ"], "expires_at": "2023-07-21T08:35:57.000000Z", "issued_at": "2023-07-21T07:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "375d7e882b8543cdb12dcfeadc87c477", "name": "tempest-VolumesSnapshotTestJSON-739372916"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:57,688 79494 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': 'e032b106-0232-4a07-b6eb-d36b1d9f7b89', 'name': 'tempest-VolumesSnapshotTestJSON-388261838-network', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:35Z', 'updated_at': '2023-07-21T07:35:35Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:57,689 79494 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-42461518', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOk0WKzrw5Jeu65CG2GfD6PsXHoPjWPN0xwuVXzN5Y29TcAHDpjD5By4dYZC3dx/kHyMPzlP+Q1r98JB3gsXTwIwrnqSbYsBBq8Nba6vUgppLAT67tb7vwbFE4c4bHjCYg==', 'fingerprint': 'e8:ed:32:8d:b1:cf:75:ab:fe:aa:04:6c:a0:8e:93: 2c', 'user_id': '0f521dfa6d29494a837d9e7dc281b7fb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCBHm/JTASabk0LNnLU8zwffuoiuRwLeRgmpQlggg6xCRdG/SaNRuLI\neG82NfTV2JKgBwYFK4EEACKhZANiAATpNFis68OSXruuQhthnw+j7Fx6D41jzdMc\nLlV8zeWNvU3ABw6Yw+QcuHWGQt3cf5B8jD85T/kNa/fCQd4LF08CMK56km2LAQav\nDW2ur1IKaSwE+u7W+78GxROHOGx4wmI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dc542a9b-dea0-4811-9f31-52ba9b228a15', 'name': 'tempest-securitygroup--1127855467', 'stateful': True, 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': 'tempest-description--158347049', 'shared': False, 'security_group_rules': [{'id': '517e3537-1189-4cf7-9454-06358f967e7e', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': 'dc542a9b-dea0-4811-9f31-52ba9b228a15', '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': 1127, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:54Z', 'updated_at': '2023-07-21T07:35:54Z', 'revision_number': 0}, {'id': '5a4e2059-32de-4dc8-9c27-d80f0b7b1101', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': 'dc542a9b-dea0-4811-9f31-52ba9b228a15', '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': 1128, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:35:54Z', 'updated_at': '2023-07-21T07:35:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:35:54Z', 'updated_at': '2023-07-21T07:35:54Z', 'revision_number': 1, 'project_id': '375d7e882b8543cdb12dcfeadc87c477'}, 'floating_ip': {'id': '70766d65-4426-4da6-b31b-db5390df34ee', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:35:56Z', 'updated_at': '2023-07-21T07:35:56Z', 'revision_number': 0, 'ip': '172.24.4.203'}} 2023-07-21 07:35:57,719 79494 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.029s 2023-07-21 07:35:57,719 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-857656973", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "e032b106-0232-4a07-b6eb-d36b1d9f7b89"}], "security_groups": [{"name": "tempest-securitygroup--1127855467"}], "key_name": "tempest-keypair-42461518", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35: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-142de5c9-f1c8-496b-be25-813de2d5d0de', 'x-compute-request-id': 'req-142de5c9-f1c8-496b-be25-813de2d5d0de', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:35:57,764 79494 INFO [tempest.lib.common. rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-42461518 0.042s 2023-07-21 07:35:57,765 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3162d027-eccb-4aea-b4a3-6f2651d35cb7', 'x-compute-request-id': 'req-3162d027-eccb-4aea-b4a3-6f2651d35cb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-42461518'} Body: b'' 2023-07-21 07:35:58,052 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15 0.287s 2023-07-21 07:35:58,052 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4e10ae92-d05a-43dc-a3fa-d421c037bab9', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15'} Body: b'' 2023-07-21 07:35:58,089 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15 0.036s 2023-07-21 07:35:58,089 79494 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-640a4f30-8d03-4b4e-b0cc-c63f926938c9', 'date': 'Fri, 21 Jul 2023 07:35:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dc542a9b-dea0-4811-9f31-52ba9b228a15'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dc542a9b-dea0-4811-9f31-52ba9b228a15 does not exist", "detail": ""}}' 2023-07-21 07:35:59,834 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/70766d65-4426-4da6-b31b-db5390df34ee 1.744s 2023-07-21 07:35:59,834 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e6bf4267-9b03-4d75-a488-c7f9fc0d4fe3', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/70766d65-4426-4da6-b31b-db5390df34ee'} Body: b'' 2023-07-21 07:35:59,900 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.065s 2023-07-21 07:35:59,900 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4acb0220-b942-4f5f-85eb-52ef915e26af', 'content-length': ' 1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4acb0220-b942-4f5f-85eb-52ef915e26af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:35:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:35:59,989 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.079s 2023-07-21 07:35:59,990 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 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-33a69350-b763-4f00-9cc2-cc39ace158fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'' 2023-07-21 07:36:00,045 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.054s 2023-07-21 07:36:00,045 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32347eae-da7c-4be4-81ae-87404ed4acc4', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32347eae-da7c-4be4-81ae-87404ed4acc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3 75d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:01,116 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.056s 2023-07-21 07:36:01,116 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d22e1b-f8fc-4159-8ad8-b4d8d0a99e49', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d22e1b-f8fc-4159-8ad8-b4d8d0a99e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:02,205 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.077s 2023-07-21 07:36:02,206 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257ce0f5-a7af-4cdf-98e8-2d15cf46abbd', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257ce0f5-a7af-4cdf-98e8-2 d15cf46abbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:03,276 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.049s 2023-07-21 07:36:03,277 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd45aff9-56db-46ca-ab88-5e2d19fb980b', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd45aff9-56db-46ca-ab88-5e2d19fb980b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"volume": {"id": "a2b7ff10-5c26-4b4e-837a-666f62861a27", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:49.000000", "updated_at": "2023-07-21T07:36:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1622856120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27"}], "user_id": "0f521dfa6d29494a837d9e7dc281b7fb", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:04,326 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/375d7e882 b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27 0.037s 2023-07-21 07:36:04,326 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-e80e7c0e-c205-4f7a-86ae-2008800d6bac', 'x-openstack-request-id': 'req-e80e7c0e-c205-4f7a-86ae-2008800d6bac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/volumes/a2b7ff10-5c26-4b4e-837a-666f62861a27'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2b7ff10-5c26-4b4e-837a-666f62861a27 could not be found."}}' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 72, in test_server_detach_rules server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:03,962 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.138s 2023-07-21 07:36:03,962 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 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-f8d7d523-7f21-47fd-ac07-d46f688a43ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "564a9de4b8854dd4bb057a3a9058e916", "name": "tempest-TestServerVolumeAttachmentScenario-192692663-project-member", "password_expires_at": null}, "audit_ids": ["en7LqrSSQOO5sXJtmzcT7w"], "expires_at": "2023-07-21T08:36:03.000000Z", "issued_at": "2023-07-21T07:36:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "35be697c345d4f0d8aa7cd04d2e591a4", "name": "tempest-TestServerVolumeAttachmentScenario-192692663"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/35be697c345d4f0d8aa7cd04d2e591a4", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/35be697c345d4f0d8aa7cd04d2e591a4", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/35be697c345d4f0d8aa7cd04d2e591a4", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:03,963 79490 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'aee396b7-2828-445d-9c05-fb1e55fc8716', 'name': 'tempest-TestServerVolumeAttachmentScenario-1518560261-network', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'po rt_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19545, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:34Z', 'updated_at': '2023-07-21T07:35:34Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:03,964 79490 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:36:03,964 79490 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:36:04,227 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.260s 2023-07-21 07:36:04,227 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1144005660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUtoP2dJ8cr4GAvWgZ29cOeXvVlR/9XoGU66FjBqJmOyLAKlRG9gvwES333AgdHrq/7TkF1vyYaPy6wDtWGN6m+slkG47ljSeLTiazjLDGLYRuu3jMpXDJByBizXRs7Rw=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-919b8699-11f8-41dd-b5c8-cf94646b6d2e', 'x-compute-request-id': 'req-919b8699-11f8-41dd-b5c8-cf94646b6d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1144005660", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUtoP2dJ8cr4GAvWgZ29cOeXvVlR/9XoGU66FjBqJmOyLAKlRG9gvwES333AgdHrq/7TkF1vyYaPy6wDtWGN6m+slkG47ljSeLTiazjLDGLYRuu3jMpXDJByBizXRs7Rw==", "fingerprint": "ec:93:60:c6:07:84:7b:c2:97:85:0c:a5:44:4a:3d:db", "user_id": "564a9de4b8854dd4bb057a3a9058e916"}}' 2023-07-21 07:36:04,230 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1144005660 created 2023-07-21 07:36:04,458 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.228s 2023-07-21 07:36:04,459 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--467790065", "description": "tempest-description--339552875"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-d29c1b15-e322-4238-aad7-5e17d6e87ede', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "name": "tempest-securitygroup--467790065", "stateful": true, "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "description": "tempest-description--339552875", "shared": false, "security_group_rules": [{"id": "998e6c3b-d22d-4fec-8fa5-69446a6041b9", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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": 1165, "description": null, "tags": [], "created_at": "2023-07-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}, {"id": "ccbaa997-ce91-442e-8af9-469da1b8ff75", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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": 1166, "description": null, "tags": [], "created_at": "2023-07-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 1, "project_id": "35be697c345d4f0d8aa7cd04d2e591a4"}}' 2023-07-21 07:36:04,687 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.227s 2023-07-21 07:36:04,687 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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-2ac97170-9ec7-4373-90a1-ffb2def7b5d5', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f602f4df-77b1-419e-ba54-0a12734ac72e", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}}' 2023-07-21 07:36:04,919 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.231s 2023-07-21 07:36:04,919 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3582f620-a878-47a1-aaa9-2e21dccb1d91', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08675972-0a65-444a-a53b-2e6bd136be93", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "security_group_id": "ea4860fb-d33a-4a8b-8782-6c6fdc8009a3", "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-21T07:36:04Z", "updated_at": "2023-07-21T07:36:04Z", "revision_number": 0}}' 2023-07-21 07:36:04,920 79490 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--467790065 created 2023-07-21 07:36:06,000 79490 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:s etUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.079s 2023-07-21 07:36:06,000 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-718193dd-67bc-4f6f-a282-bf28b9a849d3', 'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "df6024de-83ce-43b4-8eec-e0d49fdcfbe3", "tenant_id": "35be697c345d4f0d8aa7cd04d2e591a4", "floating_ip_address": "172.24.4.24", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "35be697c345d4f0d8aa7cd04d2e591a4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:05Z", "updated_at": "2023-07-21T07:36:05Z", "revision_number": 0}}' 2023-07-21 07:36:06,000 79490 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'df6024de-83ce-43b4-8eec-e0d49fdcfbe3', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:05Z', 'updated_at': '2023-07-21T07:36:05Z', 'revision_number': 0, 'ip': '172.24.4.24'} created 2023-07-21 07:36:06,001 79490 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1144005660', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLUtoP2dJ8cr4GAvWgZ29cOeXvVlR/9XoGU66FjBqJmOyLAKlRG9gvwES333AgdHrq/7TkF1vyYaPy6wDtWGN6m+slkG47ljSeLTiazjLDGLYRuu3jMpXDJByBizXRs7Rw==', 'fingerprint': 'ec:93:60:c6:07:84:7b:c2:97:85:0c:a5:44:4a:3d:db', 'user_id': '564a9de4b8854dd4bb057a3a9058e916', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAN3EbN2fpkuZyRpp1kDz5CYNVMAwwBSu7WeFkETEsSWtNUSfrMejsk\nN1lLwKIeTFagBwYFK4EEACKhZANiAAS1LaD9nSfHK+BgL1oGdvXDnl71ZUf/V6Bl\nOuhYwaiZjsiwCpURvYL8BEt99wIHR66v+05Bdb8mGj8usA7VhjepvrJZBuO5Y0ni\n04ms4ywxi2Ebrt4zKVwyQcgYs10bO0c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ea4860fb-d33a-4a8b-8782-6c6fdc8009a3', 'name': 'tempest-securitygroup--467790065', 'stateful': True, 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'description': 'tempest-description--339552875', 'shared': False, 'security_group_rules': [{'id': '998e6c3b-d22d-4fec-8fa5-69446a6041b9', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'security_group_id': 'ea4860fb-d33a-4a8b-8782-6c6fdc8009a3', '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': 1165, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:04Z', 'updated_at': '2023-07-21T07:36:04Z', 'revision_number': 0}, {'id': 'ccbaa997-ce91-442e-8af9-469da1b8ff75', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'security_group_id': 'ea4860fb-d33a-4a8b-8782-6c6fdc8009a3', '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': 1166, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:04Z', 'updated_at': '2023-07-21T07:36:04Z', 'rev ision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:04Z', 'updated_at': '2023-07-21T07:36:04Z', 'revision_number': 1, 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4'}, 'floating_ip': {'id': 'df6024de-83ce-43b4-8eec-e0d49fdcfbe3', 'tenant_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'floating_ip_address': '172.24.4.24', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '35be697c345d4f0d8aa7cd04d2e591a4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:05Z', 'updated_at': '2023-07-21T07:36:05Z', 'revision_number': 0, 'ip': '172.24.4.24'}} 2023-07-21 07:36:06,030 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 400 POST http://10.0.0.210/compute/v2.1/servers 0.028s 2023-07-21 07:36:06,031 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-239959108", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "aee396b7-2828-445d-9c05-fb1e55fc8716"}], "security_groups": [{"name": "tempest-securitygroup--467790065"}], "key_name": "tempest-keypair-1144005660", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-d52aac5e-b5c6-41b1-8138-6c33bfe4084a', 'x-compute-request-id': 'req-d52aac5e-b5c6-41b1-8138-6c33bfe4084a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:06,072 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1144005660 0.039s 2023-07-21 07:36:06,073 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec164eb2-4f29-43e5-b0e0-c52538a4bd3c', 'x-compute-request-id': 'req-ec164eb2-4f29-43e5-b0e0-c52538a4bd3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1144005660'} Body: b'' 2023-07-21 07:36:06,420 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3 0.346s 2023-07-21 07:36:06,420 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8b532666-155d-4218-9f37-9ac22d5df007', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3'} Body: b'' 2023-07-21 07:36:06,447 79490 INFO [tempest. lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3 0.026s 2023-07-21 07:36:06,448 79490 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-af696010-20a5-4aa0-9ded-f9dd829bf410', 'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ea4860fb-d33a-4a8b-8782-6c6fdc8009a3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ea4860fb-d33a-4a8b-8782-6c6fdc8009a3 does not exist", "detail": ""}}' 2023-07-21 07:36:07,372 79490 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/df6024de-83ce-43b4-8eec-e0d49fdcfbe3 0.923s 2023-07-21 07:36:07,373 79490 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-cb644b22-c5b6-45c9-92e7-a549d23f2284', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/df6024de-83ce-43b4-8eec-e0d49fdcfbe3'} Body: b'' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 186, in test_image_defined_boot_from_volume instance1 = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:35:54,912 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.022s 2023-07-21 07:35:54,912 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f22c7346-6f9c-41de-a40f-31d78a0b4b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:35:55,280 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes 0.367s 2023-07-21 07:35:55,280 79482 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-1618657660", "snapshot_id": null, "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b6e265-08f6-40a4-b5e1-36a7ebe20a18', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b6e265-08f6-40a4-b5e1-36a7ebe20a18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.213744", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:35:55,401 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.111s 2023-07-21 07:35:55,402 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f71f0c-1085-4eb0-95fa-9f234bb18386', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f71f0c-1085-4eb0-95fa-9f234bb18386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:56,517 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.102s 2023-07-21 07:35:56,518 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9623f09c-6b03-49ba-be67-6f5a01518ce3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9623f09c-6b03-49ba-be67-6f5a01518ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:57,585 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.049s 2023-07-21 07:35:57,585 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a621ded-3cfa-4baf-a7b7-cce4452f6c32', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a621ded-3cfa-4baf-a7b7-cce4452f6c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:58,660 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.055s 2023-07-21 07:35:58,660 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cb65cb-acf4-47cd-ba79-4f73ea09e985', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cb65cb-acf4-47cd-ba79-4f73ea09e985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:55.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:59,723 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.048s 2023-07-21 07:35:59,724 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20592d28-6ff5-4e1a-b780-86e3c0f09079', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-20592d28-6ff5-4e1a-b780-86e3c0f09079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:59,738 79482 INFO [tempest.common.waiters] volume 006cee7e-6f78-4c99-bf32-6f3ce41f677f reached available after waiting for 4.738808 seconds 2023-07-21 07:35:59,788 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.049s 2023-07-21 07:35:59,789 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c2bf27-3b10-45fa-b6ba-e1cd7cff8367', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c2bf27-3b10-45fa-b6ba-e1cd7cff8367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:35:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "2 1430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:35:59,901 79482 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.097s 2023-07-21 07:35:59,902 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d7773093-7eac-4413-8d4f-a762378eba33', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8df0ebfdd82246bd9a086820202b532b", "name": "tempest-TestVolumeBootPattern-1155476164-project-member", "password_expires_at": null}, "audit_ids": ["WCW73mYmRBeQlMA9_AKnsw"], "expires_at": "2023-07-21T08:35:59.000000Z", "issued_at": "2023-07-21T07:35:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "name": "tempest-TestVolumeBootPattern-1155476164"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:35:59,902 79482 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_image_defined_boot_from_volume) Found network {'id': 'af12adde-23cb-4071-929c-0a9771c5735f', 'name': 'tempest-TestVolumeBootPattern-573873107-network', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:09Z', 'updated_at': '2023-07-21T07:35:09Z', 'revision_number': 1} available for tenant 2023-07-21 07:35:59,903 79482 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:35:59,903 79482 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:35:59,967 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2023-07-21 07:35:59,967 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-459427141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGwUqmoXzjNFgiLA655YyajNrmGCiQTUosEMmBwUaKALvxtICGHZ7zt3is10myLfB9X6VL4VY+htUoD2aw4Hi1aPyar1E2mkzcWvHxnnMUY6UucBD1O0B0VHB5KZ1EGSjQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8c7780-0648-4527-846f-120c1e729fe4', 'x-compute-request-id': 'req-6c8c7780-0648-4527-846f-120c1e729fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-459427141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGwUqmoXzjNFgiLA655YyajNrmGCiQTUosEMmBwUaKALvxtICGHZ7zt3is10myLfB9X6VL4VY+htUoD2aw4Hi1aPyar1E2mkzcWvHxnnMUY6UucBD1O0B0VHB5KZ1EGSjQ==", "fingerprint": "ed:da:f4:98:51:fb:7c:f0:c8:64:f6:1d:08:ca:d8:7d", "user_id": "8df0ebfdd82246bd9a086820202b532b"}}' 2023-07-21 07:35:59,972 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-459427141 created 2023-07-21 07:36:00,350 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.377s 2023-07-21 07:36:00,350 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--244545563", "description": "tempest-description--1563407451"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-33a86e57-b1ea-42dc-bf5c-6c6ffb75517a', 'date': 'Fri, 21 Jul 2023 07:36:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "name": "tempest-securitygroup--244545563", "stateful": true, "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "description": "tempest-description--1563407451", "shared": false, "security_group_rules": [{"id": "aff90058-21a0-41e5-a2b4-0c79aa6954a8", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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": 1148, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}, {"id": "bc6f2927-e77c-44cb-b20f-f5edd86215a7", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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": 1149, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 1, "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:00,905 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.554s 2023-07-21 07:36:00,906 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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-a355b21e-10b0-4420-96e3-184fd32626d9', 'date': 'Fri, 21 Jul 2023 07:36: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": "65bde363-4c2d-4dcb-b4fd-5a80fa5905e1", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}}' 2023-07-21 07:36:01,724 79482 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-21 07:36:01,724 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d6874c40-0ad9-461c-bd4c-bd6036887449', 'date': 'Fri, 21 Jul 2023 07:36: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": "ce75fcf5-0f63-4127-a5cb-0cd02023927b", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "b02ee24c-6edc-4fe4-bf23-b27a059a0595", "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-21T07:36:01Z", "updated_at": "2023-07-21T07:36:01Z", "revision_number": 0}}' 2023-07-21 07:36:01,724 79482 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--244545563 created 2023-07-21 07:36:03,673 79482 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.948s 2023-07-21 07:36:03,674 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8f616f02-c55b-46d6-aa3a-5617f95b21ee', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "000ac57d-cc86-48e9-82ba-d66de7d142ff", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "floating_ip_address": "172.24.4.180", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:02Z", "updated_at": "2023-07-21T07:36:02Z", "revision_number": 0}}' 2023-07-21 07:36:03,674 79482 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '000ac57d-cc86-48e9-82ba-d66de7d142ff', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:02Z', 'updated_at': '2023-07-21T07:36:02Z', 'revision_number': 0, 'ip': '172.24.4.180'} created 2023-07-21 07:36:03,674 79482 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-459427141', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGwUqmoXzjNFgiLA655YyajNrmGCiQTUosEMmBwUaKALvxtICGHZ7zt3is10myLfB9X6VL4VY+htUoD2aw4Hi1aPyar1E2mkzcWvHxnnMUY6UucBD1O0B0VHB5KZ1EGSjQ==', 'fingerprint': 'ed:da:f4:98:51:fb:7c:f0:c8:64:f6:1d:08:ca:d8:7d', 'user_id': '8df0ebfdd82246bd9a086820202b532b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAR3lxjy7dG/w5WyNJqClQdG0N/gmW57RnAzrEwCiqw/GrGdZ/aQPP0\nu+VSDjy0VtugBwYFK4EEACKhZANiAARsFKpqF84zRYIiwOueWMmoza5hgokE1KLB\nDJgcFGigC78bSAhh2e87d4rNdJsi3wfV+lS+FWPobVKA9msOB4tWj8mq9RNppM3F\nrx8Z5zFGOlLnAQ9TtAdFRweSmdRBko0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b02ee24c-6edc-4fe4-bf23-b27a059a0595', 'name': 'tempest-securitygroup--244545563', 'stateful': True, 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'description': 'tempest-description--1563407451', 'shared': False, 'security_group_rules': [{'id': 'aff90058-21a0-41e5-a2b4-0c79aa6954a8', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'security_group_id': 'b02ee24c-6edc-4fe4-bf23-b27a059a0595', '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': 1148, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:00Z', 'updated_at': '2023-07-21T07:36:00Z', 'revision_number': 0}, {'id': 'bc6f2927-e77c-44cb-b20f-f5edd86215a7', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'security_group_id': 'b02ee24c-6edc-4fe4-bf23-b27a059a0595', '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': 1149, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:00Z', ' updated_at': '2023-07-21T07:36:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:00Z', 'updated_at': '2023-07-21T07:36:00Z', 'revision_number': 1, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd'}, 'floating_ip': {'id': '000ac57d-cc86-48e9-82ba-d66de7d142ff', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:02Z', 'updated_at': '2023-07-21T07:36:02Z', 'revision_number': 0, 'ip': '172.24.4.180'}} 2023-07-21 07:36:03,697 79482 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.022s 2023-07-21 07:36:03,697 79482 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-1598304817", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}], "networks": [{"uuid": "af12adde-23cb-4071-929c-0a9771c5735f"}], "security_groups": [{"name": "tempest-securitygroup--244545563"}], "key_name": "tempest-keypair-459427141", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-c259cf56-8f71-4211-9b8d-662256970356', 'x-compute-request-id': 'req-c259cf56-8f71-4211-9b8d-662256970356', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:03,738 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-459427141 0.039s 2023-07-21 07:36:03,738 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 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-89ccda5d-e813-476e-ad6c-793d05cd4343', 'x-compute-request-id': 'req-89ccda5d-e813-476e-ad6c-793d05cd4343', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-459427141'} Body: b'' 2023-07-21 07:36:04,028 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595 0.290s 2023-07-21 07:36:04,029 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-069f5e99-5d04-48de-8f77-201f8c870953', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '204', 'content-location': ' http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595'} Body: b'' 2023-07-21 07:36:04,062 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595 0.033s 2023-07-21 07:36:04,062 79482 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-a38dd443-8269-4276-a8f2-01ab03b112f3', 'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b02ee24c-6edc-4fe4-bf23-b27a059a0595'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b02ee24c-6edc-4fe4-bf23-b27a059a0595 does not exist", "detail": ""}}' 2023-07-21 07:36:05,081 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/000ac57d-cc86-48e9-82ba-d66de7d142ff 1.018s 2023-07-21 07:36:05,082 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-5e8ceb00-b4ea-4496-ad38-2dde80a3d17e', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/000ac57d-cc86-48e9-82ba-d66de7d142ff'} Body: b'' 2023-07-21 07:36:05,166 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.083s 2023-07-21 07:36:05,166 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-f1115c41-956e-4915-94d9-fb8201725eb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'' 2023-07-21 07:36:05,221 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.054s 2023-07-21 07:36:05,222 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20fb55e6-b539-4d49-8ae1-e1c4ca8f1b36', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20fb55e6-b539-4d49-8ae1-e1c4ca8f1b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:06,329 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.093s 2023-07-21 07:36:06,329 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b7c370-8ce3-4e2a-8922-391ff010b10b', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b7c370-8ce3-4e2a-8922-391ff010b10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:07,411 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.068s 2023-07-21 07:36:07,411 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add3c165-df43-4b27-8237-6b63c2f1992d', 'content-length': '1365', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add3c165-df43-4b27-8237-6b63c2f1992d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:08,497 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.065s 2023-07-21 07:36:08,498 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf8f6f9-0eeb-4bf3-bbcc-c8d26f93445e', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf8f6f9-0eeb-4bf3-bbcc-c8d26f93445e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"volume": {"id": "006cee7e-6f78-4c99-bf32-6f3ce41f677f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:35:55.000000", "updated_at": "2023-07-21T07:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1618657660", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:09,664 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f 0.035s 2023-07-21 07:36:09,665 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a70abb84-10ad-4ec8-90d6-ea577d2fe7f0', 'x-openstack-request-id': 'req-a70abb84-10ad-4ec8-90d6-ea577d2fe7f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/006cee7e-6f78-4c99-bf32-6f3ce41f677f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 006cee7e-6f78-4c99-bf32-6f3ce41f677f could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 88, in test_stamp_pattern server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:00,361 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.339s 2023-07-21 07:36:00,362 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1824871147", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQwzwP7nsh/5zkrLDZz3ez9YhfNGXmU87+SNvlbCPQmxtW7akVJys1+5rCnWnspR0vRHYpD1U/vkFmgp4o52cVyanrYKGN1I8HIo+lbbndl1Jt6gONVN3+bUcJt16b2kQ=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:00 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-8b22af58-88e4-48ab-96b2-3dfb0d1febcf', 'x-compute-request-id': 'req-8b22af58-88e4-48ab-96b2-3dfb0d1febcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1824871147", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGQwzwP7nsh/5zkrLDZz3ez9YhfNGXmU87+SNvlbCPQmxtW7akVJys1+5rCnWnspR0vRHYpD1U/vkFmgp4o52cVyanrYKGN1I8HIo+lbbndl1Jt6gONVN3+bUcJt16b2kQ==", "fingerprint": "9d:4e:c6:a4:31:09:fc:0d:f5:63:05:eb:65:f6:13:0b", "user_id": "25e9631c71e0471a8314d29cc7b8550f"}}' 2023-07-21 07:36:01,232 79502 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.867s 2023-07-21 07:36:01,232 79502 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-1612195917", "description": "tempest-secgroup-smoke-1612195917 description", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-36222974-e138-44c8-8f0a-4424f363d2df', 'date': 'Fri, 21 Jul 2023 07:36:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "name": "tempest-secgroup-smoke-1612195917", "stateful": true, "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "description": "tempest-secgroup-smoke-1612195917 description", "shared": false, "security_group_rules": [{"id": "7c084b32-7a72-4603-bca3-f3b1d7079990", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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": 1152, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}, {"id": "ec3152cd-5b31-43d6-a9d1-d2f685b4344d", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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": 1153, "description": null, "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:00Z", "updated_at": "2023-07-21T07:36:00Z", "revision_number": 1, "projec t_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:02,415 79502 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 1.182s 2023-07-21 07:36:02,416 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "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-ec3cb2f1-8672-4432-a40e-1a2116e5332d', 'date': 'Fri, 21 Jul 2023 07:36:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "26ea9d57-a0e4-40cb-9096-6ab559982dbe", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:01Z", "updated_at": "2023-07-21T07:36:01Z", "revision_number": 0}}' 2023-07-21 07:36:03,062 79502 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.646s 2023-07-21 07:36:03,062 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "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-83a981c6-6414-41ce-8568-50831960186d', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "03677aca-058d-46a6-b3fe-05e92f2d6796", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:02Z", "updated_at": "2023-07-21T07:36:02Z", "revision_number": 0}}' 2023-07-21 07:36:03,226 79502 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.163s 2023-07-21 07:36:03,227 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bec28133-fb8f-4c96-8e87-5eb180f1f424', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c6e429d-31fa-45c7-8cff-9b9d1cd7060c", "project_id": "afe352ff 2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:03,461 79502 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-21 07:36:03,461 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b3142389-ff30-4ab9-a8cf-f5f7f0f05cb0', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3907e132-70c0-44df-88e0-5de943044e5f", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:03,667 79502 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.205s 2023-07-21 07:36:03,667 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-e1de05e0-8cb8-4cc4-abd4-ebd467e0cc4e', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "44608842-a189-4bd9-a968-af55a5bc0df6", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:03,914 79502 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.246s 2023-07-21 07:36:03,914 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1aa4bcae-faa2-4edb-b625-48669753c382', 'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "79849414-861e-41a5-b2ff-50aaf30c9390", "project_id": "afe352ff2e1e4fbd80dd18a0ff323743", "tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743", "security_group_id": "bdb4d083-1977-43e2-8a92-8b4b5980f4a4", "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-21T07:36:03Z", "updated_at": "2023-07-21T07:36:03Z", "revision_number": 0}}' 2023-07-21 07:36:04,159 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes 0.243s 2023-07-21 07:36:04,159 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-535419991", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f8ec24-8b92-4215-b2a2-3109a3f63b72', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f8ec24-8b92-4215-b2a2-3109a3f63b72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.097979", "updated_at": null, "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:36:04,260 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.090s 2023-07-21 07:36:04,260 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e2bca29-672e-40a9-9534-4fff5b1d1138', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e2bca29-672e-40a9-9534-4fff5b1d1138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:05,339 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.065s 2023-07-21 07:36:05,339 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c9b9da2-f7bd-41eb-8eb5-21be2fc0a879', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c9b9da2-f7bd-41eb-8eb5-21be2fc0a879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:04.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:06,474 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.119s 2023-07-21 07:36:06,474 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756e013f-5b1c-4635-b70c-a5f42ae23fc5', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756e013f-5b1c-4635-b70c-a5f42ae23fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:06.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-46 7b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:06,494 79502 INFO [tempest.common.waiters] volume 91bad7a7-3fef-467b-b600-987da837ef65 reached available after waiting for 2.494565 seconds 2023-07-21 07:36:06,570 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.075s 2023-07-21 07:36:06,571 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c45d68e-b467-4bd4-a6af-a3facc355120', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c45d68e-b467-4bd4-a6af-a3facc355120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:06.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:06,775 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.177s 2023-07-21 07:36:06,776 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 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-b819e41e-bb1d-4cd0-b42a-4ac783810390', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "25e9631c71e0471a8314d29cc7b8550f", "name": "tempest-TestStampPattern-1796033367-project-member", "password_expires_at": null}, "audit_ids": ["25uDEbelTf6ki55Q7EOwww"], "expires_at": "2023-07-21T08:36:06.000000Z", "issued_at": "2023-07-21T07:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afe352ff2e1e4fbd80dd18a0ff323743", "name": "tempest-TestStampPattern-1796033367"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614be a646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/afe352ff2e1e4fbd80dd18a0ff323743", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:06,777 79502 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '18f0bf20-4df4-4282-9fb5-6b8613a89050', 'name': 'tempest-TestStampPattern-528070192-network', 'tenant_id': 'afe352ff2e1e4fbd80dd18a0ff323743', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'afe352ff2e1e4fbd80dd18a0ff323743', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 20529, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:36Z', 'updated_at': '2023-07-21T07:35:36Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:06,848 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.069s 2023-07-21 07:36:06,849 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-157034102", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1824871147", "security_groups": [{"name": "tempest-secgroup-smoke-1612195917"}], "networks": [{"uuid": "18f0bf20-4df4-4282-9fb5-6b8613a89050"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-b4992466-5008-42ce-9725-38baf19ea00e', 'x-compute-request-id': 'req-b4992466-5008-42ce-9725-38baf19ea00e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:06,976 79502 INFO [tempest.lib.comm on.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.125s 2023-07-21 07:36:06,976 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 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-72b327c4-84a6-42b2-8e02-22a66d0bd6ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'' 2023-07-21 07:36:07,104 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.126s 2023-07-21 07:36:07,104 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c06df82-78c2-4fb7-8235-d130f315ae34', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c06df82-78c2-4fb7-8235-d130f315ae34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:08,180 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.063s 2023-07-21 07:36:08,180 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719a51fd-0eee-44f4-bd87-fa1d978ea462', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719a51fd-0eee-44f4-bd87-fa1d978ea462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "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/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:09,298 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.095s 2023-07-21 07:36:09,298 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72e8f50-cb6d-4189-87d3-81aa9b5bd42c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72e8f50-cb6d-4189-87d3-81aa9b5bd42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:10,387 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.077s 2023-07-21 07:36:10,387 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dace6d8e-01ab-4396-b673-27a592298099', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dace6d8e-01ab-4396-b673-27a592298099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd 18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:11,464 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.058s 2023-07-21 07:36:11,465 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861e41eb-2334-4caa-9309-4abf7afe9e79', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861e41eb-2334-4caa-9309-4abf7afe9e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"volume": {"id": "91bad7a7-3fef-467b-b600-987da837ef65", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:04.000000", "updated_at": "2023-07-21T07:36:07.000000", "name": "tempest-TestStampPattern-volume-535419991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65"}], "user_id": "25e9631c71e0471a8314d29cc7b8550f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afe352ff2e1e4fbd80dd18a0ff323743"}}' 2023-07-21 07:36:12,507 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65 0.030s 2023-07-21 07:36:12,508 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:12 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-e380a6d8-b676-48d5-b9f4-1acf4b5c3d5e', 'x-openstack-request-id': 'req-e380a6d8-b676-48d5-b9f4-1acf4b5c3d5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/afe352ff2e1e4fbd80dd18a0ff323743/volumes/91bad7a7-3fef-467b-b600-987da837ef65'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91bad7a7-3fef-467b-b600-987da837ef65 could not be found."}}' 2023-07-21 07:36:12,822 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/bdb4d083-1977-43e2-8a92-8b4b5980f4a4 0.314s 2023-07-21 07:36:12,823 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-4b28de2a-dac8-4fda-b150-6feb6f7397db', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bdb4d083-1977-43e2-8a92-8b4b5980f4a4'} Body: b'' 2023-07-21 07:36:12,860 79502 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1824871147 0.036s 2023-07-21 07:36:12,860 79502 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-46ec3956-0bb3-4e73-9a17-4cdaec22658b', 'x-compute-request-id': 'req-46ec3956-0bb3-4e73-9a17-4cdaec22658b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1824871147'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 56, in test_snapshot_data_integrity server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:06,681 79486 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:36:06,681 79486 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:36:07,005 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.320s 2023-07-21 07:36:07,007 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1480659691", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB5fcX68R/3WAugvRufZkEBKIBjF6ro+o0WLA/9zzHEGlcWVLAlvOO7rm2E29KytDWep7veq4A/5rGCmFhkcTt+6mjiNagmnZwvhLMHno2qUyI75A9/df/IN9eCSgm7AGg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:06 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-1eab9ea1-a8ca-472e-b1f4-07bf936253f4', 'x-compute-request-id': 'req-1eab9ea1-a8ca-472e-b1f4-07bf936253f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1480659691", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB5fcX68R/3WAugvRufZkEBKIBjF6ro+o0WLA/9zzHEGlcWVLAlvOO7rm2E29KytDWep7veq4A/5rGCmFhkcTt+6mjiNagmnZwvhLMHno2qUyI75A9/df/IN9eCSgm7AGg==", "fingerprint": "0c:3c:92:49:e1:a0:01:b3:a1:f3:2a:e5:4b:ac:85:68", "user_id": "1e860ca1779b46c682ff88bcdead25ec"}}' 2023-07-21 07:36:07,012 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1480659691 created 2023-07-21 07:36:07,446 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.432s 2023-07-21 07:36:07,446 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--485806203", "description": "tempest-description--125332157"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-cc67c1dd-2436-47fd-b195-1985cd681b9a', 'date': 'Fri, 21 Jul 2023 07:36:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f63acd92-b02f-4b2a-b421-d03009237445", "name": "tempest-securitygroup--485806203", "stateful": true, "tenant_id": "959083de352b46a59d125a961635ab0f", "description": "tempest-description--125332157", "shared": false, "security_group_rules": [{"id": "09bab397-6492-4dd9-94c2-8fe1686e2106", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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": 1172, "description": null, "tags": [], "created_at": "2023-07-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}, {"id": "39d91fd3-e4dd-4b47-8a8c-6c0cac6ceb00", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_pref ix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1173, "description": null, "tags": [], "created_at": "2023-07-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 1, "project_id": "959083de352b46a59d125a961635ab0f"}}' 2023-07-21 07:36:07,772 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.325s 2023-07-21 07:36:07,773 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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-19439fde-4de2-4688-b599-27fab435938d', 'date': 'Fri, 21 Jul 2023 07:36: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": "709246c5-e79d-4d57-822b-4f798e1eb2a3", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}}' 2023-07-21 07:36:08,047 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.272s 2023-07-21 07:36:08,048 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-49a82f00-e665-4da7-a7ab-f9624d5e207e', 'date': 'Fri, 21 Jul 2023 07:36: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": "a2785757-67b5-496f-9ebc-4526e7777629", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "f63acd92-b02f-4b2a-b421-d03009237445", "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-21T07:36:07Z", "updated_at": "2023-07-21T07:36:07Z", "revision_number": 0}}' 2023-07-21 07:36:08,048 79486 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--485806203 created 2023-07-21 07:36:09,287 79486 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.238s 2023-07-21 07:36:09,287 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x -openstack-request-id': 'req-4d2e4513-4ea4-4c50-9461-858012d963ed', 'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8f2e6142-bc17-4722-9ea2-31a37a18643a", "tenant_id": "959083de352b46a59d125a961635ab0f", "floating_ip_address": "172.24.4.79", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "959083de352b46a59d125a961635ab0f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:08Z", "updated_at": "2023-07-21T07:36:08Z", "revision_number": 0}}' 2023-07-21 07:36:09,288 79486 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8f2e6142-bc17-4722-9ea2-31a37a18643a', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'floating_ip_address': '172.24.4.79', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '959083de352b46a59d125a961635ab0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:08Z', 'updated_at': '2023-07-21T07:36:08Z', 'revision_number': 0, 'ip': '172.24.4.79'} created 2023-07-21 07:36:09,745 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.456s 2023-07-21 07:36:09,745 79486 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-97398333", "description": "tempest-secgroup-smoke-97398333 description", "project_id": "959083de352b46a59d125a961635ab0f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-6649e04a-8c00-42a4-a2cd-b95a20a8f07b', 'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "name": "tempest-secgroup-smoke-97398333", "stateful": true, "tenant_id": "959083de352b46a59d125a961635ab0f", "description": "tempest-secgroup-smoke-97398333 description", "shared": false, "security_group_rules": [{"id": "76cc60ab-f9c1-4700-be65-6d68506457ef", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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": 1179, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}, {"id": "9ce03c9e-a68a-40db-a10c-9358e946c918", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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": 1180, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 1, "project_id": "959083de352b46a59d125a961635ab0f"}}' 2023-07-21 07:36:09,929 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/sec urity-group-rules 0.183s 2023-07-21 07:36:09,930 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "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-2eca4676-5dcf-44d6-9778-889f1a726667', 'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b8e0ead7-4af4-4fd9-be35-6666c825d2ea", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}}' 2023-07-21 07:36:10,219 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.288s 2023-07-21 07:36:10,219 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "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-dc80a509-b338-4243-956f-099c887bbec4', 'date': 'Fri, 21 Jul 2023 07:36: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": "f47ad0cd-6ea9-47e1-b0b8-056916997248", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,585 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.365s 2023-07-21 07:36:10,586 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-54216f7e-269c-4060-831c-eb4ba5fad52a', 'date': 'Fri, 21 Jul 2023 07:36: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": "664df57f-71cf-4d17-a654-b0d74bd23814", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": n ull, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-07-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,813 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.226s 2023-07-21 07:36:10,813 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-2c05f77b-eb1f-4b78-a24a-b05a0fdbb524', 'date': 'Fri, 21 Jul 2023 07:36: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": "d6210893-cf11-43d9-a0a7-e42ee9900fd9", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:11,354 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.540s 2023-07-21 07:36:11,354 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-d1e73a35-880a-4a92-9ae0-2854369f710d', 'date': 'Fri, 21 Jul 2023 07:36: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": "34ad469f-dddd-4eff-9520-c876e2ddeab1", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:11,728 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.373s 2023-07-21 07:36:11,729 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "project_id": "959083de352b46a59d125a961635ab0f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-07492b66-af43-4bf9-9508-86e1a4fe43e8', 'date': 'Fri, 21 Jul 2023 07:36: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": "5a7641cc-b1ed-4a6c-9a91-c387e3f53904", "project_id": "959083de352b46a59d125a961635ab0f", "tenant_id": "959083de352b46a59d125a961635ab0f", "security_group_id": "9bb4534c-2e20-4643-b800-6b75e1ef5e6a", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,779 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.039s 2023-07-21 07:36:11,780 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 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-149cc512-37e6-4fc6-b2ca-442d548d4610', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1e860ca1779b46c682ff88bcdead25ec", "name": "tempest-SnapshotDataIntegrityTests-312316193-project-member", "password_expires_at": null}, "audit_ids": ["PIfwsXRQReG9ia-bfa3NgQ"], "expires_at": "2023-07-21T08:36:11.000000Z", "issued_at": "2023-07-21T07:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "959083de352b46a59d125a961635ab0f", "name": "tempest-SnapshotDataIntegrityTests-312316193"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/959083de352b46a59d125a961635ab0f", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/959083de352b46a59d125a961635ab0f", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210/volume/v3/959083de352b46a59d125a961635ab0f", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:11,781 79486 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '67c8c364-9963-4c52-a61d-4ca80f4c3a6e', 'name': 'tempest-SnapshotDataIntegrityTests-1779130381-network', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '959083de352b46a59d125a961635ab0f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53401, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:42Z', 'updated_at': '2023-07-21T07:35:42Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:11,781 79486 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1480659691', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB5fcX68R/3WAugvRufZkEBKIBjF6ro+o0WLA/9zzHEGlcWVLAlvOO7rm2E29KytDWep7veq4A/5rGCmFhkcTt+6mjiNagmnZwvhLMHno2qUyI75A9/df/IN9eCSgm7AGg==', 'fingerprint': '0c:3c:92:49:e1:a0:01:b3:a1:f3:2a:e5:4b:ac:85:68', 'user_id': '1e860ca1779b46c682ff88bcdead25ec', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCj+/LxOWlDT9xgn5Zp3njeH4siW++xXBIaY/gx6HzzkhYyCmqq6MIW\nkLFieHlT4PegBwYFK4EEACKhZANiAAQeX3F+vEf91gLoL0bn2ZBASiAYxeq6PqNF\niwP/c8xxBpXFlSwJbzju65thNvSsrQ1nqe73quAP+axgphYZHE7fupo4jWoJp2cL\n4SzB56NqlMiO+QPf3X/yDfXgkoJuwBo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f63acd92-b02f-4b2a-b421-d03009237445', 'name': 'tempest-securitygroup--485806203', 'stateful': True, 'tenant_id': '959083de352b46a59d125a961635ab0f', 'description': 'tempest-description--125332157', 'shared': False, 'security_group_rules': [{'id': '09bab397-6492-4dd9-94c2-8fe1686e2106', 'project_id': '959083de352b46a59d125a961635ab0f', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'security_group_id': 'f63acd92-b02f-4b2a-b421-d03009237445', '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': 1172, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:07Z', 'updated_at': '2023-07-21T07:36:07Z', 'revision_number': 0}, {'id': '39d91fd3-e4dd-4b47-8a8c-6c0cac6ceb00', 'project_id': '959083de352b46a59d125a961635ab0f', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'security_group_id': 'f63acd92-b02f-4b2a-b421-d03009237445', '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': 1173, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:07Z', 'updated_at': '2023-07-21T07:36:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:07Z', 'updated_at': '2023-07-21T07:36:07Z', 'revision_number': 1, 'project_id': '959083de352b46a59d125a961635ab0f'}, 'floating_ip': {'id': '8f2e6142-bc17-4722-9ea2-31a37a18643a', 'tenant_id': '959083de352b46a59d125a961635ab0f', 'floating_ip_address': '172.24.4.79', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '959083de352b46a59d125a961635ab0f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:08Z', 'updated_at': '2023-07-21T07:36:08Z', 'revision_number': 0, 'ip': '172.24.4.79'}} 2023-07-21 07:36:11,818 79486 INFO [tempest.lib.common.rest_clien t] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 400 POST http://10.0.0.210/compute/v2.1/servers 0.036s 2023-07-21 07:36:11,819 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-419914744", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "key_name": "tempest-keypair-1480659691", "security_groups": [{"name": "tempest-secgroup-smoke-97398333"}, {"name": "tempest-securitygroup--485806203"}], "networks": [{"uuid": "67c8c364-9963-4c52-a61d-4ca80f4c3a6e"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-ab265c3b-e933-4ecf-81b7-1357a80e7234', 'x-compute-request-id': 'req-ab265c3b-e933-4ecf-81b7-1357a80e7234', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:12,327 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9bb4534c-2e20-4643-b800-6b75e1ef5e6a 0.507s 2023-07-21 07:36:12,328 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bbbddb21-9ccd-415d-ba73-42c24dfa17ae', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9bb4534c-2e20-4643-b800-6b75e1ef5e6a'} Body: b'' 2023-07-21 07:36:12,374 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1480659691 0.045s 2023-07-21 07:36:12,374 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-4fcd4828-35ee-44a5-b104-4f8c002e434e', 'x-compute-request-id': 'req-4fcd4828-35ee-44a5-b104-4f8c002e434e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1480659691'} Body: b'' 2023-07-21 07:36:12,641 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445 0.267s 2023-07-21 07:36:12,642 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-381b4005-ab42-4541-9448-30d6502e7da8', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445'} Body: b'' 2023-07-21 07:36:12,684 79486 INFO [tempest.lib.common .rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445 0.042s 2023-07-21 07:36:12,685 79486 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-9101563c-e140-4302-b618-973a7792f601', 'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f63acd92-b02f-4b2a-b421-d03009237445'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f63acd92-b02f-4b2a-b421-d03009237445 does not exist", "detail": ""}}' 2023-07-21 07:36:13,191 79486 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8f2e6142-bc17-4722-9ea2-31a37a18643a 0.505s 2023-07-21 07:36:13,192 79486 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d308f28e-4de9-41fc-92f2-9328f1f58959', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8f2e6142-bc17-4722-9ea2-31a37a18643a'} Body: b'' tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 179, in test_attach_volumes_with_nonexistent_volume_id server = self.create_server() File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:22,906 79498 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.121s 2023-07-21 07:36:22,906 79498 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 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-888a2a10-7543-4190-957e-b02799511d37', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c68b704d91bd4566a45861676e0b947c", "name": "tempest-VolumesNegativeTest-348873067-project-member", "password_expires_at": null}, "audit_ids": ["xXrt1dEkTaGDw9FWx3g_SA"], "expires_at": "2023-07-21T08:36:22.000000Z", "issued_at": "2023-07-21T07:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9a20b1cf6704ea5a68a9735263346ca", "name": "tempest-VolumesNegativeTest-348873067"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f9a20b1cf6704ea5a68a9735263346ca", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f9a20b1cf6704ea5a68a9735263346ca", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f9a20b1cf6704ea5a68a9735263346ca", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:22,907 79498 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant 2023-07-21 07:36:22,926 79498 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.019s 2023-07-21 07:36:22,927 79498 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-322894275", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-1514071a-1578-491b-9f57-c7e788278112', 'x-compute-request-id': 'req-1514071a-1578-491b-9f57-c7e788278112', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 72, in test_volume_boot_pattern instance_1st = self.boot_instance_from_resource( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1266, in boot_instance_from_resource return self.create_server(**create_kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 345, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:09,674 79482 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-07-21 07:36:09,749 79482 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.071s 2023-07-21 07:36:09,750 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-91612238", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8hdEA+2XUPDwGho+Eb/gnAnubUUQasT/IfKnH2xvg3qrZptSnP6gVgAhbNA2X8B3dm3Fozg0X2CjzkwnVD8smOUWgjMRTmw9jLoxMz/xHVVkvmgD+iqz3RA5UHLD7tfA=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7512d376-6499-4df4-a38c-4552008102fa', 'x-compute-request-id': 'req-7512d376-6499-4df4-a38c-4552008102fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-91612238", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB8hdEA+2XUPDwGho+Eb/gnAnubUUQasT/IfKnH2xvg3qrZptSnP6gVgAhbNA2X8B3dm3Fozg0X2CjzkwnVD8smOUWgjMRTmw9jLoxMz/xHVVkvmgD+iqz3RA5UHLD7tfA==", "fingerprint": "74:f0:5d:32:55:a6:ae:60:50:a2:87:ed:76:52:79:4d", "user_id": "8df0ebfdd82246bd9a086820202b532b"}}' 2023-07-21 07:36:10,060 79482 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.308s 2023-07-21 07:36:10,061 79482 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-689226367", "description": "tempest-secgroup-smoke-689226367 description", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a44f387c-a0a0-41cf-8477-c951c738ecf1', 'date': 'Fri, 21 Jul 2023 07:36:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "name": "tempest-secgroup-smoke-689226367", "stateful": true, "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "description": "tempest-secgroup-smoke-689226367 description", "shared": false, "security_group_rules": [{"id": "15d08bfb-cb66-4d77-beca-08222dee6f77", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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": 1184, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 0}, {"id": "736644c3-51f5-4bc5-89fc-74ba99def558", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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": 1183, "description": null, "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z" , "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:09Z", "updated_at": "2023-07-21T07:36:09Z", "revision_number": 1, "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:10,302 79482 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.240s 2023-07-21 07:36:10,303 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "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-d25b79a2-707c-40e7-97a0-0d6dcaf0661e', 'date': 'Fri, 21 Jul 2023 07:36: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": "ac95cdfa-8e90-4da5-8874-e95d2fe19941", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,666 79482 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.362s 2023-07-21 07:36:10,666 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "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-2a3a4b7b-2930-4300-b62f-6c00a32868ca', 'date': 'Fri, 21 Jul 2023 07:36: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": "5861921f-19d4-4167-8b2c-ffb2506b46f6", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:10,921 79482 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.255s 2023-07-21 07:36:10,922 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ab6303ca-1c24-4869-a50c-8a8a162167d8', 'date': 'Fri, 21 Jul 2023 07:36: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": "817b0a8d-c04e-4796-8ac2-28cff65a0687", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:10Z", "updated_at": "2023-07-21T07:36:10Z", "revision_number": 0}}' 2023-07-21 07:36:11,434 79482 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.511s 2023-07-21 07:36:11,434 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-90104fef-00d9-4e84-a600-b7717618d018', 'date': 'Fri, 21 Jul 2023 07:36: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": "842d2adb-b4d7-41bc-b91f-862a50feb419", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,613 79482 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.178s 2023-07-21 07:36:11,613 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-796dfafe-96d3-43ab-bf9d-2e6c2570cfc6', 'date': 'Fri, 21 Jul 2023 07:36: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": "7df7f02f-a1dd-448a-8215-dac7e5cef0bd", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,808 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.194s 2023-07-21 07:36:11,808 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ru le": {"security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bd88de38-e635-4438-9dc8-de0707a878c0', 'date': 'Fri, 21 Jul 2023 07:36: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": "1bdec476-f403-40b7-bc34-33dba20ffc09", "project_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "security_group_id": "d7b66c57-807a-45ba-98b5-ebabb8317a33", "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-21T07:36:11Z", "updated_at": "2023-07-21T07:36:11Z", "revision_number": 0}}' 2023-07-21 07:36:11,809 79482 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-07-21 07:36:11,836 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876 0.026s 2023-07-21 07:36:11,836 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a040cd1c-5b63-4b33-9fa7-54a287aece6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876'} 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": "151f17d139c64854a85f1a51e71d4533", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "created_at": "2023-07-21T07:28:40Z", "updated_at": "2023-07-21T07:28:42Z", "tags": [], "self": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876", "file": "/v2/images/2d82924a-7e5f-4a5d-afc8-70c09cb90876/file", "schema": "/v2/schemas/image"}' 2023-07-21 07:36:12,352 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes 0.514s 2023-07-21 07:36:12,352 79482 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-1439099452", "snapshot_id": null, "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2cc656c-9ff0-43e5-8e81-ee0ec04107e2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2cc656c-9ff0-43e5-8e81-ee0ec04107e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.242087", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-07-21 07:36:12,423 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.060s 2023-07-21 07:36:12,423 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0916440-09c0-4ff9-8ea0-a07eb8b7e71d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0916440-09c0-4ff9-8ea0-a07eb8b7e71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:13,486 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.046s 2023-07-21 07:36:13,487 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4feaa72-ee8e-4c8e-8cf1-d644160a3c76', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4feaa72-ee8e-4c8e-8cf1-d644160a3c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", " snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:14,562 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.054s 2023-07-21 07:36:14,563 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-795cac45-3e99-47a7-b2d0-9069d2dfbe5d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795cac45-3e99-47a7-b2d0-9069d2dfbe5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:15,624 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.048s 2023-07-21 07:36:15,625 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be5f238-e9ba-4c79-b190-15b1cc4cf810', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be5f238-e9ba-4c79-b190-15b1cc4cf810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "hre f": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:16,736 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.099s 2023-07-21 07:36:16,736 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc38a8d-ce17-48e9-b6b1-c6277c6a17b4', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc38a8d-ce17-48e9-b6b1-c6277c6a17b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:17,935 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.181s 2023-07-21 07:36:17,935 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1784c53d-6937-48aa-a8f8-c4f924dc02c2', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1784c53d-6937-48aa-a8f8-c4f924dc02c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "bootable": "true", "encrypted": false, "replication_status": nul l, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:17,945 79482 INFO [tempest.common.waiters] volume 936a3634-7357-447a-8522-ebe5e90a3650 reached available after waiting for 5.945782 seconds 2023-07-21 07:36:18,000 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.050s 2023-07-21 07:36:18,000 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8345649-27e7-46f7-b2e1-c276b5bce542', 'content-length': '1366', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8345649-27e7-46f7-b2e1-c276b5bce542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:18,370 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.356s 2023-07-21 07:36:18,371 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0d07b65d-b190-4cd7-9882-8a6bd352a245', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8df0ebfdd82246bd9a086820202b532b", "name": "tempest-TestVolumeBootPattern-11554 76164-project-member", "password_expires_at": null}, "audit_ids": ["G0ztvDZmTPuwoETBWEkc1w"], "expires_at": "2023-07-21T08:36:18.000000Z", "issued_at": "2023-07-21T07:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1fefab8db1c45d78dd9b5e7525a9bdd", "name": "tempest-TestVolumeBootPattern-1155476164"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:18,371 79482 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'af12adde-23cb-4071-929c-0a9771c5735f', 'name': 'tempest-TestVolumeBootPattern-573873107-network', 'tenant_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1fefab8db1c45d78dd9b5e7525a9bdd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48541, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:09Z', 'updated_at': '2023-07-21T07:35:09Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:18,437 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 400 POST http://10.0.0.210/compute/v2.1/servers 0.065s 2023-07-21 07:36:18,437 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-855781225", "imageRef": "", "flavorRef": "42", "security_groups": [{"name": "tempest-secgroup-smoke-689226367"}], "block_device_mapping_v 2": [{"uuid": "936a3634-7357-447a-8522-ebe5e90a3650", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestVolumeBootPattern-91612238", "networks": [{"uuid": "af12adde-23cb-4071-929c-0a9771c5735f"}]}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-affef5ee-98bc-441c-a270-dc64a3cc4c5d', 'x-compute-request-id': 'req-affef5ee-98bc-441c-a270-dc64a3cc4c5d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:18,796 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.357s 2023-07-21 07:36:18,798 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 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-ed18374e-3dab-4e46-9f2c-f7156df184ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'' 2023-07-21 07:36:18,853 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.054s 2023-07-21 07:36:18,854 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9f4e9e-bb22-4532-a4f9-9dd62ab64b28', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9f4e9e-bb22-4532-a4f9-9dd62ab64b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare ", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:19,941 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.075s 2023-07-21 07:36:19,941 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd9d1b7-7018-4253-9bfe-2acadad0ebb1', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd9d1b7-7018-4253-9bfe-2acadad0ebb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:21,017 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.063s 2023-07-21 07:36:21,018 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746e491b-fd1d-48b8-81fb-1410b48a2e25', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746e491b-fd1d-48b8-81fb-1410b48a2e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0 .0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:22,103 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.065s 2023-07-21 07:36:22,104 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9eefd1-75a0-4e82-98d4-3b05b9e06e69', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9eefd1-75a0-4e82-98d4-3b05b9e06e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"volume": {"id": "936a3634-7357-447a-8522-ebe5e90a3650", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2023-07-21T07:36:12.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1439099452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650"}], "user_id": "8df0ebfdd82246bd9a086820202b532b", "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": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "f1fefab8db1c45d78dd9b5e7525a9bdd"}}' 2023-07-21 07:36:23,149 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f1fefab8db1c45d78dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650 0.024s 2023-07-21 07:36:23,150 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36: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-c1114e95-b8e6-458f-aa9e-700ce43fd6ab', 'x-openstack-request-id': 'req-c1114e95-b8e6-458f-aa9e-700ce43fd6ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f1fefab8db1c45d78 dd9b5e7525a9bdd/volumes/936a3634-7357-447a-8522-ebe5e90a3650'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 936a3634-7357-447a-8522-ebe5e90a3650 could not be found."}}' 2023-07-21 07:36:23,583 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d7b66c57-807a-45ba-98b5-ebabb8317a33 0.433s 2023-07-21 07:36:23,584 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-d243af2d-b598-4a82-98ff-43d905bbaa88', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:23 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d7b66c57-807a-45ba-98b5-ebabb8317a33'} Body: b'' 2023-07-21 07:36:23,611 79482 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-91612238 0.027s 2023-07-21 07:36:23,611 79482 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7448fc13-9fc0-4206-bcbd-4c820e764e22', 'x-compute-request-id': 'req-7448fc13-9fc0-4206-bcbd-4c820e764e22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-91612238'} Body: b'' tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online server = self.create_server(wait_until='SSHABLE') File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 285, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 115, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Flavor 42 could not be found.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-07-21 07:36:13,627 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots 0.227s 2023-07-21 07:36:13,627 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107"}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34916ad8-2bc9-4b82-a1e8-1e83379dc3f7', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34916ad8-2bc9-4b82-a1e8-1e83379dc3f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:13.556355", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}}}' 2023-07-21 07:36:13,674 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.043s 2023-07-21 07:36:13,674 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20486bf8-5b70-4696-a9d5-cd07f8272173', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20486bf8-5b70-4696-a9d5-cd07f8272173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:14,723 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.043s 2023-07-21 07:36:14,723 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dfe99d9-e69b-4893-bbf4-673b300355ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dfe99d9-e69b-4893-bbf4-673b300355ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snaps hot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:15,758 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.028s 2023-07-21 07:36:15,759 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a77212-17c4-4e12-bab0-7f0e5256c01c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a77212-17c4-4e12-bab0-7f0e5256c01c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:16,901 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.138s 2023-07-21 07:36:16,905 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc345aa0-45ea-4436-ac73-7948f044c7f9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc345aa0-45ea-4436-ac73-7948f044c7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:17,980 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.045s 2023-07-21 07:36:17,980 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b8c95f-2537-432c-8ce3-4be5f062f9f9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b8c95f-2537-432c-8ce3-4be5f062f9f9', 'con nection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "0%"}}' 2023-07-21 07:36:19,057 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.046s 2023-07-21 07:36:19,059 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f24a785-66bc-42f2-8d87-2dd82ac865c2', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f24a785-66bc-42f2-8d87-2dd82ac865c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:18.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:19,063 79494 INFO [tempest.common.waiters] snapshot 1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 reached available after waiting for 6.063184 seconds 2023-07-21 07:36:19,065 79494 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-07-21 07:36:19,065 79494 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-07-21 07:36:19,480 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.413s 2023-07-21 07:36:19,481 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1161736959", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQJmPlV49zPdINmEWjLPRfgMDeUoX6r9SrdCTTCguzodJ5wA1z+IXt3PyU+lpm2MZzMEzRnk0XK3MXfvIhNM+LRdRVTIbmfYPtrCJL4ADgc3QO3s4ipBnpgsQKv7Zaawg=="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-604fb8bc-d6a4-416e-bf9e-92fee456dbf8', 'x-compute-request-id': 'req-604fb8bc-d6a4-416e-bf9e-92fee456dbf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1161736959", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQJmPlV49zPdINmEWjLPRfgMDeUoX6r9SrdCTTCguzodJ5wA1z+IXt3PyU+lpm2MZzMEzRnk0XK3MXfvIhNM+LRdRVTIbmfYPtrCJL4ADgc 3QO3s4ipBnpgsQKv7Zaawg==", "fingerprint": "8a:f8:40:c3:5b:d9:a4:fd:5a:e7:87:b7:f7:f7:d4:72", "user_id": "0f521dfa6d29494a837d9e7dc281b7fb"}}' 2023-07-21 07:36:19,483 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1161736959 created 2023-07-21 07:36:19,933 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.449s 2023-07-21 07:36:19,934 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1695678726", "description": "tempest-description--753701857"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-04aaa9fe-a1dc-43d8-9d60-404cdfdc0f3f', 'date': 'Fri, 21 Jul 2023 07:36:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "name": "tempest-securitygroup--1695678726", "stateful": true, "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "tempest-description--753701857", "shared": false, "security_group_rules": [{"id": "6a39ad46-6d1a-4246-bf0b-73b32ce9dd13", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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": 1207, "description": null, "tags": [], "created_at": "2023-07-21T07:36:19Z", "updated_at": "2023-07-21T07:36:19Z", "revision_number": 0}, {"id": "7bf47b33-5fe6-4826-b34d-6a360b4574f0", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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": 1208, "description": null, "tags": [], "created_at": "2023-07-21T07:36:19Z", "updated_at": "2023-07-21T07:36:19Z", "revision_number": 0}], "tags": [], "created_at": "2023-07-21T07:36:19Z", "updated_at": "2023-07-21T07:36:19Z", "revision_number": 1, "project_id": "375d7e882b8543cdb12dcfeadc87c477"}}' 2023-07-21 07:36:20,367 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.432s 2023-07-21 07:36:20,368 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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-5dd84d73-1def-4ad3-8b2d-d5d54b4629dc', 'date': 'Fri, 21 Jul 2023 07:36:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4f9bae6-54c7-4a36-a78e-9cbe72f17afe", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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, "descri ption": "", "created_at": "2023-07-21T07:36:20Z", "updated_at": "2023-07-21T07:36:20Z", "revision_number": 0}}' 2023-07-21 07:36:20,679 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.310s 2023-07-21 07:36:20,679 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-ad0172ef-fcce-453b-8dfd-492500b925b2', 'date': 'Fri, 21 Jul 2023 07:36:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cb1f302a-9726-49f1-a301-cd9ca65c4e3e", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "security_group_id": "08ce642e-bd04-4f66-8864-d4da878e7f21", "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-21T07:36:20Z", "updated_at": "2023-07-21T07:36:20Z", "revision_number": 0}}' 2023-07-21 07:36:20,680 79494 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1695678726 created 2023-07-21 07:36:21,869 79494 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.189s 2023-07-21 07:36:21,870 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-7a21af96-a2d6-4fe5-8f2c-c5d768c6fe6c', 'date': 'Fri, 21 Jul 2023 07:36:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1c1b6f0b-8358-4137-a147-7e8d6fddb786", "tenant_id": "375d7e882b8543cdb12dcfeadc87c477", "floating_ip_address": "172.24.4.16", "floating_network_id": "4f7c4b7c-7764-487a-88c2-38a2e6a19b4c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "375d7e882b8543cdb12dcfeadc87c477", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-07-21T07:36:21Z", "updated_at": "2023-07-21T07:36:21Z", "revision_number": 0}}' 2023-07-21 07:36:21,870 79494 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1c1b6f0b-8358-4137-a147-7e8d6fddb786', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:21Z', 'updated_at': '2023-07-21T07:36:21Z', 'revision_number': 0, 'ip': '172.24.4.16'} created 2023-07-21 07:36:22,004 79494 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.123s 2023-07-21 07:36:22,005 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:21 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-8f7c653f-1d0c-4089-8150-18dc0d4467d3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0f521dfa6d29494a837d9e7dc281b7fb", "name": "tempest-VolumesSnapshotTestJSON-739372916-project-member", "password_expires_at": null}, "audit_ids": ["uKwHWTG4Qh2aUXU0zcjkzw"], "expires_at": "2023-07-21T08:36:21.000000Z", "issued_at": "2023-07-21T07:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "375d7e882b8543cdb12dcfeadc87c477", "name": "tempest-VolumesSnapshotTestJSON-739372916"}, "is_domain": false, "roles": [{"id": "6dffd726846c421fae66d5b0f975a344", "name": "member"}, {"id": "bfbdf5eebe3242ba9868e952c9db967c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "61aca9e0dd484d7085218bbf4eabef84", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "02185cb779c341f690cdec114ab992c8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "175821603e244fd9913614bea646b600", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "06969d190ebc4a4891efb4b1e8f36383", "type": "image", "name": "glance"}, {"endpoints": [{"id": "571cc9bfbce64d81b880660f91a4fa58", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "0739eee8df774f91aeeb735028af1937", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "bf54fd751f12474eb2835ea766e94bda", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "7a5170130e434a8895fabd8970321c70", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "47dab9d1a3134059930e331a54cba02a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "7d3aeec44d6449cdbd24bf1ddf1afe98", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8c0438042f8f4d94bd5b388ee3c81c8f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "95c5dffbcbc54d11bf4a4d91db43d568", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "d56a524c46c0488c9926892ef79d0bc5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "c398a41c9d6248e3b6964f619f574378", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5d27ef74ee3f45758f229eae7ce07361", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477", "region": "RegionOne"}], "id": "cf117df701604b9c8a5283b1a8e6446b", "type": "block-storage", "name": "cinder"}]}}' 2023-07-21 07:36:22,006 79494 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'e032b106-0232-4a07-b6eb-d36b1d9f7b89', 'name': 'tempest-VolumesSnapshotTestJSON-388261838-network', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35396, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-07-21T07:35:35Z', 'updated_at': '2023-07-21T07: 35:35Z', 'revision_number': 1} available for tenant 2023-07-21 07:36:22,006 79494 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1161736959', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNQJmPlV49zPdINmEWjLPRfgMDeUoX6r9SrdCTTCguzodJ5wA1z+IXt3PyU+lpm2MZzMEzRnk0XK3MXfvIhNM+LRdRVTIbmfYPtrCJL4ADgc3QO3s4ipBnpgsQKv7Zaawg==', 'fingerprint': '8a:f8:40:c3:5b:d9:a4:fd:5a:e7:87:b7:f7:f7:d4:72', 'user_id': '0f521dfa6d29494a837d9e7dc281b7fb', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBn6Txjky6j19399yE2fA2w0ugUyTp3H7xCL7/XArKb9pvqfypYLoHx\nVusuiBSSTLagBwYFK4EEACKhZANiAATUCZj5VePcz3SDZhFoyz0X4DA3lKF+q/Uq\n3Qk0woLs6HSecANc/iF7dz8lPpaZtjGczBM0Z5NFytzF37yITTPi0XUVUyG5n2D7\nawiS+AA4HN0Dt7OIqQZ6YLECr+2WmsI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '08ce642e-bd04-4f66-8864-d4da878e7f21', 'name': 'tempest-securitygroup--1695678726', 'stateful': True, 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': 'tempest-description--753701857', 'shared': False, 'security_group_rules': [{'id': '6a39ad46-6d1a-4246-bf0b-73b32ce9dd13', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': '08ce642e-bd04-4f66-8864-d4da878e7f21', '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': 1207, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:19Z', 'updated_at': '2023-07-21T07:36:19Z', 'revision_number': 0}, {'id': '7bf47b33-5fe6-4826-b34d-6a360b4574f0', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'security_group_id': '08ce642e-bd04-4f66-8864-d4da878e7f21', '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': 1208, 'description': None, 'tags': [], 'created_at': '2023-07-21T07:36:19Z', 'updated_at': '2023-07-21T07:36:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2023-07-21T07:36:19Z', 'updated_at': '2023-07-21T07:36:19Z', 'revision_number': 1, 'project_id': '375d7e882b8543cdb12dcfeadc87c477'}, 'floating_ip': {'id': '1c1b6f0b-8358-4137-a147-7e8d6fddb786', 'tenant_id': '375d7e882b8543cdb12dcfeadc87c477', 'floating_ip_address': '172.24.4.16', 'floating_network_id': '4f7c4b7c-7764-487a-88c2-38a2e6a19b4c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '375d7e882b8543cdb12dcfeadc87c477', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-07-21T07:36:21Z', 'updated_at': '2023-07-21T07:36:21Z', 'revision_number': 0, 'ip': '172.24.4.16'}} 2023-07-21 07:36:22,035 79494 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.027s 2023-07-21 07:36:22,035 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1007267748", "imageRef": "2d82924a-7e5f-4a5d-afc8-70c09cb90876", "flavorRef": "42", "networks": [{"uuid": "e032b106-0232-4a07-b6eb-d36b1d9f7b89"}], "security_groups": [{"name": "tempest-securitygroup--1695678726"}], "key_name": "tempest-keypair-1161736959", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Versio n,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '73', 'x-openstack-request-id': 'req-dd2494d4-8483-4498-87ed-e7250ceb7c7a', 'x-compute-request-id': 'req-dd2494d4-8483-4498-87ed-e7250ceb7c7a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Flavor 42 could not be found."}}' 2023-07-21 07:36:22,088 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1161736959 0.052s 2023-07-21 07:36:22,088 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ffab734-d0f9-4627-ba71-bdcb7ef5d952', 'x-compute-request-id': 'req-7ffab734-d0f9-4627-ba71-bdcb7ef5d952', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1161736959'} Body: b'' 2023-07-21 07:36:22,265 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21 0.176s 2023-07-21 07:36:22,265 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c55f9bc3-fea2-4333-b454-962fb4c7f17f', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21'} Body: b'' 2023-07-21 07:36:22,289 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21 0.023s 2023-07-21 07:36:22,290 79494 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-620aaa2a-200a-4cce-b820-12e105e47ec3', 'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/08ce642e-bd04-4f66-8864-d4da878e7f21'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 08ce642e-bd04-4f66-8864-d4da878e7f21 does not exist", "detail": ""}}' 2023-07-21 07:36:22,801 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1c1b6f0b-8358-4137-a147-7e8d6fddb786 0.511s 2023-07-21 07:36:22,802 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-583604ef-75c2-4d26-9dee-426f63d46e57', 'content-length': '0', 'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1c1b6f0b-8358-4137-a147-7e8d6fddb786'} Body: b'' 2023-07-21 07:36:22,852 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/375d7e882b8 543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.050s 2023-07-21 07:36:22,852 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 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-29f46001-5bf6-4a20-b461-51cd55328e83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'' 2023-07-21 07:36:22,876 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.023s 2023-07-21 07:36:22,877 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb03f492-fd02-4fe0-ba34-97aa7be3df73', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb03f492-fd02-4fe0-ba34-97aa7be3df73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:23,906 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.024s 2023-07-21 07:36:23,906 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9964b9fc-f5cf-401b-a1dc-652e095eec4b', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9964b9fc-f5cf-401b-a1dc-652e095eec4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:24,939 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.027s 2023-07-21 07:36:24,939 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129f3b11-eb79-4c1d-bfcb-9b701c78b9d7', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129f3b11-eb79-4c1d-bfcb-9b701c78b9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:25,988 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.043s 2023-07-21 07:36:25,988 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6431ba03-29db-4caa-911f-645f64ab6c80', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6431ba03-29db-4caa-911f-645f64ab6c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:27,070 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.076s 2023-07-21 07:36:27,070 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ac1bd8-5ad2-41ce-9160-e98ef2d86f1e', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ac1bd8-5ad2-41ce-9160-e98ef2d86f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"snapshot": {"id": "1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3", "created_at": "2023-07-21T07:36:14.000000", "updated_at": "2023-07-21T07:36:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1624430107", "description": null, "volume_id": "e216cf1c-e71d-4444-be9e-e6a92885a40c", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "375d7e882b8543cdb12dcfeadc87c477", "os-extended-snapshot-attributes:progress": "100%"}}' 2023-07-21 07:36:28,092 79494 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 0.017s 2023-07-21 07:36:28,093 79494 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Fri, 21 Jul 2023 07:36:28 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-c1b32de2-4943-4444-85c6-b575632d6a65', 'x-openstack-request-id': 'req-c1b32de2-4943-4444-85c6-b575632d6a65', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/375d7e882b8543cdb12dcfeadc87c477/snapshots/1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3'} Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 1f33a9df-4cbb-4d6b-861e-66b5a5a62cc3 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 b7ad65d4-30b8-4bac-8767-a2cc33c0acfc 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.'}, )) ====== Totals ====== Ran: 290 tests in 333.0356 sec. - Passed: 216 - Skipped: 33 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 41 Sum of execute time for each test: 1247.3514 sec. ============== Worker Balance ============== - Worker 0 (37 tests) => 0:03:41.275767 - Worker 1 (24 tests) => 0:04:23.914298 - Worker 2 (27 tests) => 0:03:34.252068 - Worker 3 (20 tests) => 0:03:55.273727 - Worker 4 (27 tests) => 0:04:03.463677 - Worker 5 (10 tests) => 0:04:25.294723 - Worker 6 (22 tests) => 0:01:42.308302 - Worker 7 (26 tests) => 0:05:31.224662 - Worker 8 (22 tests) => 0:03:00.603782 - Worker 9 (44 tests) => 0:04:14.781938 - Worker 10 (12 tests) => 0:03:36.915699 - Worker 11 (19 tests) => 0:04:14.221020 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed