Status: Pass 242 Failure 98 Skip 29
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.admin.test_servers | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.admin.test_servers.ServersAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/admin/test_servers.py", line 48, in resource_setup
server = cls.create_test_server(name=cls.s2_name,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b6eb1b17-8e6f-44e9-a2bb-ef970bdd8015 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:10Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-faa0139d-7e77-4338-b384-0cfb1abb4d1e.
|
||||||
| setUpClass (tempest.api.compute.admin.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_negative.py", line 42, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 714af4bb-fafe-4684-931d-d896f14fee7e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:12Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-c38abe2c-6fc2-4177-8c16-a3f60add3edf.
|
||||||
| setUpClass (tempest.api.compute.admin.test_simple_tenant_usage | 1 | 0 | 1 | 0 | 0 | Detail | |
TenantUsagesTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/admin/test_simple_tenant_usage.py", line 43, in resource_setup
cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1c75c926-7f08-480a-aa22-2a758ebaf38c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:27Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-f005d730-8eca-4ca8-97d1-7051a36b2ffa.
|
||||||
| setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationTestJSON) |
fail
ft4.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions.py", line 70, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server efcaa136-6d6a-4a1b-b97a-1b411154a585 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:24Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-bd6ce2ed-1353-47be-aa10-57974c9cbdac.
|
||||||
| setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPsAssociationNegativeTestJSON) |
fail
ft5.1: setUpClass (tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py", line 72, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b7aa6b6b-28c2-4054-a591-7ccec1c163fd failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:11Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-3486e1e0-1511-445f-8cdf-9fca9978051e.
|
||||||
| setUpClass (tempest.api.compute.images.test_images_oneserver | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerTestJSON) |
fail
ft6.1: setUpClass (tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/images/test_images_oneserver.py", line 32, in resource_setup
cls.server_id = cls.create_test_server(wait_until='ACTIVE')['id']
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8bfb7a0b-08f0-40da-b68c-27133c24d4cf failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:59Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-578e3742-7bd2-40e2-9adc-fae9c1e53aa4.
|
||||||
| setUpClass (tempest.api.compute.images.test_images_oneserver_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ImagesOneServerNegativeTestJSON) |
fail
ft7.1: setUpClass (tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/images/test_images_oneserver_negative.py", line 86, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 07bf5901-2015-4c15-be12-87d6ae734347 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:19Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-56e07ac0-d873-480f-a35c-3f1cf3118088.
|
||||||
| setUpClass (tempest.api.compute.images.test_list_image_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListImageFiltersTestJSON) |
fail
ft8.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/images/test_list_image_filters.py", line 99, in resource_setup
cls.server2 = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server bac16d0a-7f4b-47b8-bd01-24b44226026e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:24Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-19543766-3d4b-4280-9c0d-c7cbc6f87456.
|
||||||
| setUpClass (tempest.api.compute.servers.test_create_server | 4 | 0 | 4 | 0 | 0 | Detail | |
ServersTestBootFromVolume) |
fail
ft9.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 63, in resource_setup
server_initial = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 357f54af-993f-4f1b-8a29-e909d5440d14 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:49Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-ccb13ffe-f4ff-4712-a5d5-52532c7320f8.
|
||||||
ServersV294TestFqdnHostnames) |
fail
ft9.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersV294TestFqdnHostnames)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 274, in resource_setup
cls.test_server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0885b27d-1e80-4c86-bc46-4d070520c48e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:51Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8b4f6a3f-56f5-4fb7-ba61-d67ab3d98209.
|
||||||
ServersTestJSON) |
fail
ft9.3: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 63, in resource_setup
server_initial = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1358dab1-2e14-479b-bfc1-2a64414bce9d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:58Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-c15a90a8-f445-4a87-8c06-44338a9f34f5.
|
||||||
ServersTestManualDisk) |
fail
ft9.4: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 63, in resource_setup
server_initial = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1b0b3a1c-f245-4a90-8f28-381834a2d097 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:27Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-212f1ec7-ae6d-4a97-9c0f-7d434ca50b83.
|
||||||
| setUpClass (tempest.api.compute.servers.test_instance_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsTestJSON) |
fail
ft10.1: setUpClass (tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions.py", line 34, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 998e8b05-f6ba-45b8-9613-8039194b3d02 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:26Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-3800f4cf-f70f-4791-8125-ff2413fe4409.
|
||||||
| setUpClass (tempest.api.compute.servers.test_instance_actions_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
InstanceActionsNegativeTestJSON) |
fail
ft11.1: setUpClass (tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions_negative.py", line 35, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server eac16e7b-7c57-4d15-b221-ab36b478d235 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:00Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8c3da6f3-30f8-4ba0-9287-84113b033fc5.
|
||||||
| setUpClass (tempest.api.compute.servers.test_list_server_filters | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServerFiltersTestJSON) |
fail
ft12.1: setUpClass (tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_list_server_filters.py", line 68, in resource_setup
cls.s3 = cls.create_test_server(name=cls.s3_name,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c2953710-5945-41ab-88ae-5be6fb636636 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:44Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-c44d3bac-4432-4c6c-8869-ccf56382c1ba.
|
||||||
| setUpClass (tempest.api.compute.servers.test_list_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ListServersNegativeTestJSON) |
fail
ft13.1: setUpClass (tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_list_servers_negative.py", line 40, in resource_setup
body = cls.create_test_server(wait_until='ACTIVE', min_count=3)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1874e770-98b1-43af-a70e-ed13e0153040 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:51Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-db401a34-a6de-44d9-ac34-55f441da4226.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_actions | 4 | 0 | 4 | 0 | 0 | Detail | |
ServerActionsV293TestJSON) |
fail
ft14.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup
cls.server_id = cls.recreate_server(None, volume_backed=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server db7face4-9526-4140-977f-a5e992f2ea9c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:16Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-dfffdb5c-aa95-4e4d-b15f-71be226585ef.
|
||||||
ServerActionsTestOtherB) |
fail
ft14.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 4a68901c-6433-4d6a-afd3-390e70324db7 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:26Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8fc7167f-a69f-4da7-8501-17bef33da89a.
|
||||||
ServerActionsTestJSON) |
fail
ft14.3: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 4d40f028-9ec0-43a6-88cf-1ea407b5f492 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:38Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-5a25e049-b846-492c-902b-90fd99239e13.
|
||||||
ServerActionsTestOtherA) |
fail
ft14.4: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a8c703a5-48f2-4009-b51d-b0ed87c04dda failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:03Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-cc07353c-5721-4a61-9d21-edcdb042d929.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_addresses | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesTestJSON) |
fail
ft15.1: setUpClass (tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_addresses.py", line 33, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server e6c161f3-2761-4b60-aefc-dbe46f248655 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:07Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-02a3bb2c-04e3-45e8-b122-5d1eb9039f7d.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_addresses_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerAddressesNegativeTestJSON) |
fail
ft16.1: setUpClass (tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_addresses_negative.py", line 33, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1ef6ad18-d4b5-4270-827b-6d36cbb14c76 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:16Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-1a459592-b568-4a3b-b160-b9827eb6e272.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataTestJSON) |
fail
ft17.1: setUpClass (tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_metadata.py", line 37, in resource_setup
cls.server = cls.create_test_server(metadata={}, wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6f9e4855-b5f3-4ebb-8ec9-51f7ca7b1257 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:50Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-6ace0266-484a-43c9-9200-7d26a8182c9a.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_metadata_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerMetadataNegativeTestJSON) |
fail
ft18.1: setUpClass (tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_metadata_negative.py", line 36, in resource_setup
cls.server = cls.create_test_server(metadata={}, wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 35bc2fd4-14cd-45a3-99d2-cd6c685ccf91 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:07Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-71d95a91-a438-4f2a-88af-6d9a1c0b0cfe.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_password | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerPasswordTestJSON) |
fail
ft19.1: setUpClass (tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_password.py", line 29, in resource_setup
cls.server = cls.create_test_server(wait_until="ACTIVE")
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 60f2cee6-82bd-4c69-8df4-c874021eb4f0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:07Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-e0ed4b34-4745-40bf-b054-38e464b91b1e.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue | 5 | 0 | 2 | 0 | 3 | Detail | |
ServerBootFromVolumeStableRescueTest) |
skip
pt20.1: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest)
|
||||||
ServerStableDeviceRescueTest) |
skip
pt20.2: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest)
|
||||||
ServerStableDeviceRescueTestIDE) |
skip
pt20.3: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE)
|
||||||
ServerRescueTestJSONUnderV235) |
fail
ft20.4: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup
server = cls.create_test_server(adminPass=password,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f71a3206-502b-493f-8974-ac9190c2edad failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:52Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-906048db-60cd-4611-9b52-07c3d58bd8c9.
|
||||||
ServerRescueTestJSON) |
fail
ft20.5: setUpClass (tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 49, in resource_setup
server = cls.create_test_server(adminPass=password,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 869c3f80-30e1-41d1-8ff9-8856c8bddfe3 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:06Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-eeb2bcfc-5bb8-4a45-9abb-3b675affc94f.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft21.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 54, in resource_setup
resc_server = cls.create_test_server(adminPass=rescue_password,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7572c248-8c9d-41a7-86a2-e76c5433d5cf failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:31Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-1ca85f7e-ac2a-4838-a5bc-8f4307f3eabd.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_tags | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerTagsTestJSON) |
fail
ft22.1: setUpClass (tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_tags.py", line 40, in resource_setup
cls.server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 76722736-d58f-40a3-8864-ed0e3082753a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:35Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-1615a839-2b19-4345-83ba-8fddfe6434bf.
|
||||||
| setUpClass (tempest.api.compute.servers.test_servers_negative | 2 | 0 | 2 | 0 | 0 | Detail | |
ServersNegativeTestMultiTenantJSON) |
fail
ft23.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 586, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 30ed9341-67c4-4ceb-9e6c-e0b70ed4ab2b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:44Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-e9c5dae0-9a0c-4a25-9032-b0f09ff801d1.
|
||||||
ServersNegativeTestJSON) |
fail
ft23.2: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, 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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 33ca33da-69b1-4579-ac71-4302ccac2bea failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:24Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-99597539-befe-477c-8e24-fb33fdd18dab.
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
fail
ft24.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:56,567 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.180.1.21/volume/v3/volumes 0.567s
2025-05-19 16:38:56,643 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.180.1.21/volume/v3/volumes/201af203-6e9e-489d-9dad-df618c25d330 0.061s
2025-05-19 16:38:57,700 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.180.1.21/volume/v3/volumes/201af203-6e9e-489d-9dad-df618c25d330 0.045s
2025-05-19 16:38:57,707 69709 INFO [tempest.common.waiters] volume 201af203-6e9e-489d-9dad-df618c25d330 reached available after waiting for 1.707905 seconds
2025-05-19 16:39:00,035 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 2.326s
2025-05-19 16:39:00,277 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.240s
2025-05-19 16:39:00,792 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.514s
2025-05-19 16:39:01,079 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.286s
2025-05-19 16:39:02,580 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.499s
2025-05-19 16:39:02,708 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.125s
2025-05-19 16:39:02,708 69709 INFO [tempest.lib.common.fixed_network] (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete) Found network {'id': '05be3c3f-a58f-4eaf-853e-cc126b67f3d9', 'name': 'tempest-VolumesAssistedSnapshotsTest-1122024650-network', 'tenant_id': '5b90568990e8435a97ce792615ea7721', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5b90568990e8435a97ce792615ea7721', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 744, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:43Z', 'updated_at': '2025-05-19T16:38:43Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:05,457 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.180.1.21/compute/v2.1/servers 2.748s
2025-05-19 16:39:09,382 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.180.1.21/compute/v2.1/servers/d2d7bcf2-0b96-4965-9ef4-f3fac808b5ae 3.923s
2025-05-19 16:39:12,695 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.180.1.21/compute/v2.1/servers/d2d7bcf2-0b96-4965-9ef4-f3fac808b5ae 2.293s
2025-05-19 16:39:14,462 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 204 DELETE http://10.180.1.21/compute/v2.1/servers/d2d7bcf2-0b96-4965-9ef4-f3fac808b5ae 1.758s
2025-05-19 16:39:16,530 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 404 GET http://10.180.1.21/compute/v2.1/servers/d2d7bcf2-0b96-4965-9ef4-f3fac808b5ae 2.068s
2025-05-19 16:39:16,637 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 202 DELETE http://10.180.1.21/volume/v3/volumes/201af203-6e9e-489d-9dad-df618c25d330 0.106s
2025-05-19 16:39:16,686 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 200 GET http://10.180.1.21/volume/v3/volumes/201af203-6e9e-489d-9dad-df618c25d330 0.048s
2025-05-19 16:39:17,720 69709 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 404 GET http://10.180.1.21/volume/v3/volumes/201af203-6e9e-489d-9dad-df618c25d330 0.023s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 58, in test_volume_assisted_snapshot_create_delete
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server d2d7bcf2-0b96-4965-9ef4-f3fac808b5ae failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:06Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-29c9392e-2129-4210-9f3b-13c5fb3266cf.
|
||||||
| tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca] |
fail
ft25.1: tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk[id-b3c7bcfc-bb5b-4e22-b517-c7f686b802ca]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:53,910 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.180.1.21/compute/v2.1/flavors/42 3.475s
2025-05-19 16:38:55,485 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.180.1.21/compute/v2.1/flavors 1.572s
2025-05-19 16:38:58,372 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.180.1.21/compute/v2.1/flavors/42/os-extra_specs 2.885s
2025-05-19 16:39:00,110 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.180.1.21/compute/v2.1/flavors/564179361/os-extra_specs 1.736s
2025-05-19 16:39:01,549 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.180.1.21/compute/v2.1/flavors 1.438s
2025-05-19 16:39:02,757 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.180.1.21/compute/v2.1/flavors/42/os-extra_specs 1.205s
2025-05-19 16:39:04,319 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 POST http://10.180.1.21/compute/v2.1/flavors/1085353822/os-extra_specs 1.561s
2025-05-19 16:39:08,128 69671 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 3.807s
2025-05-19 16:39:08,416 69671 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.286s
2025-05-19 16:39:08,666 69671 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.248s
2025-05-19 16:39:08,994 69671 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.327s
2025-05-19 16:39:09,582 69671 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 0.587s
2025-05-19 16:39:09,884 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.299s
2025-05-19 16:39:09,884 69671 INFO [tempest.lib.common.fixed_network] (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk) Found network {'id': 'f34804d9-414f-4a45-be6f-4a6eb31dbd86', 'name': 'tempest-ServersWithSpecificFlavorTestJSON-2106468258-network', 'tenant_id': 'abe7224604294cd79b2380c74d7b8ec6', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'abe7224604294cd79b2380c74d7b8ec6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 162, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:40Z', 'updated_at': '2025-05-19T16:38:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:12,581 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 202 POST http://10.180.1.21/compute/v2.1/servers 2.696s
2025-05-19 16:39:14,158 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.180.1.21/compute/v2.1/servers/018ce79d-eaf9-4c6f-9197-ae38de159516 1.573s
2025-05-19 16:39:17,012 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 200 GET http://10.180.1.21/compute/v2.1/servers/018ce79d-eaf9-4c6f-9197-ae38de159516 1.846s
2025-05-19 16:39:19,100 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 204 DELETE http://10.180.1.21/compute/v2.1/servers/018ce79d-eaf9-4c6f-9197-ae38de159516 2.078s
2025-05-19 16:39:20,505 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:test_verify_created_server_ephemeral_disk): 404 GET http://10.180.1.21/compute/v2.1/servers/018ce79d-eaf9-4c6f-9197-ae38de159516 1.404s
2025-05-19 16:39:22,354 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-945459696 1.848s
2025-05-19 16:39:23,146 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/910fe659-e991-4828-a687-3fb7caf2f756 0.792s
2025-05-19 16:39:23,182 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/910fe659-e991-4828-a687-3fb7caf2f756 0.034s
2025-05-19 16:39:24,572 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/a2671362-4239-493a-8e15-b780820579e4 1.390s
2025-05-19 16:39:25,616 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/flavors/1085353822 1.043s
2025-05-19 16:39:26,505 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.180.1.21/compute/v2.1/flavors/detail 0.889s
2025-05-19 16:39:27,233 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/flavors/564179361 0.722s
2025-05-19 16:39:28,215 69671 INFO [tempest.lib.common.rest_client] Request (ServersWithSpecificFlavorTestJSON:_run_cleanups): 200 GET http://10.180.1.21/compute/v2.1/flavors/detail 0.979s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_create_server.py", line 85, in test_verify_created_server_ephemeral_disk
server_no_eph_disk = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 018ce79d-eaf9-4c6f-9197-ae38de159516 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:13Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-5bc4bd51-3b10-4e11-944d-dce813256efe.
|
||||||
| tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48] |
fail
ft26.1: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others[id-73177903-6737-4f27-a60c-379e8ae8cf48]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:47,626 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.646s
2025-05-19 16:38:47,626 69711 INFO [tempest.lib.common.fixed_network] (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others) Found network None available for tenant
2025-05-19 16:38:52,185 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 202 POST http://10.180.1.21/compute/v2.1/servers 4.558s
2025-05-19 16:38:54,726 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.180.1.21/compute/v2.1/servers/2956a92f-c1da-413d-acc3-75c427de1527 2.539s
2025-05-19 16:38:58,502 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 200 GET http://10.180.1.21/compute/v2.1/servers/2956a92f-c1da-413d-acc3-75c427de1527 2.758s
2025-05-19 16:39:00,785 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 204 DELETE http://10.180.1.21/compute/v2.1/servers/2956a92f-c1da-413d-acc3-75c427de1527 2.273s
2025-05-19 16:39:01,666 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_admin_delete_servers_of_others): 404 GET http://10.180.1.21/compute/v2.1/servers/2956a92f-c1da-413d-acc3-75c427de1527 0.880s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_delete_server.py", line 49, in test_admin_delete_servers_of_others
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 2956a92f-c1da-413d-acc3-75c427de1527 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:53Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-3e50709e-5f09-49f8-8176-bdb325d7748d.
|
||||||
test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063] |
fail
ft26.2: tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state[id-99774678-e072-49d1-9d2a-49a59bc56063]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:01,736 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.059s
2025-05-19 16:39:01,736 69711 INFO [tempest.lib.common.fixed_network] (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state) Found network None available for tenant
2025-05-19 16:39:03,418 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 202 POST http://10.180.1.21/compute/v2.1/servers 1.681s
2025-05-19 16:39:05,385 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.180.1.21/compute/v2.1/servers/421dacdb-bc25-42e6-a026-a36c971e6d0a 1.964s
2025-05-19 16:39:09,477 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 200 GET http://10.180.1.21/compute/v2.1/servers/421dacdb-bc25-42e6-a026-a36c971e6d0a 3.081s
2025-05-19 16:39:11,634 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 204 DELETE http://10.180.1.21/compute/v2.1/servers/421dacdb-bc25-42e6-a026-a36c971e6d0a 2.144s
2025-05-19 16:39:13,582 69711 INFO [tempest.lib.common.rest_client] Request (DeleteServersAdminTestJSON:test_delete_server_while_in_error_state): 404 GET http://10.180.1.21/compute/v2.1/servers/421dacdb-bc25-42e6-a026-a36c971e6d0a 1.948s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_delete_server.py", line 36, in test_delete_server_while_in_error_state
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 421dacdb-bc25-42e6-a026-a36c971e6d0a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:04Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-a92ad14d-a17d-493a-b7e1-a2da8aacb09a.
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON | 4 | 2 | 2 | 0 | 0 | Detail | |
test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5] |
pass
pt27.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5]
|
||||||
test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118] |
fail
ft27.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details[id-1e7fdac2-b672-4ad1-97a4-bad0e3030118]testtools.testresult.real._StringException: pythonlogging:'': {{{2025-05-19 16:38:58,458 69689 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminTestJSON:test_get_hypervisor_list_details): 200 GET http://10.180.1.21/compute/v2.1/os-hypervisors/detail 2.628s}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1108, in validate_response
jsonschema.validate(body, body_schema,
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/jsonschema/validators.py", line 1332, in validate
raise error
jsonschema.exceptions.ValidationError: None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisors']['items']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisors'][0]['running_vms']:
None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_hypervisor.py", line 46, in test_get_hypervisor_list_details
hypers = self.client.list_hypervisors(detail=True)['hypervisors']
File "/opt/stack/tempest/tempest/lib/services/compute/hypervisor_client.py", line 53, in list_hypervisors
self.validate_response(_schema, resp, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1113, in validate_response
raise exceptions.InvalidHTTPResponseBody(msg)
tempest.lib.exceptions.InvalidHTTPResponseBody: HTTP response body is invalid json or xml
Details: HTTP response body is invalid (None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisors']['items']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisors'][0]['running_vms']:
None)
|
||||||
test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc] |
fail
ft27.3: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details[id-94ff9eae-a183-428e-9cdb-79fde71211cc]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:00,297 69689 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminTestJSON:test_get_hypervisor_show_details): 200 GET http://10.180.1.21/compute/v2.1/os-hypervisors 1.830s
2025-05-19 16:39:01,571 69689 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminTestJSON:test_get_hypervisor_show_details): 200 GET http://10.180.1.21/compute/v2.1/os-hypervisors/1 1.272s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1108, in validate_response
jsonschema.validate(body, body_schema,
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/jsonschema/validators.py", line 1332, in validate
raise error
jsonschema.exceptions.ValidationError: None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisor']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisor']['running_vms']:
None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_hypervisor.py", line 55, in test_get_hypervisor_show_details
details = self.client.show_hypervisor(hypers[0]['id'])['hypervisor']
File "/opt/stack/tempest/tempest/lib/services/compute/hypervisor_client.py", line 64, in show_hypervisor
self.validate_response(schema.get_hypervisor, resp, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1113, in validate_response
raise exceptions.InvalidHTTPResponseBody(msg)
tempest.lib.exceptions.InvalidHTTPResponseBody: HTTP response body is invalid json or xml
Details: HTTP response body is invalid (None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisor']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisor']['running_vms']:
None)
|
||||||
test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816] |
pass
pt27.4: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats[id-797e4f28-b6e0-454d-a548-80cc77c00816]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5] |
fail
ft28.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details[id-d46bab64-0fbe-4eb8-9133-e6ee56188cc5]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:49,545 69663 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminV228Test:test_get_list_hypervisor_details): 200 GET http://10.180.1.21/compute/v2.1/os-hypervisors 2.386s
2025-05-19 16:38:53,573 69663 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminV228Test:test_get_list_hypervisor_details): 200 GET http://10.180.1.21/compute/v2.1/os-hypervisors/1 4.027s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1108, in validate_response
jsonschema.validate(body, body_schema,
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/jsonschema/validators.py", line 1332, in validate
raise error
jsonschema.exceptions.ValidationError: None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisor']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisor']['running_vms']:
None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_hypervisor.py", line 121, in test_get_list_hypervisor_details
self.client.show_hypervisor(hypers[0]['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/hypervisor_client.py", line 64, in show_hypervisor
self.validate_response(schema.get_hypervisor, resp, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1113, in validate_response
raise exceptions.InvalidHTTPResponseBody(msg)
tempest.lib.exceptions.InvalidHTTPResponseBody: HTTP response body is invalid json or xml
Details: HTTP response body is invalid (None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisor']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisor']['running_vms']:
None)
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase | 1 | 0 | 1 | 0 | 0 | Detail | |
test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705] |
fail
ft29.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminV253TestBase.test_list_show_detail_hypervisors[id-4ab54a14-77a2-4e39-b9d2-1306d157c705]testtools.testresult.real._StringException: pythonlogging:'': {{{2025-05-19 16:38:49,674 69665 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminV253TestBase:test_list_show_detail_hypervisors): 200 GET http://10.180.1.21/compute/v2.1/os-hypervisors/detail?with_servers=True 2.454s}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1108, in validate_response
jsonschema.validate(body, body_schema,
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/jsonschema/validators.py", line 1332, in validate
raise error
jsonschema.exceptions.ValidationError: None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisors']['items']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisors'][0]['running_vms']:
None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_hypervisor.py", line 166, in test_list_show_detail_hypervisors
self.client.list_hypervisors(
File "/opt/stack/tempest/tempest/lib/services/compute/hypervisor_client.py", line 53, in list_hypervisors
self.validate_response(_schema, resp, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 1113, in validate_response
raise exceptions.InvalidHTTPResponseBody(msg)
tempest.lib.exceptions.InvalidHTTPResponseBody: HTTP response body is invalid json or xml
Details: HTTP response body is invalid (None is not of type 'integer'
Failed validating 'type' in schema['properties']['hypervisors']['items']['properties']['running_vms']:
{'type': 'integer'}
On instance['hypervisors'][0]['running_vms']:
None)
|
||||||
| tempest.api.compute.admin.test_migrations.MigrationsAdminTest | 5 | 1 | 2 | 0 | 2 | Detail | |
test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d,multinode] |
skip
pt30.1: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration[id-4bf0be52-3b6f-4746-9a27-3143636fe30d,multinode]
|
||||||
test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f] |
pass
pt30.2: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations[id-75c0b83d-72a0-4cf8-a153-631e83e7d53f]
|
||||||
test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64] |
fail
ft30.3: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation[id-1b512062-8093-438e-b47a-37d2f597cd64]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:45,435 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.813s
2025-05-19 16:38:45,435 69685 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation) Found network None available for tenant
2025-05-19 16:38:48,714 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 202 POST http://10.180.1.21/compute/v2.1/servers 3.278s
2025-05-19 16:38:53,249 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.180.1.21/compute/v2.1/servers/c1e5cb09-760b-419d-8ac3-e53848307c03 4.534s
2025-05-19 16:38:55,849 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 200 GET http://10.180.1.21/compute/v2.1/servers/c1e5cb09-760b-419d-8ac3-e53848307c03 1.589s
2025-05-19 16:38:59,640 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 204 DELETE http://10.180.1.21/compute/v2.1/servers/c1e5cb09-760b-419d-8ac3-e53848307c03 3.783s
2025-05-19 16:39:01,263 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_list_migrations_in_flavor_resize_situation): 404 GET http://10.180.1.21/compute/v2.1/servers/c1e5cb09-760b-419d-8ac3-e53848307c03 1.622s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 45, in test_list_migrations_in_flavor_resize_situation
server = self.create_test_server(wait_until="ACTIVE")
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c1e5cb09-760b-419d-8ac3-e53848307c03 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:49Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-5c8b896e-2180-45d6-8f7d-12f6479ad9d6.
|
||||||
test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593] |
fail
ft30.4: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor[id-33f1fec3-ba18-4470-8e4e-1d888e7c3593]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:01,920 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.180.1.21/compute/v2.1/flavors/42 0.655s
2025-05-19 16:39:03,290 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.180.1.21/compute/v2.1/flavors 1.366s
2025-05-19 16:39:05,052 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.180.1.21/compute/v2.1/flavors/42/os-extra_specs 1.760s
2025-05-19 16:39:09,242 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 POST http://10.180.1.21/compute/v2.1/flavors/ace1a443-f246-4c72-98cb-1aa17abf816c/os-extra_specs 4.187s
2025-05-19 16:39:09,518 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.267s
2025-05-19 16:39:09,519 69685 INFO [tempest.lib.common.fixed_network] (MigrationsAdminTest:test_resize_server_revert_deleted_flavor) Found network None available for tenant
2025-05-19 16:39:11,928 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 202 POST http://10.180.1.21/compute/v2.1/servers 2.406s
2025-05-19 16:39:13,734 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.180.1.21/compute/v2.1/servers/a3c8b8c2-bc7e-434d-8174-3bac36073442 1.805s
2025-05-19 16:39:16,906 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 200 GET http://10.180.1.21/compute/v2.1/servers/a3c8b8c2-bc7e-434d-8174-3bac36073442 2.159s
2025-05-19 16:39:18,870 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 204 DELETE http://10.180.1.21/compute/v2.1/servers/a3c8b8c2-bc7e-434d-8174-3bac36073442 1.952s
2025-05-19 16:39:19,994 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:test_resize_server_revert_deleted_flavor): 404 GET http://10.180.1.21/compute/v2.1/servers/a3c8b8c2-bc7e-434d-8174-3bac36073442 1.124s
2025-05-19 16:39:21,875 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/flavors/ace1a443-f246-4c72-98cb-1aa17abf816c 1.880s
2025-05-19 16:39:23,226 69685 INFO [tempest.lib.common.rest_client] Request (MigrationsAdminTest:_run_cleanups): 200 GET http://10.180.1.21/compute/v2.1/flavors/detail 1.351s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_migrations.py", line 97, in test_resize_server_revert_deleted_flavor
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a3c8b8c2-bc7e-434d-8174-3bac36073442 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:12Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-618860f4-c476-4a1d-b16d-301e449d5468.
|
||||||
test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d,multinode] |
skip
pt30.5: tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration[id-caa1aa8b-f4ef-4374-be0d-95f001c2ac2d,multinode]
|
||||||
| tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_server_diagnostics[id-31ff3486-b8a0-4f56-a6c0-aab460531db3] |
fail
ft31.1: tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics[id-31ff3486-b8a0-4f56-a6c0-aab460531db3]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:47,725 69669 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsTest:test_get_server_diagnostics): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.566s
2025-05-19 16:38:47,725 69669 INFO [tempest.lib.common.fixed_network] (ServerDiagnosticsTest:test_get_server_diagnostics) Found network None available for tenant
2025-05-19 16:38:52,693 69669 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsTest:test_get_server_diagnostics): 202 POST http://10.180.1.21/compute/v2.1/servers 4.966s
2025-05-19 16:38:54,955 69669 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsTest:test_get_server_diagnostics): 200 GET http://10.180.1.21/compute/v2.1/servers/31e4a146-8f12-46b8-996f-a11671068861 2.261s
2025-05-19 16:38:58,769 69669 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsTest:test_get_server_diagnostics): 200 GET http://10.180.1.21/compute/v2.1/servers/31e4a146-8f12-46b8-996f-a11671068861 2.801s
2025-05-19 16:39:01,108 69669 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsTest:test_get_server_diagnostics): 204 DELETE http://10.180.1.21/compute/v2.1/servers/31e4a146-8f12-46b8-996f-a11671068861 2.328s
2025-05-19 16:39:01,760 69669 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsTest:test_get_server_diagnostics): 404 GET http://10.180.1.21/compute/v2.1/servers/31e4a146-8f12-46b8-996f-a11671068861 0.649s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_server_diagnostics.py", line 35, in test_get_server_diagnostics
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 31e4a146-8f12-46b8-996f-a11671068861 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:53Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-a4e4c635-c9f4-467a-93ef-38da890bbe68.
|
||||||
| tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_server_diagnostics[id-64d0d48c-dff1-11e6-bf01-fe55135034f3] |
fail
ft32.1: tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics[id-64d0d48c-dff1-11e6-bf01-fe55135034f3]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:47,897 69675 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsV248Test:test_get_server_diagnostics): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.369s
2025-05-19 16:38:47,897 69675 INFO [tempest.lib.common.fixed_network] (ServerDiagnosticsV248Test:test_get_server_diagnostics) Found network None available for tenant
2025-05-19 16:38:53,076 69675 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsV248Test:test_get_server_diagnostics): 202 POST http://10.180.1.21/compute/v2.1/servers 5.178s
2025-05-19 16:38:55,130 69675 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsV248Test:test_get_server_diagnostics): 200 GET http://10.180.1.21/compute/v2.1/servers/c916b5b7-a41d-4222-855d-25e491059f4f 2.052s
2025-05-19 16:38:58,910 69675 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsV248Test:test_get_server_diagnostics): 200 GET http://10.180.1.21/compute/v2.1/servers/c916b5b7-a41d-4222-855d-25e491059f4f 2.762s
2025-05-19 16:39:01,108 69675 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsV248Test:test_get_server_diagnostics): 204 DELETE http://10.180.1.21/compute/v2.1/servers/c916b5b7-a41d-4222-855d-25e491059f4f 2.187s
2025-05-19 16:39:01,739 69675 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsV248Test:test_get_server_diagnostics): 404 GET http://10.180.1.21/compute/v2.1/servers/c916b5b7-a41d-4222-855d-25e491059f4f 0.630s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_server_diagnostics.py", line 60, in test_get_server_diagnostics
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c916b5b7-a41d-4222-855d-25e491059f4f failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:53Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-1fa93a95-e90a-4fcc-8b07-5f948858c2fe.
|
||||||
| tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative] |
fail
ft33.1: tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin[id-e84e2234-60d2-42fa-8b30-e2d3049724ac,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:29,285 69685 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.061s
2025-05-19 16:39:29,285 69685 INFO [tempest.lib.common.fixed_network] (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin) Found network None available for tenant
2025-05-19 16:39:30,538 69685 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 202 POST http://10.180.1.21/compute/v2.1/servers 1.251s
2025-05-19 16:39:31,247 69685 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET http://10.180.1.21/compute/v2.1/servers/a656ebd9-04d1-41db-b897-98b898b842b5 0.708s
2025-05-19 16:39:35,126 69685 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 200 GET http://10.180.1.21/compute/v2.1/servers/a656ebd9-04d1-41db-b897-98b898b842b5 2.862s
2025-05-19 16:39:35,134 69685 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 4 second wait
2025-05-19 16:39:38,523 69685 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 204 DELETE http://10.180.1.21/compute/v2.1/servers/a656ebd9-04d1-41db-b897-98b898b842b5 3.388s
2025-05-19 16:39:40,787 69685 INFO [tempest.lib.common.rest_client] Request (ServerDiagnosticsNegativeTest:test_get_server_diagnostics_by_non_admin): 404 GET http://10.180.1.21/compute/v2.1/servers/a656ebd9-04d1-41db-b897-98b898b842b5 2.264s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_server_diagnostics_negative.py", line 35, in test_get_server_diagnostics_by_non_admin
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a656ebd9-04d1-41db-b897-98b898b842b5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:31Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-793d1bcd-73d4-45e8-9322-12c7ad2778e9.
|
||||||
| tempest.api.compute.admin.test_server_external_events.ServerExternalEventsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_server_external_events[id-6bbf4723-61d2-4372-af55-7ba27f1c9ba6] |
fail
ft34.1: tempest.api.compute.admin.test_server_external_events.ServerExternalEventsTest.test_create_server_external_events[id-6bbf4723-61d2-4372-af55-7ba27f1c9ba6]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:54,417 69693 INFO [tempest.lib.common.rest_client] Request (ServerExternalEventsTest:test_create_server_external_events): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.306s
2025-05-19 16:38:54,417 69693 INFO [tempest.lib.common.fixed_network] (ServerExternalEventsTest:test_create_server_external_events) Found network None available for tenant
2025-05-19 16:38:56,333 69693 INFO [tempest.lib.common.rest_client] Request (ServerExternalEventsTest:test_create_server_external_events): 202 POST http://10.180.1.21/compute/v2.1/servers 1.915s
2025-05-19 16:38:59,003 69693 INFO [tempest.lib.common.rest_client] Request (ServerExternalEventsTest:test_create_server_external_events): 200 GET http://10.180.1.21/compute/v2.1/servers/d8650935-2079-48f6-b023-5c27780a3a0b 2.668s
2025-05-19 16:39:01,491 69693 INFO [tempest.lib.common.rest_client] Request (ServerExternalEventsTest:test_create_server_external_events): 200 GET http://10.180.1.21/compute/v2.1/servers/d8650935-2079-48f6-b023-5c27780a3a0b 1.474s
2025-05-19 16:39:02,905 69693 INFO [tempest.lib.common.rest_client] Request (ServerExternalEventsTest:test_create_server_external_events): 204 DELETE http://10.180.1.21/compute/v2.1/servers/d8650935-2079-48f6-b023-5c27780a3a0b 1.406s
2025-05-19 16:39:04,969 69693 INFO [tempest.lib.common.rest_client] Request (ServerExternalEventsTest:test_create_server_external_events): 404 GET http://10.180.1.21/compute/v2.1/servers/d8650935-2079-48f6-b023-5c27780a3a0b 2.063s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_server_external_events.py", line 32, in test_create_server_external_events
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server d8650935-2079-48f6-b023-5c27780a3a0b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:56Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-189db086-b377-4e2d-b125-a0eeae2d6753.
|
||||||
| tempest.api.compute.admin.test_servers.ServersAdmin275Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339] |
fail
ft35.1: tempest.api.compute.admin.test_servers.ServersAdmin275Test.test_rebuild_update_server_275[id-bf2b4a00-73a3-4d53-81fa-acbcd97d6339]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:11,460 69693 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.057s
2025-05-19 16:39:11,460 69693 INFO [tempest.lib.common.fixed_network] (ServersAdmin275Test:test_rebuild_update_server_275) Found network None available for tenant
2025-05-19 16:39:13,902 69693 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 202 POST http://10.180.1.21/compute/v2.1/servers 2.441s
2025-05-19 16:39:15,780 69693 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 PUT http://10.180.1.21/compute/v2.1/servers/f8d97aad-0f62-4719-b71f-05635e2e4854 1.874s
2025-05-19 16:39:17,670 69693 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET http://10.180.1.21/compute/v2.1/servers/f8d97aad-0f62-4719-b71f-05635e2e4854 1.876s
2025-05-19 16:39:19,963 69693 INFO [tempest.lib.common.rest_client] Request (ServersAdmin275Test:test_rebuild_update_server_275): 200 GET http://10.180.1.21/compute/v2.1/servers/f8d97aad-0f62-4719-b71f-05635e2e4854 1.276s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_servers.py", line 243, in test_rebuild_update_server_275
waiters.wait_for_server_status(self.servers_client, server['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f8d97aad-0f62-4719-b71f-05635e2e4854 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:14Z', 'message': 'No valid host was found. '}.
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
fail
ft36.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:43,031 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 2.539s
2025-05-19 16:39:43,709 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.676s
2025-05-19 16:39:44,346 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.637s
2025-05-19 16:39:44,918 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.571s
2025-05-19 16:39:47,175 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 2.256s
2025-05-19 16:39:47,252 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.072s
2025-05-19 16:39:47,253 69673 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '82d0c89c-5b27-48b9-b5cf-75504e027a54', 'name': 'tempest-VolumesAdminNegativeTest-1333088068-network', 'tenant_id': '1b1084361733404a8d12156d437eb131', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1b1084361733404a8d12156d437eb131', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 57, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:18Z', 'updated_at': '2025-05-19T16:39:18Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:50,677 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.180.1.21/compute/v2.1/servers 3.424s
2025-05-19 16:39:53,233 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.180.1.21/compute/v2.1/servers/8b97974d-6d80-45e2-9e31-9f6ebf5cab0b 2.553s
2025-05-19 16:39:55,512 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.180.1.21/compute/v2.1/servers/8b97974d-6d80-45e2-9e31-9f6ebf5cab0b 1.270s
2025-05-19 16:39:57,122 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 204 DELETE http://10.180.1.21/compute/v2.1/servers/8b97974d-6d80-45e2-9e31-9f6ebf5cab0b 1.601s
2025-05-19 16:39:58,757 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 404 GET http://10.180.1.21/compute/v2.1/servers/8b97974d-6d80-45e2-9e31-9f6ebf5cab0b 1.634s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8b97974d-6d80-45e2-9e31-9f6ebf5cab0b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:51Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-2fd5be46-9747-4239-8253-c258416d7cfb.
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
fail
ft36.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:58,852 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.085s
2025-05-19 16:39:58,852 69673 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '82d0c89c-5b27-48b9-b5cf-75504e027a54', 'name': 'tempest-VolumesAdminNegativeTest-1333088068-network', 'tenant_id': '1b1084361733404a8d12156d437eb131', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1b1084361733404a8d12156d437eb131', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 57, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:18Z', 'updated_at': '2025-05-19T16:39:18Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:02,144 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://10.180.1.21/compute/v2.1/servers 3.291s
2025-05-19 16:40:04,054 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.180.1.21/compute/v2.1/servers/c9bf4d42-3f6e-4f57-89dd-dd5acb29e812 1.905s
2025-05-19 16:40:06,819 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.180.1.21/compute/v2.1/servers/c9bf4d42-3f6e-4f57-89dd-dd5acb29e812 1.747s
2025-05-19 16:40:07,745 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 204 DELETE http://10.180.1.21/compute/v2.1/servers/c9bf4d42-3f6e-4f57-89dd-dd5acb29e812 0.916s
2025-05-19 16:40:09,364 69673 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 404 GET http://10.180.1.21/compute/v2.1/servers/c9bf4d42-3f6e-4f57-89dd-dd5acb29e812 1.618s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c9bf4d42-3f6e-4f57-89dd-dd5acb29e812 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:02Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-72ab3928-b8d6-4d51-bf7c-bc6fe20f7330.
|
||||||
| tempest.api.compute.images.test_images.ImagesTestJSON | 4 | 0 | 4 | 0 | 0 | Detail | |
test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9] |
fail
ft37.1: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server[id-aaacd1d0-55a2-4ce8-818a-b5439df8adc9]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:10,566 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.065s
2025-05-19 16:40:10,566 69657 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_stopped_server) Found network {'id': '59f45e58-3f1d-4ed9-bdab-8f64d576d6f2', 'name': 'tempest-ImagesTestJSON-1883066145-network', 'tenant_id': '3181b300913646868a447c04be1b77a5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3181b300913646868a447c04be1b77a5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 986, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:01Z', 'updated_at': '2025-05-19T16:40:01Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:13,648 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 202 POST http://10.180.1.21/compute/v2.1/servers 3.081s
2025-05-19 16:40:16,759 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 200 GET http://10.180.1.21/compute/v2.1/servers/90f42c53-a065-4a9e-8729-64b6912fb849 3.109s
2025-05-19 16:40:18,933 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 200 GET http://10.180.1.21/compute/v2.1/servers/90f42c53-a065-4a9e-8729-64b6912fb849 1.162s
2025-05-19 16:40:19,815 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/90f42c53-a065-4a9e-8729-64b6912fb849 0.869s
2025-05-19 16:40:20,730 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_stopped_server): 404 GET http://10.180.1.21/compute/v2.1/servers/90f42c53-a065-4a9e-8729-64b6912fb849 0.914s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 82, in test_create_image_from_stopped_server
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 90f42c53-a065-4a9e-8729-64b6912fb849 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:14Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-21f75a0b-76dc-4497-830c-522d5376c9c3.
|
||||||
test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634] |
fail
ft37.2: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server[id-8ca07fec-0262-11e7-907e-fa163e4fa634]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:21,026 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.286s
2025-05-19 16:40:21,026 69657 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_image_from_suspended_server) Found network {'id': '59f45e58-3f1d-4ed9-bdab-8f64d576d6f2', 'name': 'tempest-ImagesTestJSON-1883066145-network', 'tenant_id': '3181b300913646868a447c04be1b77a5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3181b300913646868a447c04be1b77a5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 986, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:01Z', 'updated_at': '2025-05-19T16:40:01Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:24,332 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 202 POST http://10.180.1.21/compute/v2.1/servers 3.305s
2025-05-19 16:40:26,107 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 200 GET http://10.180.1.21/compute/v2.1/servers/54b0482f-8d26-4ae8-85ab-9322724357ba 1.771s
2025-05-19 16:40:27,536 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 200 GET http://10.180.1.21/compute/v2.1/servers/54b0482f-8d26-4ae8-85ab-9322724357ba 0.416s
2025-05-19 16:40:28,435 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/54b0482f-8d26-4ae8-85ab-9322724357ba 0.889s
2025-05-19 16:40:28,877 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_image_from_suspended_server): 404 GET http://10.180.1.21/compute/v2.1/servers/54b0482f-8d26-4ae8-85ab-9322724357ba 0.441s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 137, in test_create_image_from_suspended_server
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 54b0482f-8d26-4ae8-85ab-9322724357ba failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:24Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-c935d73f-2e3b-4e3d-be65-90f0d680ca7a.
|
||||||
test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088] |
fail
ft37.3: tempest.api.compute.images.test_images.ImagesTestJSON.test_create_server_from_snapshot[id-f3cac456-e3fe-4183-a7a7-a59f7f017088]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:28,976 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.092s
2025-05-19 16:40:28,977 69657 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_create_server_from_snapshot) Found network {'id': '59f45e58-3f1d-4ed9-bdab-8f64d576d6f2', 'name': 'tempest-ImagesTestJSON-1883066145-network', 'tenant_id': '3181b300913646868a447c04be1b77a5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3181b300913646868a447c04be1b77a5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 986, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:01Z', 'updated_at': '2025-05-19T16:40:01Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:33,419 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 202 POST http://10.180.1.21/compute/v2.1/servers 4.441s
2025-05-19 16:40:34,288 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET http://10.180.1.21/compute/v2.1/servers/0127b609-940b-438e-a1d7-d41040dccd12 0.867s
2025-05-19 16:40:35,961 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 200 GET http://10.180.1.21/compute/v2.1/servers/0127b609-940b-438e-a1d7-d41040dccd12 0.660s
2025-05-19 16:40:35,970 69657 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-05-19 16:40:38,154 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 204 DELETE http://10.180.1.21/compute/v2.1/servers/0127b609-940b-438e-a1d7-d41040dccd12 2.184s
2025-05-19 16:40:39,394 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_create_server_from_snapshot): 404 GET http://10.180.1.21/compute/v2.1/servers/0127b609-940b-438e-a1d7-d41040dccd12 1.239s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 163, in test_create_server_from_snapshot
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0127b609-940b-438e-a1d7-d41040dccd12 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:34Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-ec718526-0c52-4ff8-8de3-7a13226f6296.
|
||||||
test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3] |
fail
ft37.4: tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image[id-aa06b52b-2db5-4807-b218-9441f75d74e3]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:39,509 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.108s
2025-05-19 16:40:39,509 69657 INFO [tempest.lib.common.fixed_network] (ImagesTestJSON:test_delete_saving_image) Found network {'id': '59f45e58-3f1d-4ed9-bdab-8f64d576d6f2', 'name': 'tempest-ImagesTestJSON-1883066145-network', 'tenant_id': '3181b300913646868a447c04be1b77a5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3181b300913646868a447c04be1b77a5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 986, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:01Z', 'updated_at': '2025-05-19T16:40:01Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:41,497 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 202 POST http://10.180.1.21/compute/v2.1/servers 1.987s
2025-05-19 16:40:43,643 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET http://10.180.1.21/compute/v2.1/servers/9eeeffe4-1740-47e1-86d9-2f23d258a6a0 2.144s
2025-05-19 16:40:45,692 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 200 GET http://10.180.1.21/compute/v2.1/servers/9eeeffe4-1740-47e1-86d9-2f23d258a6a0 1.039s
2025-05-19 16:40:48,625 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 204 DELETE http://10.180.1.21/compute/v2.1/servers/9eeeffe4-1740-47e1-86d9-2f23d258a6a0 2.923s
2025-05-19 16:40:49,881 69657 INFO [tempest.lib.common.rest_client] Request (ImagesTestJSON:test_delete_saving_image): 404 GET http://10.180.1.21/compute/v2.1/servers/9eeeffe4-1740-47e1-86d9-2f23d258a6a0 1.255s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/images/test_images.py", line 54, in test_delete_saving_image
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 9eeeffe4-1740-47e1-86d9-2f23d258a6a0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:42Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-78777f40-37e1-4067-b70a-72447bea93ff.
|
||||||
| tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON | 4 | 3 | 1 | 0 | 0 | Detail | |
test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative] |
fail
ft38.1: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server[id-6cd5a89d-5b47-46a7-93bc-3916f0d84973,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:36,190 69673 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.275s
2025-05-19 16:40:36,190 69673 INFO [tempest.lib.common.fixed_network] (ImagesNegativeTestJSON:test_create_image_from_deleted_server) Found network {'id': '7ea9cc65-3893-494d-971e-022ed3ab0a7f', 'name': 'tempest-ImagesNegativeTestJSON-173018429-network', 'tenant_id': 'd4cd03eacd82443a9a6da887c4d0935a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd4cd03eacd82443a9a6da887c4d0935a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 851, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:25Z', 'updated_at': '2025-05-19T16:40:25Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:39,558 69673 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 202 POST http://10.180.1.21/compute/v2.1/servers 3.367s
2025-05-19 16:40:41,656 69673 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.180.1.21/compute/v2.1/servers/f05b57b5-e62d-432a-a9e2-904fdc4286c2 2.096s
2025-05-19 16:40:45,273 69673 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 200 GET http://10.180.1.21/compute/v2.1/servers/f05b57b5-e62d-432a-a9e2-904fdc4286c2 2.606s
2025-05-19 16:40:46,358 69673 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/f05b57b5-e62d-432a-a9e2-904fdc4286c2 1.077s
2025-05-19 16:40:48,697 69673 INFO [tempest.lib.common.rest_client] Request (ImagesNegativeTestJSON:test_create_image_from_deleted_server): 404 GET http://10.180.1.21/compute/v2.1/servers/f05b57b5-e62d-432a-a9e2-904fdc4286c2 2.336s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/images/test_images_negative.py", line 52, in test_create_image_from_deleted_server
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f05b57b5-e62d-432a-a9e2-904fdc4286c2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:41Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-74b1166c-812f-4cb6-b5cb-a82197917e50.
|
||||||
test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative] |
pass
pt38.2: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server[id-82c5b0c4-9dbd-463c-872b-20c4755aae7f,negative]
|
||||||
test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative] |
pass
pt38.3: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less[id-ec176029-73dc-4037-8d72-2e4ff60cf538,negative]
|
||||||
test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative] |
pass
pt38.4: tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more[id-36741560-510e-4cc2-8641-55fe4dfb2437,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON | 5 | 3 | 2 | 0 | 0 | Detail | |
test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7] |
fail
ft39.1: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server[id-79517d60-535a-438f-af3d-e6feab1cbea7]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:16,894 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.180.1.21/compute/v2.1/os-security-groups 2.788s
2025-05-19 16:39:18,772 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 POST http://10.180.1.21/compute/v2.1/os-security-groups 1.873s
2025-05-19 16:39:18,875 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.096s
2025-05-19 16:39:18,875 69661 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_list_security_groups_by_server) Found network {'id': '7a8a2918-003a-42c6-9542-6bdd165113ed', 'name': 'tempest-SecurityGroupsTestJSON-805885877-network', 'tenant_id': '142ce70737d34bb1aa552d28e2f7f9ba', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '142ce70737d34bb1aa552d28e2f7f9ba', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 910, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:11Z', 'updated_at': '2025-05-19T16:39:11Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:21,309 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 202 POST http://10.180.1.21/compute/v2.1/servers 2.433s
2025-05-19 16:39:22,811 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 GET http://10.180.1.21/compute/v2.1/servers/442e467e-3bfb-43a4-b30d-e260f35ceb53 1.499s
2025-05-19 16:39:24,687 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 200 GET http://10.180.1.21/compute/v2.1/servers/442e467e-3bfb-43a4-b30d-e260f35ceb53 0.863s
2025-05-19 16:39:26,031 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/442e467e-3bfb-43a4-b30d-e260f35ceb53 1.331s
2025-05-19 16:39:26,728 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_list_security_groups_by_server): 404 GET http://10.180.1.21/compute/v2.1/servers/442e467e-3bfb-43a4-b30d-e260f35ceb53 0.697s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/security_groups/test_security_groups.py", line 166, in test_list_security_groups_by_server
server_id = self.create_test_server(wait_until='ACTIVE')['id']
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 442e467e-3bfb-43a4-b30d-e260f35ceb53 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:21Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-fdf1357a-847b-4ac2-9d51-7887bb949696.
|
||||||
test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615] |
pass
pt39.2: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete[id-ecc0da4a-2117-48af-91af-993cca39a615]
|
||||||
test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke] |
pass
pt39.3: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete[id-eb2b087d-633d-4d0d-a7bd-9e6ba35b32de,smoke]
|
||||||
test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2] |
fail
ft39.4: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups[id-fe4abc0d-83f5-4c50-ad11-57a1127297a2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:58,724 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.180.1.21/compute/v2.1/os-security-groups 1.944s
2025-05-19 16:40:01,292 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 POST http://10.180.1.21/compute/v2.1/os-security-groups 2.564s
2025-05-19 16:40:01,371 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.070s
2025-05-19 16:40:01,372 69661 INFO [tempest.lib.common.fixed_network] (SecurityGroupsTestJSON:test_server_security_groups) Found network {'id': '7a8a2918-003a-42c6-9542-6bdd165113ed', 'name': 'tempest-SecurityGroupsTestJSON-805885877-network', 'tenant_id': '142ce70737d34bb1aa552d28e2f7f9ba', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '142ce70737d34bb1aa552d28e2f7f9ba', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 910, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:11Z', 'updated_at': '2025-05-19T16:39:11Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:04,223 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 202 POST http://10.180.1.21/compute/v2.1/servers 2.851s
2025-05-19 16:40:05,921 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 GET http://10.180.1.21/compute/v2.1/servers/84db9ac0-43b3-4a82-825a-6ed8c72aa494 1.696s
2025-05-19 16:40:07,720 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 200 GET http://10.180.1.21/compute/v2.1/servers/84db9ac0-43b3-4a82-825a-6ed8c72aa494 0.786s
2025-05-19 16:40:09,502 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 204 DELETE http://10.180.1.21/compute/v2.1/servers/84db9ac0-43b3-4a82-825a-6ed8c72aa494 1.771s
2025-05-19 16:40:10,976 69661 INFO [tempest.lib.common.rest_client] Request (SecurityGroupsTestJSON:test_server_security_groups): 404 GET http://10.180.1.21/compute/v2.1/servers/84db9ac0-43b3-4a82-825a-6ed8c72aa494 1.473s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/security_groups/test_security_groups.py", line 105, in test_server_security_groups
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 84db9ac0-43b3-4a82-825a-6ed8c72aa494 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:04Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-65d49b46-b034-4d28-80c3-da7b80347098.
|
||||||
test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f] |
pass
pt39.5: tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups[id-7d4e1d3c-3209-4d6d-b020-986304ebad1f]
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network] |
fail
ft40.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip[id-d290c06c-f5b3-11e7-8ec8-002293781009,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:01,240 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 1.889s
2025-05-19 16:39:01,707 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.463s
2025-05-19 16:39:02,310 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.601s
2025-05-19 16:39:02,753 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.443s
2025-05-19 16:39:04,442 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.689s
2025-05-19 16:39:04,784 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.325s
2025-05-19 16:39:04,784 69703 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip) Found network {'id': '5510c5fe-33d7-49ac-9c29-db3c2bcda10a', 'name': 'tempest-AttachInterfacesTestJSON-895272893-network', 'tenant_id': '1e4bd510c2b24d6abdd08402e0683f84', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1e4bd510c2b24d6abdd08402e0683f84', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 294, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:56Z', 'updated_at': '2025-05-19T16:38:56Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:08,873 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 202 POST http://10.180.1.21/compute/v2.1/servers 4.087s
2025-05-19 16:39:11,303 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 200 GET http://10.180.1.21/compute/v2.1/servers/36e36cdc-6ad5-40ba-be9c-da3ec7b63104 2.425s
2025-05-19 16:39:13,830 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 200 GET http://10.180.1.21/compute/v2.1/servers/36e36cdc-6ad5-40ba-be9c-da3ec7b63104 1.514s
2025-05-19 16:39:15,637 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 204 DELETE http://10.180.1.21/compute/v2.1/servers/36e36cdc-6ad5-40ba-be9c-da3ec7b63104 1.794s
2025-05-19 16:39:17,532 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_fixed_ip): 404 GET http://10.180.1.21/compute/v2.1/servers/36e36cdc-6ad5-40ba-be9c-da3ec7b63104 1.895s
2025-05-19 16:39:19,101 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-2119131157 1.567s
2025-05-19 16:39:19,378 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/15057e8b-ff46-4674-b312-54c0e4ff3efa 0.277s
2025-05-19 16:39:19,415 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/15057e8b-ff46-4674-b312-54c0e4ff3efa 0.037s
2025-05-19 16:39:20,567 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/860de70b-bb89-4ef7-9872-1c05a04ff350 1.151s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 280, in test_create_list_show_delete_interfaces_by_fixed_ip
server, ifs, _ = self._create_server_get_interfaces()
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 78, in _create_server_get_interfaces
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 36e36cdc-6ad5-40ba-be9c-da3ec7b63104 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:09Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-06113dc8-f684-4fe3-86ff-503dcc38df68.
|
||||||
test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network] |
fail
ft40.2: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port[id-73fe8f02-590d-4bf1-b184-e9ca81065051,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:22,444 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 1.873s
2025-05-19 16:39:23,186 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.740s
2025-05-19 16:39:24,005 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.819s
2025-05-19 16:39:24,802 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.796s
2025-05-19 16:39:27,839 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 3.034s
2025-05-19 16:39:28,033 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.186s
2025-05-19 16:39:28,035 69703 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port) Found network {'id': '5510c5fe-33d7-49ac-9c29-db3c2bcda10a', 'name': 'tempest-AttachInterfacesTestJSON-895272893-network', 'tenant_id': '1e4bd510c2b24d6abdd08402e0683f84', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1e4bd510c2b24d6abdd08402e0683f84', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 294, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:56Z', 'updated_at': '2025-05-19T16:38:56Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:29,487 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 202 POST http://10.180.1.21/compute/v2.1/servers 1.451s
2025-05-19 16:39:30,436 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 200 GET http://10.180.1.21/compute/v2.1/servers/62d9a975-ee4d-428c-a478-41bdbd2e7aa6 0.947s
2025-05-19 16:39:32,404 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 200 GET http://10.180.1.21/compute/v2.1/servers/62d9a975-ee4d-428c-a478-41bdbd2e7aa6 0.958s
2025-05-19 16:39:35,694 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 204 DELETE http://10.180.1.21/compute/v2.1/servers/62d9a975-ee4d-428c-a478-41bdbd2e7aa6 3.280s
2025-05-19 16:39:38,393 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_create_list_show_delete_interfaces_by_network_port): 404 GET http://10.180.1.21/compute/v2.1/servers/62d9a975-ee4d-428c-a478-41bdbd2e7aa6 2.698s
2025-05-19 16:39:40,263 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-1484190449 1.869s
2025-05-19 16:39:40,573 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/185355da-543c-4ad5-9a23-6377f6a3f125 0.310s
2025-05-19 16:39:40,623 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/185355da-543c-4ad5-9a23-6377f6a3f125 0.049s
2025-05-19 16:39:42,009 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/86da2623-e8e2-49b3-984f-77e262fb1594 1.386s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 237, in test_create_list_show_delete_interfaces_by_network_port
server, ifs, _ = self._create_server_get_interfaces()
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 78, in _create_server_get_interfaces
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 62d9a975-ee4d-428c-a478-41bdbd2e7aa6 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:30Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-b4780cc5-67a9-4c99-981c-65f466087837.
|
||||||
test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4] |
fail
ft40.3: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers[id-2f3a0127-95c7-4977-92d2-bc5aec602fb4]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:42,104 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.088s
2025-05-19 16:39:42,104 69703 INFO [tempest.lib.common.fixed_network] (AttachInterfacesTestJSON:test_reassign_port_between_servers) Found network {'id': '5510c5fe-33d7-49ac-9c29-db3c2bcda10a', 'name': 'tempest-AttachInterfacesTestJSON-895272893-network', 'tenant_id': '1e4bd510c2b24d6abdd08402e0683f84', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1e4bd510c2b24d6abdd08402e0683f84', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 294, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:56Z', 'updated_at': '2025-05-19T16:38:56Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:45,956 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 3.851s
2025-05-19 16:39:46,733 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.775s
2025-05-19 16:39:47,132 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.399s
2025-05-19 16:39:47,844 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.711s
2025-05-19 16:39:48,988 69703 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.143s
2025-05-19 16:39:51,562 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 202 POST http://10.180.1.21/compute/v2.1/servers 2.573s
2025-05-19 16:39:53,957 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET http://10.180.1.21/compute/v2.1/servers/14f54ddb-6145-4078-8d10-c9501970f9e8 2.393s
2025-05-19 16:39:56,121 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 200 GET http://10.180.1.21/compute/v2.1/servers/14f54ddb-6145-4078-8d10-c9501970f9e8 1.153s
2025-05-19 16:39:57,441 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 204 DELETE http://10.180.1.21/compute/v2.1/servers/14f54ddb-6145-4078-8d10-c9501970f9e8 1.310s
2025-05-19 16:39:59,386 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:test_reassign_port_between_servers): 404 GET http://10.180.1.21/compute/v2.1/servers/14f54ddb-6145-4078-8d10-c9501970f9e8 1.944s
2025-05-19 16:40:01,989 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-1576263609 2.603s
2025-05-19 16:40:02,243 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/db815675-eae1-4144-a1cb-731d3f81cb7e 0.252s
2025-05-19 16:40:02,253 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/db815675-eae1-4144-a1cb-731d3f81cb7e 0.010s
2025-05-19 16:40:03,133 69703 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/28218487-50cc-4024-8d15-a2daa207b099 0.879s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 326, in test_reassign_port_between_servers
servers = [_create_validatable_server(), _create_validatable_server()]
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 316, in _create_validatable_server
_, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 14f54ddb-6145-4078-8d10-c9501970f9e8 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:52Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-56e94892-5d81-4932-ac1a-8e32075cca0e.
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke] |
fail
ft41.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip[id-c7e0e60b-ee45-43d0-abeb-8596fd42a2f9,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:54,635 69709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 1.737s
2025-05-19 16:39:55,047 69709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.410s
2025-05-19 16:39:55,420 69709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.372s
2025-05-19 16:39:55,769 69709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.349s
2025-05-19 16:39:56,947 69709 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.178s
2025-05-19 16:39:57,029 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.079s
2025-05-19 16:39:57,030 69709 INFO [tempest.lib.common.fixed_network] (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip) Found network {'id': '06c51f19-cfaf-4e2f-b1cb-daa660242e0d', 'name': 'tempest-AttachInterfacesUnderV243Test-992521284-network', 'tenant_id': '2bbbf1e3629d4d2eae2e4c304817704b', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2bbbf1e3629d4d2eae2e4c304817704b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 629, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:49Z', 'updated_at': '2025-05-19T16:39:49Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:59,332 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 202 POST http://10.180.1.21/compute/v2.1/servers 2.301s
2025-05-19 16:40:01,653 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET http://10.180.1.21/compute/v2.1/servers/e94758a4-0d67-4f83-940f-9b03ab2190ce 2.318s
2025-05-19 16:40:04,557 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 200 GET http://10.180.1.21/compute/v2.1/servers/e94758a4-0d67-4f83-940f-9b03ab2190ce 1.889s
2025-05-19 16:40:06,249 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 204 DELETE http://10.180.1.21/compute/v2.1/servers/e94758a4-0d67-4f83-940f-9b03ab2190ce 1.683s
2025-05-19 16:40:07,233 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:test_add_remove_fixed_ip): 404 GET http://10.180.1.21/compute/v2.1/servers/e94758a4-0d67-4f83-940f-9b03ab2190ce 0.983s
2025-05-19 16:40:08,107 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-106874729 0.872s
2025-05-19 16:40:08,700 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/24bea6a0-1ecf-4839-a6c3-00a281b51eb5 0.592s
2025-05-19 16:40:08,800 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/24bea6a0-1ecf-4839-a6c3-00a281b51eb5 0.099s
2025-05-19 16:40:10,342 69709 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesUnderV243Test:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/7d3a463b-12de-44e7-ae3d-31db7790ee64 1.541s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 379, in test_add_remove_fixed_ip
server, ifs, fip = self._create_server_get_interfaces()
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 78, in _create_server_get_interfaces
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server e94758a4-0d67-4f83-940f-9b03ab2190ce failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:00Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-004b6fe8-245b-45d0-ba99-4b3c34f2ea4f.
|
||||||
| tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_get_list_interfaces[id-2853f095-8277-4067-92bd-9f10bd4f8e0c,network] |
fail
ft42.1: tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test.test_create_get_list_interfaces[id-2853f095-8277-4067-92bd-9f10bd4f8e0c,network]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:49,767 69665 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.038s
2025-05-19 16:39:49,767 69665 INFO [tempest.lib.common.fixed_network] (AttachInterfacesV270Test:test_create_get_list_interfaces) Found network {'id': '256dda3d-4c5d-42be-8733-d0137ed8b912', 'name': 'tempest-AttachInterfacesV270Test-787380424-network', 'tenant_id': '00cabf0ff3f841fb832b2d9c94746ab1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00cabf0ff3f841fb832b2d9c94746ab1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 530, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:53,130 69665 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 202 POST http://10.180.1.21/compute/v2.1/servers 3.362s
2025-05-19 16:39:54,923 69665 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 200 GET http://10.180.1.21/compute/v2.1/servers/536ccc6a-0846-41b7-a887-df8739759780 1.789s
2025-05-19 16:39:57,168 69665 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 200 GET http://10.180.1.21/compute/v2.1/servers/536ccc6a-0846-41b7-a887-df8739759780 1.223s
2025-05-19 16:39:59,151 69665 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 204 DELETE http://10.180.1.21/compute/v2.1/servers/536ccc6a-0846-41b7-a887-df8739759780 1.971s
2025-05-19 16:40:01,540 69665 INFO [tempest.lib.common.rest_client] Request (AttachInterfacesV270Test:test_create_get_list_interfaces): 404 GET http://10.180.1.21/compute/v2.1/servers/536ccc6a-0846-41b7-a887-df8739759780 2.388s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_attach_interfaces.py", line 454, in test_create_get_list_interfaces
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 536ccc6a-0846-41b7-a887-df8739759780 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:53Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-415ebc65-de4f-47ae-a7ae-a440e549c613.
|
||||||
| tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a] |
fail
ft43.1: tempest.api.compute.servers.test_create_server.ServersTestFqdnHostnames.test_create_server_with_fqdn_name[id-622066d2-39fc-4c09-9eeb-35903c114a0a]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:38:45,955 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 1.048s
2025-05-19 16:38:46,085 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.128s
2025-05-19 16:38:46,172 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.086s
2025-05-19 16:38:46,250 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.077s
2025-05-19 16:38:46,662 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 0.411s
2025-05-19 16:38:47,457 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.790s
2025-05-19 16:38:47,458 69697 INFO [tempest.lib.common.fixed_network] (ServersTestFqdnHostnames:test_create_server_with_fqdn_name) Found network {'id': '481177ea-c8fb-4bda-975f-f382b75e0958', 'name': 'tempest-ServersTestFqdnHostnames-244705799-network', 'tenant_id': 'a2d358b0db9f4ef0934a4c23acabf772', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a2d358b0db9f4ef0934a4c23acabf772', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 422, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:42Z', 'updated_at': '2025-05-19T16:38:42Z', 'revision_number': 1} available for tenant
2025-05-19 16:38:52,640 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 202 POST http://10.180.1.21/compute/v2.1/servers 5.179s
2025-05-19 16:38:54,837 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 GET http://10.180.1.21/compute/v2.1/servers/ef0a480a-9f31-48a7-806d-3338263dbc26 2.195s
2025-05-19 16:38:58,538 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 200 GET http://10.180.1.21/compute/v2.1/servers/ef0a480a-9f31-48a7-806d-3338263dbc26 2.684s
2025-05-19 16:39:00,732 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 204 DELETE http://10.180.1.21/compute/v2.1/servers/ef0a480a-9f31-48a7-806d-3338263dbc26 2.185s
2025-05-19 16:39:01,622 69697 INFO [tempest.lib.common.rest_client] Request (ServersTestFqdnHostnames:test_create_server_with_fqdn_name): 404 GET http://10.180.1.21/compute/v2.1/servers/ef0a480a-9f31-48a7-806d-3338263dbc26 0.890s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 219, in test_create_server_with_fqdn_name
test_server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ef0a480a-9f31-48a7-806d-3338263dbc26 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:38:53Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-04f5dc9e-2a57-4782-b7e8-5b28e291692a.
|
||||||
| tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic | 2 | 0 | 2 | 0 | 0 | Detail | |
test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft44.1: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics[id-1678d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:36,294 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.180.1.21:9696/networking/v2.0/networks 1.091s
2025-05-19 16:40:37,924 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.180.1.21:9696/networking/v2.0/subnets 1.629s
2025-05-19 16:40:38,638 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.180.1.21:9696/networking/v2.0/networks 0.713s
2025-05-19 16:40:39,947 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.180.1.21:9696/networking/v2.0/subnets 1.308s
2025-05-19 16:40:40,033 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.076s
2025-05-19 16:40:40,033 69711 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_duplicate_network_nics) Found network {'id': '2d124e2a-3e83-4129-b34a-15a498e314d0', 'name': 'tempest-ServersTestMultiNic-1245965062-network', 'tenant_id': '0e63771c889c4984a3d8cfb6736b0088', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e63771c889c4984a3d8cfb6736b0088', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 982, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:27Z', 'updated_at': '2025-05-19T16:40:27Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:43,453 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 202 POST http://10.180.1.21/compute/v2.1/servers 3.419s
2025-05-19 16:40:45,522 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET http://10.180.1.21/compute/v2.1/servers/b2a82fe3-ff3d-4ea7-bd5d-36178d31fe9d 2.067s
2025-05-19 16:40:48,834 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 200 GET http://10.180.1.21/compute/v2.1/servers/b2a82fe3-ff3d-4ea7-bd5d-36178d31fe9d 2.303s
2025-05-19 16:40:50,892 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 204 DELETE http://10.180.1.21/compute/v2.1/servers/b2a82fe3-ff3d-4ea7-bd5d-36178d31fe9d 2.049s
2025-05-19 16:40:51,681 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_duplicate_network_nics): 404 GET http://10.180.1.21/compute/v2.1/servers/b2a82fe3-ff3d-4ea7-bd5d-36178d31fe9d 0.788s
2025-05-19 16:40:51,918 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/subnets/8ca61f7b-4463-45e3-985e-59fe47cad6ec 0.236s
2025-05-19 16:40:52,244 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/networks/ce611135-2314-4aee-9412-f4d0db127681 0.325s
2025-05-19 16:40:52,407 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/subnets/c2b74ca0-550e-4445-91c9-3553e32f42ea 0.162s
2025-05-19 16:40:52,847 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/networks/a768e260-9a3b-4136-893f-687cac3f9488 0.439s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 141, in test_verify_duplicate_network_nics
server_multi_nics = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b2a82fe3-ff3d-4ea7-bd5d-36178d31fe9d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:44Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-ea71483c-8a6f-4854-bb7f-c1f7bab9d152.
|
||||||
test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2] |
fail
ft44.2: tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order[id-0578d144-ed74-43f8-8e57-ab10dbf9b3c2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:53,183 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.180.1.21:9696/networking/v2.0/networks 0.333s
2025-05-19 16:40:54,106 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.180.1.21:9696/networking/v2.0/subnets 0.923s
2025-05-19 16:40:54,383 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.180.1.21:9696/networking/v2.0/networks 0.277s
2025-05-19 16:40:55,039 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.180.1.21:9696/networking/v2.0/subnets 0.655s
2025-05-19 16:40:55,121 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.077s
2025-05-19 16:40:55,122 69711 INFO [tempest.lib.common.fixed_network] (ServersTestMultiNic:test_verify_multiple_nics_order) Found network {'id': '2d124e2a-3e83-4129-b34a-15a498e314d0', 'name': 'tempest-ServersTestMultiNic-1245965062-network', 'tenant_id': '0e63771c889c4984a3d8cfb6736b0088', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0e63771c889c4984a3d8cfb6736b0088', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 982, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:27Z', 'updated_at': '2025-05-19T16:40:27Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:56,465 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 202 POST http://10.180.1.21/compute/v2.1/servers 1.343s
2025-05-19 16:40:57,034 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.180.1.21/compute/v2.1/servers/8ded41f5-10c9-413a-9852-58aca9bb13b8 0.566s
2025-05-19 16:40:58,151 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 200 GET http://10.180.1.21/compute/v2.1/servers/8ded41f5-10c9-413a-9852-58aca9bb13b8 0.103s
2025-05-19 16:40:58,163 69711 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-05-19 16:40:58,640 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 204 DELETE http://10.180.1.21/compute/v2.1/servers/8ded41f5-10c9-413a-9852-58aca9bb13b8 0.476s
2025-05-19 16:40:58,854 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:test_verify_multiple_nics_order): 404 GET http://10.180.1.21/compute/v2.1/servers/8ded41f5-10c9-413a-9852-58aca9bb13b8 0.214s
2025-05-19 16:40:59,089 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/subnets/2ea5c883-5d6a-42d9-aafe-9e965c89d3b6 0.234s
2025-05-19 16:40:59,362 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/networks/f1c1558d-2fb9-4b2c-8164-9d66efd228f5 0.272s
2025-05-19 16:40:59,549 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/subnets/edce0481-31ec-4fdf-b136-2c697623ca5c 0.187s
2025-05-19 16:40:59,777 69711 INFO [tempest.lib.common.rest_client] Request (ServersTestMultiNic:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/networks/26bfd0fa-44f4-4bda-b67b-a9b1aba6d741 0.227s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server_multi_nic.py", line 99, in test_verify_multiple_nics_order
server_multi_nics = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8ded41f5-10c9-413a-9852-58aca9bb13b8 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:57Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8ee01102-9256-4bb1-bd99-ab6b6a5eb3e8.
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 7 | 1 | 6 | 0 | 0 | Detail | |
test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05] |
fail
ft45.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server[id-925fdfb4-5b13-47ea-ac8a-c36ae6fddb05]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:45,349 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.057s
2025-05-19 16:40:45,356 69661 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_active_server) Found network {'id': '81b39973-4e36-4b11-bdbb-d2bbafb414fb', 'name': 'tempest-DeleteServersTestJSON-689319182-network', 'tenant_id': '4c72d0336c394b228355377bef16a913', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c72d0336c394b228355377bef16a913', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 137, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:37Z', 'updated_at': '2025-05-19T16:40:37Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:47,489 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 202 POST http://10.180.1.21/compute/v2.1/servers 2.132s
2025-05-19 16:40:48,859 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 200 GET http://10.180.1.21/compute/v2.1/servers/a504ceec-ea52-452d-8756-683c1fcfcf66 1.368s
2025-05-19 16:40:51,073 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 200 GET http://10.180.1.21/compute/v2.1/servers/a504ceec-ea52-452d-8756-683c1fcfcf66 1.202s
2025-05-19 16:40:52,432 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/a504ceec-ea52-452d-8756-683c1fcfcf66 1.351s
2025-05-19 16:40:52,764 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_active_server): 404 GET http://10.180.1.21/compute/v2.1/servers/a504ceec-ea52-452d-8756-683c1fcfcf66 0.332s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 50, in test_delete_active_server
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a504ceec-ea52-452d-8756-683c1fcfcf66 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:48Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-ae32c292-814d-41a9-9888-035a5239ac45.
|
||||||
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft45.2: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:52,950 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.179s
2025-05-19 16:40:52,951 69661 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '81b39973-4e36-4b11-bdbb-d2bbafb414fb', 'name': 'tempest-DeleteServersTestJSON-689319182-network', 'tenant_id': '4c72d0336c394b228355377bef16a913', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c72d0336c394b228355377bef16a913', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 137, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:37Z', 'updated_at': '2025-05-19T16:40:37Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:54,454 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.180.1.21/compute/v2.1/servers 1.502s
2025-05-19 16:40:54,683 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.180.1.21/compute/v2.1/servers/1fbb5ee7-72f5-4bba-bd19-7bed95a859f7 0.228s
2025-05-19 16:40:56,164 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.180.1.21/compute/v2.1/servers/1fbb5ee7-72f5-4bba-bd19-7bed95a859f7 0.471s
2025-05-19 16:40:56,171 69661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-05-19 16:40:56,768 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 204 DELETE http://10.180.1.21/compute/v2.1/servers/1fbb5ee7-72f5-4bba-bd19-7bed95a859f7 0.597s
2025-05-19 16:40:57,081 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 404 GET http://10.180.1.21/compute/v2.1/servers/1fbb5ee7-72f5-4bba-bd19-7bed95a859f7 0.312s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 115, 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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1fbb5ee7-72f5-4bba-bd19-7bed95a859f7 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:55Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-24e61229-a0d0-4c3c-8b6d-e5632fddc307.
|
||||||
test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159] |
pass
pt45.3: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state[id-9e6e0c87-3352-42f7-9faf-5d6210dbd159]
|
||||||
test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad] |
fail
ft45.4: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state[id-bb0cb402-09dd-4947-b6e5-5e7e1cfa61ad]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:58,080 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.060s
2025-05-19 16:40:58,080 69661 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shelved_state) Found network {'id': '81b39973-4e36-4b11-bdbb-d2bbafb414fb', 'name': 'tempest-DeleteServersTestJSON-689319182-network', 'tenant_id': '4c72d0336c394b228355377bef16a913', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c72d0336c394b228355377bef16a913', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 137, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:37Z', 'updated_at': '2025-05-19T16:40:37Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:58,829 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 202 POST http://10.180.1.21/compute/v2.1/servers 0.748s
2025-05-19 16:40:59,314 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.180.1.21/compute/v2.1/servers/5687fddc-1080-49ab-9f11-cd6c8e18a7ae 0.483s
2025-05-19 16:41:00,698 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 200 GET http://10.180.1.21/compute/v2.1/servers/5687fddc-1080-49ab-9f11-cd6c8e18a7ae 0.372s
2025-05-19 16:41:00,712 69661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-05-19 16:41:00,976 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 204 DELETE http://10.180.1.21/compute/v2.1/servers/5687fddc-1080-49ab-9f11-cd6c8e18a7ae 0.264s
2025-05-19 16:41:01,006 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shelved_state): 404 GET http://10.180.1.21/compute/v2.1/servers/5687fddc-1080-49ab-9f11-cd6c8e18a7ae 0.029s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 90, in test_delete_server_while_in_shelved_state
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5687fddc-1080-49ab-9f11-cd6c8e18a7ae failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:59Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-63aedf4d-78cc-41d7-8d10-da4e305fa812.
|
||||||
test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be] |
fail
ft45.5: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state[id-546d368c-bb6c-4645-979a-83ed16f3a6be]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:41:01,149 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.136s
2025-05-19 16:41:01,149 69661 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state) Found network {'id': '81b39973-4e36-4b11-bdbb-d2bbafb414fb', 'name': 'tempest-DeleteServersTestJSON-689319182-network', 'tenant_id': '4c72d0336c394b228355377bef16a913', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c72d0336c394b228355377bef16a913', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 137, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:37Z', 'updated_at': '2025-05-19T16:40:37Z', 'revision_number': 1} available for tenant
2025-05-19 16:41:02,194 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 202 POST http://10.180.1.21/compute/v2.1/servers 1.044s
2025-05-19 16:41:02,532 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 200 GET http://10.180.1.21/compute/v2.1/servers/d52d5576-1b4d-44bf-93f3-2ba65c9c6daa 0.335s
2025-05-19 16:41:03,625 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 200 GET http://10.180.1.21/compute/v2.1/servers/d52d5576-1b4d-44bf-93f3-2ba65c9c6daa 0.082s
2025-05-19 16:41:03,633 69661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-05-19 16:41:03,844 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 204 DELETE http://10.180.1.21/compute/v2.1/servers/d52d5576-1b4d-44bf-93f3-2ba65c9c6daa 0.210s
2025-05-19 16:41:03,868 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_shutoff_state): 404 GET http://10.180.1.21/compute/v2.1/servers/d52d5576-1b4d-44bf-93f3-2ba65c9c6daa 0.024s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 57, in test_delete_server_while_in_shutoff_state
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server d52d5576-1b4d-44bf-93f3-2ba65c9c6daa failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:02Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-60e231b0-38fb-47e7-a8ec-4eaff41a84ae.
|
||||||
test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b] |
fail
ft45.6: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state[id-1f82ebd3-8253-4f4e-b93f-de9b7df56d8b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:41:03,944 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.069s
2025-05-19 16:41:03,944 69661 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_suspended_state) Found network {'id': '81b39973-4e36-4b11-bdbb-d2bbafb414fb', 'name': 'tempest-DeleteServersTestJSON-689319182-network', 'tenant_id': '4c72d0336c394b228355377bef16a913', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c72d0336c394b228355377bef16a913', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 137, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:37Z', 'updated_at': '2025-05-19T16:40:37Z', 'revision_number': 1} available for tenant
2025-05-19 16:41:04,568 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 202 POST http://10.180.1.21/compute/v2.1/servers 0.623s
2025-05-19 16:41:04,633 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 200 GET http://10.180.1.21/compute/v2.1/servers/6d6e8df5-6f4c-4725-b533-cb49909cc462 0.063s
2025-05-19 16:41:05,761 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 200 GET http://10.180.1.21/compute/v2.1/servers/6d6e8df5-6f4c-4725-b533-cb49909cc462 0.118s
2025-05-19 16:41:05,771 69661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-05-19 16:41:06,000 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 204 DELETE http://10.180.1.21/compute/v2.1/servers/6d6e8df5-6f4c-4725-b533-cb49909cc462 0.228s
2025-05-19 16:41:06,021 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_suspended_state): 404 GET http://10.180.1.21/compute/v2.1/servers/6d6e8df5-6f4c-4725-b533-cb49909cc462 0.020s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 79, in test_delete_server_while_in_suspended_state
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6d6e8df5-6f4c-4725-b533-cb49909cc462 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:05Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-d0ab6d14-b0df-42bb-a2c6-8c3fd36b6255.
|
||||||
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
fail
ft45.7: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:41:06,122 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.097s
2025-05-19 16:41:06,123 69661 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': '81b39973-4e36-4b11-bdbb-d2bbafb414fb', 'name': 'tempest-DeleteServersTestJSON-689319182-network', 'tenant_id': '4c72d0336c394b228355377bef16a913', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4c72d0336c394b228355377bef16a913', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 137, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:37Z', 'updated_at': '2025-05-19T16:40:37Z', 'revision_number': 1} available for tenant
2025-05-19 16:41:06,854 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 202 POST http://10.180.1.21/compute/v2.1/servers 0.730s
2025-05-19 16:41:06,913 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 200 GET http://10.180.1.21/compute/v2.1/servers/ffe50075-6a25-48e8-a287-6a3cd3f684ad 0.057s
2025-05-19 16:41:07,978 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 200 GET http://10.180.1.21/compute/v2.1/servers/ffe50075-6a25-48e8-a287-6a3cd3f684ad 0.053s
2025-05-19 16:41:07,985 69661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2025-05-19 16:41:08,143 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 204 DELETE http://10.180.1.21/compute/v2.1/servers/ffe50075-6a25-48e8-a287-6a3cd3f684ad 0.158s
2025-05-19 16:41:08,191 69661 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 404 GET http://10.180.1.21/compute/v2.1/servers/ffe50075-6a25-48e8-a287-6a3cd3f684ad 0.047s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 101, in test_delete_server_while_in_verify_resize_state
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ffe50075-6a25-48e8-a287-6a3cd3f684ad failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:07Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-4de255ec-d113-438c-854f-9dca02c6354e.
|
||||||
| tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 5 | 0 | 5 | 0 | 0 | Detail | |
test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713] |
fail
ft46.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config[id-9c9fae77-4feb-402f-8450-bf1c8b609713]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:51,145 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.028s
2025-05-19 16:39:51,146 69699 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config) Found network {'id': 'bec68a44-dfc1-4119-917b-b4d8400b7e1f', 'name': 'tempest-ServerDiskConfigTestJSON-1965722269-network', 'tenant_id': '05017dcf682942dfb70a794d63c9637a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05017dcf682942dfb70a794d63c9637a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 591, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:46Z', 'updated_at': '2025-05-19T16:39:46Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:54,315 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 202 POST http://10.180.1.21/compute/v2.1/servers 3.168s
2025-05-19 16:39:55,614 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 200 GET http://10.180.1.21/compute/v2.1/servers/27072e90-88c9-4a5a-90e6-bee21be9210b 1.297s
2025-05-19 16:39:58,449 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 200 GET http://10.180.1.21/compute/v2.1/servers/27072e90-88c9-4a5a-90e6-bee21be9210b 1.821s
2025-05-19 16:40:00,576 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 204 DELETE http://10.180.1.21/compute/v2.1/servers/27072e90-88c9-4a5a-90e6-bee21be9210b 2.115s
2025-05-19 16:40:03,315 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_auto_disk_config): 404 GET http://10.180.1.21/compute/v2.1/servers/27072e90-88c9-4a5a-90e6-bee21be9210b 2.739s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 74, in test_rebuild_server_with_auto_disk_config
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 27072e90-88c9-4a5a-90e6-bee21be9210b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:54Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-334d7d00-944d-466e-a3ca-749007595585.
|
||||||
test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e] |
fail
ft46.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config[id-bef56b09-2e8c-4883-a370-4950812f430e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:03,519 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.187s
2025-05-19 16:40:03,520 69699 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config) Found network {'id': 'bec68a44-dfc1-4119-917b-b4d8400b7e1f', 'name': 'tempest-ServerDiskConfigTestJSON-1965722269-network', 'tenant_id': '05017dcf682942dfb70a794d63c9637a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05017dcf682942dfb70a794d63c9637a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 591, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:46Z', 'updated_at': '2025-05-19T16:39:46Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:05,652 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 202 POST http://10.180.1.21/compute/v2.1/servers 2.131s
2025-05-19 16:40:06,963 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 200 GET http://10.180.1.21/compute/v2.1/servers/25d72425-2483-48c9-8e2f-98d60744844e 1.309s
2025-05-19 16:40:09,760 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 200 GET http://10.180.1.21/compute/v2.1/servers/25d72425-2483-48c9-8e2f-98d60744844e 1.786s
2025-05-19 16:40:11,575 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 204 DELETE http://10.180.1.21/compute/v2.1/servers/25d72425-2483-48c9-8e2f-98d60744844e 1.803s
2025-05-19 16:40:13,321 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_rebuild_server_with_manual_disk_config): 404 GET http://10.180.1.21/compute/v2.1/servers/25d72425-2483-48c9-8e2f-98d60744844e 1.745s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 55, in test_rebuild_server_with_manual_disk_config
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 25d72425-2483-48c9-8e2f-98d60744844e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:06Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-d7297074-d04e-4b43-9c21-4d82521f98f6.
|
||||||
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
fail
ft46.3: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:13,420 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.091s
2025-05-19 16:40:13,420 69699 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': 'bec68a44-dfc1-4119-917b-b4d8400b7e1f', 'name': 'tempest-ServerDiskConfigTestJSON-1965722269-network', 'tenant_id': '05017dcf682942dfb70a794d63c9637a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05017dcf682942dfb70a794d63c9637a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 591, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:46Z', 'updated_at': '2025-05-19T16:39:46Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:17,339 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 202 POST http://10.180.1.21/compute/v2.1/servers 3.918s
2025-05-19 16:40:18,790 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 200 GET http://10.180.1.21/compute/v2.1/servers/2fadb8bf-708e-44db-a502-2c1d6411aaf8 1.449s
2025-05-19 16:40:20,708 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 200 GET http://10.180.1.21/compute/v2.1/servers/2fadb8bf-708e-44db-a502-2c1d6411aaf8 0.907s
2025-05-19 16:40:22,379 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 204 DELETE http://10.180.1.21/compute/v2.1/servers/2fadb8bf-708e-44db-a502-2c1d6411aaf8 1.664s
2025-05-19 16:40:24,142 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 404 GET http://10.180.1.21/compute/v2.1/servers/2fadb8bf-708e-44db-a502-2c1d6411aaf8 1.763s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 111, in test_resize_server_from_auto_to_manual
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 2fadb8bf-708e-44db-a502-2c1d6411aaf8 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:18Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-3b020c52-54bd-4efe-9eb1-a8e5b6772a62.
|
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
fail
ft46.4: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:24,222 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.074s
2025-05-19 16:40:24,222 69699 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': 'bec68a44-dfc1-4119-917b-b4d8400b7e1f', 'name': 'tempest-ServerDiskConfigTestJSON-1965722269-network', 'tenant_id': '05017dcf682942dfb70a794d63c9637a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05017dcf682942dfb70a794d63c9637a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 591, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:46Z', 'updated_at': '2025-05-19T16:39:46Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:26,659 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 202 POST http://10.180.1.21/compute/v2.1/servers 2.436s
2025-05-19 16:40:27,353 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 200 GET http://10.180.1.21/compute/v2.1/servers/13d9ceea-4f3c-4bf9-987c-3701d4cfba53 0.689s
2025-05-19 16:40:28,848 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 200 GET http://10.180.1.21/compute/v2.1/servers/13d9ceea-4f3c-4bf9-987c-3701d4cfba53 0.482s
2025-05-19 16:40:30,492 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 204 DELETE http://10.180.1.21/compute/v2.1/servers/13d9ceea-4f3c-4bf9-987c-3701d4cfba53 1.635s
2025-05-19 16:40:32,357 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 404 GET http://10.180.1.21/compute/v2.1/servers/13d9ceea-4f3c-4bf9-987c-3701d4cfba53 1.864s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 95, in test_resize_server_from_manual_to_auto
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 13d9ceea-4f3c-4bf9-987c-3701d4cfba53 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:27Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-bb108835-78e4-4204-b6c1-7ea11ca818cb.
|
||||||
test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f] |
fail
ft46.5: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual[id-5ef18867-358d-4de9-b3c9-94d4ba35742f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:32,632 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.270s
2025-05-19 16:40:32,633 69699 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual) Found network {'id': 'bec68a44-dfc1-4119-917b-b4d8400b7e1f', 'name': 'tempest-ServerDiskConfigTestJSON-1965722269-network', 'tenant_id': '05017dcf682942dfb70a794d63c9637a', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '05017dcf682942dfb70a794d63c9637a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 591, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:46Z', 'updated_at': '2025-05-19T16:39:46Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:35,345 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 202 POST http://10.180.1.21/compute/v2.1/servers 2.711s
2025-05-19 16:40:36,605 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 200 GET http://10.180.1.21/compute/v2.1/servers/87464aa4-4dc3-414d-9de7-e7d35ec10b1f 1.258s
2025-05-19 16:40:39,329 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 200 GET http://10.180.1.21/compute/v2.1/servers/87464aa4-4dc3-414d-9de7-e7d35ec10b1f 1.716s
2025-05-19 16:40:39,343 69699 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 3 second wait
2025-05-19 16:40:40,022 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 204 DELETE http://10.180.1.21/compute/v2.1/servers/87464aa4-4dc3-414d-9de7-e7d35ec10b1f 0.678s
2025-05-19 16:40:42,078 69699 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_update_server_from_auto_to_manual): 404 GET http://10.180.1.21/compute/v2.1/servers/87464aa4-4dc3-414d-9de7-e7d35ec10b1f 2.056s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 125, in test_update_server_from_auto_to_manual
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 87464aa4-4dc3-414d-9de7-e7d35ec10b1f failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:36Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-01cf8124-2fee-45f6-9361-01b8377a235b.
|
||||||
| tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1] |
fail
ft47.1: tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions[id-0a0f85d4-10fa-41f6-bf80-a54fb4aa2ae1]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:13,278 69675 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.068s
2025-05-19 16:40:13,278 69675 INFO [tempest.lib.common.fixed_network] (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions) Found network {'id': 'eadc68d5-25cf-4fe4-acc8-19f4ab3cd613', 'name': 'tempest-InstanceActionsV221TestJSON-2031261255-network', 'tenant_id': '30ee3a45770949d1a222f5bb58ced869', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30ee3a45770949d1a222f5bb58ced869', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 588, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:02Z', 'updated_at': '2025-05-19T16:40:02Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:16,186 69675 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 202 POST http://10.180.1.21/compute/v2.1/servers 2.905s
2025-05-19 16:40:18,209 69675 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.180.1.21/compute/v2.1/servers/c4e20a97-3e01-4b61-8b70-4c5a4bf7d303 2.021s
2025-05-19 16:40:20,252 69675 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 200 GET http://10.180.1.21/compute/v2.1/servers/c4e20a97-3e01-4b61-8b70-4c5a4bf7d303 1.030s
2025-05-19 16:40:21,628 69675 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 204 DELETE http://10.180.1.21/compute/v2.1/servers/c4e20a97-3e01-4b61-8b70-4c5a4bf7d303 1.367s
2025-05-19 16:40:23,550 69675 INFO [tempest.lib.common.rest_client] Request (InstanceActionsV221TestJSON:test_get_list_deleted_instance_actions): 404 GET http://10.180.1.21/compute/v2.1/servers/c4e20a97-3e01-4b61-8b70-4c5a4bf7d303 1.922s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_instance_actions.py", line 77, in test_get_list_deleted_instance_actions
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c4e20a97-3e01-4b61-8b70-4c5a4bf7d303 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:16Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-eff85cdb-fd8e-4d7b-81ec-0df7db3e417b.
|
||||||
| tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1] |
fail
ft48.1: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create[id-61e03386-89c3-449c-9bb1-a06f423fd9d1]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:38,429 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.033s
2025-05-19 16:39:38,429 69691 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create) Found network {'id': 'aa4f49a8-1a71-45b9-ba5d-f614d639dec3', 'name': 'tempest-MultipleCreateTestJSON-1794921799-network', 'tenant_id': 'b79b07bb8a2249b099367f535bdbeb50', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b79b07bb8a2249b099367f535bdbeb50', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 429, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:22Z', 'updated_at': '2025-05-19T16:39:22Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:41,731 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 202 POST http://10.180.1.21/compute/v2.1/servers 3.301s
2025-05-19 16:39:44,062 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET http://10.180.1.21/compute/v2.1/servers 2.328s
2025-05-19 16:39:46,714 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET http://10.180.1.21/compute/v2.1/servers/eb0edfdb-fa1d-4a46-bd25-f43e748a3056 2.647s
2025-05-19 16:39:50,926 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 200 GET http://10.180.1.21/compute/v2.1/servers/eb0edfdb-fa1d-4a46-bd25-f43e748a3056 3.198s
2025-05-19 16:39:53,662 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 204 DELETE http://10.180.1.21/compute/v2.1/servers/eb0edfdb-fa1d-4a46-bd25-f43e748a3056 2.727s
2025-05-19 16:39:55,409 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 204 DELETE http://10.180.1.21/compute/v2.1/servers/fb464978-b06a-4135-a890-c0ce4cb5a6c4 1.746s
2025-05-19 16:39:56,568 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 404 GET http://10.180.1.21/compute/v2.1/servers/eb0edfdb-fa1d-4a46-bd25-f43e748a3056 1.158s
2025-05-19 16:39:58,360 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create): 404 GET http://10.180.1.21/compute/v2.1/servers/fb464978-b06a-4135-a890-c0ce4cb5a6c4 1.792s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_multiple_create.py", line 33, in test_multiple_create
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server eb0edfdb-fa1d-4a46-bd25-f43e748a3056 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:42Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-93c69d01-ee4c-4cc8-84e5-ecbf88edad0a.
|
||||||
test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7] |
fail
ft48.2: tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return[id-864777fb-2f1e-44e3-b5b9-3eb6fa84f2f7]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:58,476 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.106s
2025-05-19 16:39:58,476 69691 INFO [tempest.lib.common.fixed_network] (MultipleCreateTestJSON:test_multiple_create_with_reservation_return) Found network {'id': 'aa4f49a8-1a71-45b9-ba5d-f614d639dec3', 'name': 'tempest-MultipleCreateTestJSON-1794921799-network', 'tenant_id': 'b79b07bb8a2249b099367f535bdbeb50', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b79b07bb8a2249b099367f535bdbeb50', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 429, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:22Z', 'updated_at': '2025-05-19T16:39:22Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:01,506 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 202 POST http://10.180.1.21/compute/v2.1/servers 3.030s
2025-05-19 16:40:03,653 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 200 GET http://10.180.1.21/compute/v2.1/servers 2.147s
2025-05-19 16:40:05,772 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 200 GET http://10.180.1.21/compute/v2.1/servers/b71ca42b-eaf7-49bc-acd3-b8a97d0d5f9a 2.117s
2025-05-19 16:40:07,462 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 200 GET http://10.180.1.21/compute/v2.1/servers/b71ca42b-eaf7-49bc-acd3-b8a97d0d5f9a 0.681s
2025-05-19 16:40:08,446 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 204 DELETE http://10.180.1.21/compute/v2.1/servers/b71ca42b-eaf7-49bc-acd3-b8a97d0d5f9a 0.971s
2025-05-19 16:40:10,316 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 204 DELETE http://10.180.1.21/compute/v2.1/servers/d09a5622-b139-4d48-bc53-285cbaa0ff6c 1.870s
2025-05-19 16:40:11,778 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 404 GET http://10.180.1.21/compute/v2.1/servers/b71ca42b-eaf7-49bc-acd3-b8a97d0d5f9a 1.461s
2025-05-19 16:40:13,460 69691 INFO [tempest.lib.common.rest_client] Request (MultipleCreateTestJSON:test_multiple_create_with_reservation_return): 404 GET http://10.180.1.21/compute/v2.1/servers/d09a5622-b139-4d48-bc53-285cbaa0ff6c 1.681s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_multiple_create.py", line 61, in test_multiple_create_with_reservation_return
body = self.create_test_server(wait_until='ACTIVE',
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b71ca42b-eaf7-49bc-acd3-b8a97d0d5f9a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:02Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-4556d923-6767-4f1f-a7ed-6f849c785d6e.
|
||||||
| tempest.api.compute.servers.test_server_actions.ServersAaction247Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23] |
fail
ft49.1: tempest.api.compute.servers.test_server_actions.ServersAaction247Test.test_create_backup[id-252a4bdd-6366-4dae-9994-8c30aa660f23]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:50,515 69687 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.032s
2025-05-19 16:39:50,515 69687 INFO [tempest.lib.common.fixed_network] (ServersAaction247Test:test_create_backup) Found network None available for tenant
2025-05-19 16:39:53,440 69687 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 202 POST http://10.180.1.21/compute/v2.1/servers 2.924s
2025-05-19 16:39:55,127 69687 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 200 GET http://10.180.1.21/compute/v2.1/servers/39aa2126-40ca-428b-ad05-b437252d7925 1.686s
2025-05-19 16:39:57,499 69687 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 200 GET http://10.180.1.21/compute/v2.1/servers/39aa2126-40ca-428b-ad05-b437252d7925 1.362s
2025-05-19 16:39:59,591 69687 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 204 DELETE http://10.180.1.21/compute/v2.1/servers/39aa2126-40ca-428b-ad05-b437252d7925 2.081s
2025-05-19 16:40:02,029 69687 INFO [tempest.lib.common.rest_client] Request (ServersAaction247Test:test_create_backup): 404 GET http://10.180.1.21/compute/v2.1/servers/39aa2126-40ca-428b-ad05-b437252d7925 2.438s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 828, in test_create_backup
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 39aa2126-40ca-428b-ad05-b437252d7925 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:54Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-1347ae43-f808-4441-95d4-9e3ca1c593b7.
|
||||||
| tempest.api.compute.servers.test_server_group.ServerGroupTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113] |
pass
pt50.1: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy[id-154dc5a4-a2fe-44b5-b99e-f15806a4a113]
|
||||||
test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b] |
pass
pt50.2: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy[id-5dc57eda-35b7-4af7-9e5f-3c2be3d2d68b]
|
||||||
test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23] |
pass
pt50.3: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy[id-3645a102-372f-4140-afad-13698d850d23]
|
||||||
test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811] |
fail
ft50.4: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group[id-ed20d3fb-9d1f-4329-b160-543fbd5d9811]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:26,871 69695 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.093s
2025-05-19 16:39:26,871 69695 INFO [tempest.lib.common.fixed_network] (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group) Found network {'id': 'f091e3a7-e0cf-4368-bf45-f3088ce6d721', 'name': 'tempest-ServerGroupTestJSON-1575421972-network', 'tenant_id': '7793b3b5a5994347a2ce3ca7b866d2fc', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7793b3b5a5994347a2ce3ca7b866d2fc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 855, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:38:59Z', 'updated_at': '2025-05-19T16:38:59Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:28,925 69695 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 202 POST http://10.180.1.21/compute/v2.1/servers 2.053s
2025-05-19 16:39:29,803 69695 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 200 GET http://10.180.1.21/compute/v2.1/servers/08fd0af9-afcf-48c9-bbb7-e7cb1ff01cb0 0.873s
2025-05-19 16:39:31,391 69695 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 200 GET http://10.180.1.21/compute/v2.1/servers/08fd0af9-afcf-48c9-bbb7-e7cb1ff01cb0 0.575s
2025-05-19 16:39:32,362 69695 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 204 DELETE http://10.180.1.21/compute/v2.1/servers/08fd0af9-afcf-48c9-bbb7-e7cb1ff01cb0 0.962s
2025-05-19 16:39:35,150 69695 INFO [tempest.lib.common.rest_client] Request (ServerGroupTestJSON:test_create_server_with_scheduler_hint_group): 404 GET http://10.180.1.21/compute/v2.1/servers/08fd0af9-afcf-48c9-bbb7-e7cb1ff01cb0 2.787s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_group.py", line 138, in test_create_server_with_scheduler_hint_group
server = self.create_test_server(scheduler_hints=hints,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 08fd0af9-afcf-48c9-bbb7-e7cb1ff01cb0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:29Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-17a5e224-e17d-4a6e-b884-42897d3d4073.
|
||||||
test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321] |
pass
pt50.5: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups[id-d4874179-27b4-4d7d-80e4-6c560cdfe321]
|
||||||
test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead] |
pass
pt50.6: tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group[id-b3545034-dd78-48f0-bdc2-a4adfa6d0ead]
|
||||||
| tempest.api.compute.servers.test_servers.ServerShowV247Test | 2 | 1 | 1 | 0 | 0 | Detail | |
test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33] |
pass
pt51.1: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server[id-88b0bdb2-494c-11e7-a919-92ebcb67fe33]
|
||||||
test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b] |
fail
ft51.2: tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server[id-8de397c2-57d0-4b90-aa30-e5d668f21a8b]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:10,008 69667 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.130s
2025-05-19 16:40:10,008 69667 INFO [tempest.lib.common.fixed_network] (ServerShowV247Test:test_update_rebuild_list_server) Found network None available for tenant
2025-05-19 16:40:11,717 69667 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 202 POST http://10.180.1.21/compute/v2.1/servers 1.708s
2025-05-19 16:40:13,419 69667 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 PUT http://10.180.1.21/compute/v2.1/servers/1b3ab638-bde7-48f8-b627-3decc3ebad54 1.699s
2025-05-19 16:40:16,595 69667 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 GET http://10.180.1.21/compute/v2.1/servers/1b3ab638-bde7-48f8-b627-3decc3ebad54 3.169s
2025-05-19 16:40:18,827 69667 INFO [tempest.lib.common.rest_client] Request (ServerShowV247Test:test_update_rebuild_list_server): 200 GET http://10.180.1.21/compute/v2.1/servers/1b3ab638-bde7-48f8-b627-3decc3ebad54 1.218s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 206, in test_update_rebuild_list_server
waiters.wait_for_server_status(self.servers_client, server['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1b3ab638-bde7-48f8-b627-3decc3ebad54 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:12Z', 'message': 'No valid host was found. '}.
|
||||||
| tempest.api.compute.servers.test_servers.ServersListShow2100Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_list_show_rebuild_update_server_2100[id-2c3a8270-e6f7-4400-af0f-db003c117e48] |
fail
ft52.1: tempest.api.compute.servers.test_servers.ServersListShow2100Test.test_list_show_rebuild_update_server_2100[id-2c3a8270-e6f7-4400-af0f-db003c117e48]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:04,838 69659 INFO [tempest.lib.common.rest_client] Request (ServersListShow2100Test:test_list_show_rebuild_update_server_2100): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.049s
2025-05-19 16:40:04,839 69659 INFO [tempest.lib.common.fixed_network] (ServersListShow2100Test:test_list_show_rebuild_update_server_2100) Found network None available for tenant
2025-05-19 16:40:06,568 69659 INFO [tempest.lib.common.rest_client] Request (ServersListShow2100Test:test_list_show_rebuild_update_server_2100): 202 POST http://10.180.1.21/compute/v2.1/servers 1.728s
2025-05-19 16:40:07,436 69659 INFO [tempest.lib.common.rest_client] Request (ServersListShow2100Test:test_list_show_rebuild_update_server_2100): 200 GET http://10.180.1.21/compute/v2.1/servers/290fba29-fdf3-4f40-862d-8f22ae72d787 0.866s
2025-05-19 16:40:10,150 69659 INFO [tempest.lib.common.rest_client] Request (ServersListShow2100Test:test_list_show_rebuild_update_server_2100): 200 GET http://10.180.1.21/compute/v2.1/servers/290fba29-fdf3-4f40-862d-8f22ae72d787 1.693s
2025-05-19 16:40:11,894 69659 INFO [tempest.lib.common.rest_client] Request (ServersListShow2100Test:test_list_show_rebuild_update_server_2100): 204 DELETE http://10.180.1.21/compute/v2.1/servers/290fba29-fdf3-4f40-862d-8f22ae72d787 1.726s
2025-05-19 16:40:13,489 69659 INFO [tempest.lib.common.rest_client] Request (ServersListShow2100Test:test_list_show_rebuild_update_server_2100): 404 GET http://10.180.1.21/compute/v2.1/servers/290fba29-fdf3-4f40-862d-8f22ae72d787 1.595s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 326, in test_list_show_rebuild_update_server_2100
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 290fba29-fdf3-4f40-862d-8f22ae72d787 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:07Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-483014dc-7dd0-4c8f-89c8-a29704d0d1d9.
|
||||||
| tempest.api.compute.servers.test_servers.ServersListShow296Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_list_show_update_rebuild_server_296[id-4eee1ffe-9e00-4c99-a431-0d3e0f323a8f] |
fail
ft53.1: tempest.api.compute.servers.test_servers.ServersListShow296Test.test_list_show_update_rebuild_server_296[id-4eee1ffe-9e00-4c99-a431-0d3e0f323a8f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:58,453 69695 INFO [tempest.lib.common.rest_client] Request (ServersListShow296Test:test_list_show_update_rebuild_server_296): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.036s
2025-05-19 16:39:58,454 69695 INFO [tempest.lib.common.fixed_network] (ServersListShow296Test:test_list_show_update_rebuild_server_296) Found network None available for tenant
2025-05-19 16:40:00,314 69695 INFO [tempest.lib.common.rest_client] Request (ServersListShow296Test:test_list_show_update_rebuild_server_296): 202 POST http://10.180.1.21/compute/v2.1/servers 1.859s
2025-05-19 16:40:02,675 69695 INFO [tempest.lib.common.rest_client] Request (ServersListShow296Test:test_list_show_update_rebuild_server_296): 200 GET http://10.180.1.21/compute/v2.1/servers/d050c902-0520-4f8e-b595-8576218be5d2 2.359s
2025-05-19 16:40:05,828 69695 INFO [tempest.lib.common.rest_client] Request (ServersListShow296Test:test_list_show_update_rebuild_server_296): 200 GET http://10.180.1.21/compute/v2.1/servers/d050c902-0520-4f8e-b595-8576218be5d2 2.133s
2025-05-19 16:40:07,351 69695 INFO [tempest.lib.common.rest_client] Request (ServersListShow296Test:test_list_show_update_rebuild_server_296): 204 DELETE http://10.180.1.21/compute/v2.1/servers/d050c902-0520-4f8e-b595-8576218be5d2 1.500s
2025-05-19 16:40:08,139 69695 INFO [tempest.lib.common.rest_client] Request (ServersListShow296Test:test_list_show_update_rebuild_server_296): 404 GET http://10.180.1.21/compute/v2.1/servers/d050c902-0520-4f8e-b595-8576218be5d2 0.787s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 280, in test_list_show_update_rebuild_server_296
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server d050c902-0520-4f8e-b595-8576218be5d2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:01Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-21578879-66ef-48c7-8539-15600a9c4fb9.
|
||||||
| tempest.api.compute.servers.test_servers.ServersListShow298Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_list_show_update_rebuild_server_298[id-3981e496-3bf7-4015-b807-63ffee7c520c] |
fail
ft54.1: tempest.api.compute.servers.test_servers.ServersListShow298Test.test_list_show_update_rebuild_server_298[id-3981e496-3bf7-4015-b807-63ffee7c520c]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:19,055 69679 INFO [tempest.lib.common.rest_client] Request (ServersListShow298Test:test_list_show_update_rebuild_server_298): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.034s
2025-05-19 16:40:19,055 69679 INFO [tempest.lib.common.fixed_network] (ServersListShow298Test:test_list_show_update_rebuild_server_298) Found network None available for tenant
2025-05-19 16:40:20,065 69679 INFO [tempest.lib.common.rest_client] Request (ServersListShow298Test:test_list_show_update_rebuild_server_298): 202 POST http://10.180.1.21/compute/v2.1/servers 1.009s
2025-05-19 16:40:20,879 69679 INFO [tempest.lib.common.rest_client] Request (ServersListShow298Test:test_list_show_update_rebuild_server_298): 200 GET http://10.180.1.21/compute/v2.1/servers/201ed79f-b4a9-4fa5-b1ec-f0fded57265f 0.812s
2025-05-19 16:40:24,095 69679 INFO [tempest.lib.common.rest_client] Request (ServersListShow298Test:test_list_show_update_rebuild_server_298): 200 GET http://10.180.1.21/compute/v2.1/servers/201ed79f-b4a9-4fa5-b1ec-f0fded57265f 2.199s
2025-05-19 16:40:25,879 69679 INFO [tempest.lib.common.rest_client] Request (ServersListShow298Test:test_list_show_update_rebuild_server_298): 204 DELETE http://10.180.1.21/compute/v2.1/servers/201ed79f-b4a9-4fa5-b1ec-f0fded57265f 1.768s
2025-05-19 16:40:27,209 69679 INFO [tempest.lib.common.rest_client] Request (ServersListShow298Test:test_list_show_update_rebuild_server_298): 404 GET http://10.180.1.21/compute/v2.1/servers/201ed79f-b4a9-4fa5-b1ec-f0fded57265f 1.328s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 301, in test_list_show_update_rebuild_server_298
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 201ed79f-b4a9-4fa5-b1ec-f0fded57265f failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:20Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8be1ecd3-9300-4b8f-8bbf-3e5db498cb76.
|
||||||
| tempest.api.compute.servers.test_servers.ServersTestJSON | 7 | 1 | 6 | 0 | 0 | Detail | |
test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49] |
fail
ft55.1: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name[id-defbaca5-d611-49f5-ae21-56ee25d2db49]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:49,284 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.073s
2025-05-19 16:39:49,285 69663 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_specify_multibyte_character_name) Found network {'id': '4775fa7f-24b0-4444-8226-861b309ca205', 'name': 'tempest-ServersTestJSON-1652113652-network', 'tenant_id': 'a57027475317403cb7ff6366ef5f5c0c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a57027475317403cb7ff6366ef5f5c0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 939, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:52,258 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 202 POST http://10.180.1.21/compute/v2.1/servers 2.973s
2025-05-19 16:39:54,352 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 200 GET http://10.180.1.21/compute/v2.1/servers/cf0c8324-93a4-4c56-82c2-7ae03e7c86f6 2.092s
2025-05-19 16:39:56,545 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 200 GET http://10.180.1.21/compute/v2.1/servers/cf0c8324-93a4-4c56-82c2-7ae03e7c86f6 1.178s
2025-05-19 16:39:58,072 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 204 DELETE http://10.180.1.21/compute/v2.1/servers/cf0c8324-93a4-4c56-82c2-7ae03e7c86f6 1.520s
2025-05-19 16:39:59,966 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_specify_multibyte_character_name): 404 GET http://10.180.1.21/compute/v2.1/servers/cf0c8324-93a4-4c56-82c2-7ae03e7c86f6 1.894s
2025-05-19 16:39:59,967 69663 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1730756. The failure could be related to https://launchpad.net/bugs/1730756
}}}
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/servers/test_servers.py", line 168, in test_create_server_specify_multibyte_character_name
self.create_test_server(name=utf8_name, wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server cf0c8324-93a4-4c56-82c2-7ae03e7c86f6 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:52Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8ce5a705-d20a-43da-8c14-7506a2c870fd.
|
||||||
test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0] |
pass
pt55.2: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password[id-b92d5ec7-b1dd-44a2-87e4-45e888c46ef0]
|
||||||
test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb] |
fail
ft55.3: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only[id-38fb1d02-c3c5-41de-91d3-9bc2025a75eb]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:06,984 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.110s
2025-05-19 16:40:06,985 69663 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_server_with_ipv6_addr_only) Found network {'id': '4775fa7f-24b0-4444-8226-861b309ca205', 'name': 'tempest-ServersTestJSON-1652113652-network', 'tenant_id': 'a57027475317403cb7ff6366ef5f5c0c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a57027475317403cb7ff6366ef5f5c0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 939, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:09,330 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 202 POST http://10.180.1.21/compute/v2.1/servers 2.345s
2025-05-19 16:40:10,451 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 200 GET http://10.180.1.21/compute/v2.1/servers/1eb08e0a-f13e-4530-9edf-20328ff1b805 1.119s
2025-05-19 16:40:13,294 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 200 GET http://10.180.1.21/compute/v2.1/servers/1eb08e0a-f13e-4530-9edf-20328ff1b805 1.827s
2025-05-19 16:40:16,476 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 204 DELETE http://10.180.1.21/compute/v2.1/servers/1eb08e0a-f13e-4530-9edf-20328ff1b805 3.169s
2025-05-19 16:40:18,230 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_server_with_ipv6_addr_only): 404 GET http://10.180.1.21/compute/v2.1/servers/1eb08e0a-f13e-4530-9edf-20328ff1b805 1.753s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 147, in test_create_server_with_ipv6_addr_only
server = self.create_test_server(accessIPv6='2001:2001::3',
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 1eb08e0a-f13e-4530-9edf-20328ff1b805 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:10Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-62737632-7646-4037-8b44-c09ab46d8bd5.
|
||||||
test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833] |
fail
ft55.4: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair[id-f9e15296-d7f9-4e62-b53f-a04e89160833]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:19,113 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 0.878s
2025-05-19 16:40:20,146 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.180.1.21/compute/v2.1/os-keypairs 1.031s
2025-05-19 16:40:20,218 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.067s
2025-05-19 16:40:20,218 69663 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_specify_keypair) Found network {'id': '4775fa7f-24b0-4444-8226-861b309ca205', 'name': 'tempest-ServersTestJSON-1652113652-network', 'tenant_id': 'a57027475317403cb7ff6366ef5f5c0c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a57027475317403cb7ff6366ef5f5c0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 939, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:21,735 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 202 POST http://10.180.1.21/compute/v2.1/servers 1.516s
2025-05-19 16:40:23,930 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.180.1.21/compute/v2.1/servers/be918c9f-2274-483d-b359-5e754af20833 2.193s
2025-05-19 16:40:26,781 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 200 GET http://10.180.1.21/compute/v2.1/servers/be918c9f-2274-483d-b359-5e754af20833 1.842s
2025-05-19 16:40:27,557 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 204 DELETE http://10.180.1.21/compute/v2.1/servers/be918c9f-2274-483d-b359-5e754af20833 0.766s
2025-05-19 16:40:28,378 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_specify_keypair): 404 GET http://10.180.1.21/compute/v2.1/servers/be918c9f-2274-483d-b359-5e754af20833 0.820s
2025-05-19 16:40:28,818 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-key-2115849838 0.438s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 88, in test_create_specify_keypair
server = self.create_test_server(key_name=key_name,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server be918c9f-2274-483d-b359-5e754af20833 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:22Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-c2a86a69-32ed-4419-b5e6-569b7b11f4cf.
|
||||||
test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699] |
fail
ft55.5: tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name[id-8fea6be7-065e-47cf-89b8-496e6f96c699]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:28,910 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.082s
2025-05-19 16:40:28,918 69663 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_create_with_existing_server_name) Found network {'id': '4775fa7f-24b0-4444-8226-861b309ca205', 'name': 'tempest-ServersTestJSON-1652113652-network', 'tenant_id': 'a57027475317403cb7ff6366ef5f5c0c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a57027475317403cb7ff6366ef5f5c0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 939, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:31,840 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 202 POST http://10.180.1.21/compute/v2.1/servers 2.921s
2025-05-19 16:40:33,626 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 200 GET http://10.180.1.21/compute/v2.1/servers/d9c713c5-07f0-4d32-b945-53ac89a0df3e 1.783s
2025-05-19 16:40:35,467 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 200 GET http://10.180.1.21/compute/v2.1/servers/d9c713c5-07f0-4d32-b945-53ac89a0df3e 0.832s
2025-05-19 16:40:37,951 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 204 DELETE http://10.180.1.21/compute/v2.1/servers/d9c713c5-07f0-4d32-b945-53ac89a0df3e 2.476s
2025-05-19 16:40:39,369 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_create_with_existing_server_name): 404 GET http://10.180.1.21/compute/v2.1/servers/d9c713c5-07f0-4d32-b945-53ac89a0df3e 1.417s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 65, in test_create_with_existing_server_name
server = self.create_test_server(name=server_name,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server d9c713c5-07f0-4d32-b945-53ac89a0df3e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:32Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-dbef5f0a-d588-4056-8de2-c9f848b2a954.
|
||||||
test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077] |
fail
ft55.6: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address[id-89b90870-bc13-4b73-96af-f9d4f2b70077]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:39,514 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.136s
2025-05-19 16:40:39,514 69663 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_access_server_address) Found network {'id': '4775fa7f-24b0-4444-8226-861b309ca205', 'name': 'tempest-ServersTestJSON-1652113652-network', 'tenant_id': 'a57027475317403cb7ff6366ef5f5c0c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a57027475317403cb7ff6366ef5f5c0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 939, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:41,407 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 202 POST http://10.180.1.21/compute/v2.1/servers 1.893s
2025-05-19 16:40:43,584 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 200 GET http://10.180.1.21/compute/v2.1/servers/f25b1550-3b23-40c2-a971-f753f8b287b9 2.175s
2025-05-19 16:40:45,665 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 200 GET http://10.180.1.21/compute/v2.1/servers/f25b1550-3b23-40c2-a971-f753f8b287b9 1.072s
2025-05-19 16:40:48,624 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 204 DELETE http://10.180.1.21/compute/v2.1/servers/f25b1550-3b23-40c2-a971-f753f8b287b9 2.947s
2025-05-19 16:40:49,863 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_access_server_address): 404 GET http://10.180.1.21/compute/v2.1/servers/f25b1550-3b23-40c2-a971-f753f8b287b9 1.238s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 130, in test_update_access_server_address
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server f25b1550-3b23-40c2-a971-f753f8b287b9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:42Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-98b50c51-9df3-411f-a5f9-92d86e053b67.
|
||||||
test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2] |
fail
ft55.7: tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name[id-5e6ccff8-349d-4852-a8b3-055df7988dd2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:49,917 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.049s
2025-05-19 16:40:49,917 69663 INFO [tempest.lib.common.fixed_network] (ServersTestJSON:test_update_server_name) Found network {'id': '4775fa7f-24b0-4444-8226-861b309ca205', 'name': 'tempest-ServersTestJSON-1652113652-network', 'tenant_id': 'a57027475317403cb7ff6366ef5f5c0c', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a57027475317403cb7ff6366ef5f5c0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 939, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:40Z', 'updated_at': '2025-05-19T16:39:40Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:51,640 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 202 POST http://10.180.1.21/compute/v2.1/servers 1.722s
2025-05-19 16:40:52,513 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 200 GET http://10.180.1.21/compute/v2.1/servers/64ddb722-3dd3-4841-b61e-bdb15970fbe6 0.871s
2025-05-19 16:40:54,606 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 200 GET http://10.180.1.21/compute/v2.1/servers/64ddb722-3dd3-4841-b61e-bdb15970fbe6 1.079s
2025-05-19 16:40:55,211 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 204 DELETE http://10.180.1.21/compute/v2.1/servers/64ddb722-3dd3-4841-b61e-bdb15970fbe6 0.597s
2025-05-19 16:40:56,021 69663 INFO [tempest.lib.common.rest_client] Request (ServersTestJSON:test_update_server_name): 404 GET http://10.180.1.21/compute/v2.1/servers/64ddb722-3dd3-4841-b61e-bdb15970fbe6 0.809s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers.py", line 112, in test_update_server_name
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 64ddb722-3dd3-4841-b61e-bdb15970fbe6 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:52Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-559223fe-3c4a-4a13-ae44-a8fd1782c4ac.
|
||||||
| tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a] |
fail
ft56.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server[id-09170a98-4940-4637-add7-1a35121f1a5a]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:41:00,133 69681 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.040s
2025-05-19 16:41:00,133 69681 INFO [tempest.lib.common.fixed_network] (ServerShowV254Test:test_rebuild_server) Found network None available for tenant
2025-05-19 16:41:00,378 69681 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 202 POST http://10.180.1.21/compute/v2.1/servers 0.244s
2025-05-19 16:41:00,635 69681 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 200 GET http://10.180.1.21/compute/v2.1/servers/5b578815-7906-4c6d-84c3-0b8708f91a9c 0.256s
2025-05-19 16:41:02,098 69681 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 200 GET http://10.180.1.21/compute/v2.1/servers/5b578815-7906-4c6d-84c3-0b8708f91a9c 0.453s
2025-05-19 16:41:02,108 69681 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-05-19 16:41:02,453 69681 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/5b578815-7906-4c6d-84c3-0b8708f91a9c 0.345s
2025-05-19 16:41:02,551 69681 INFO [tempest.lib.common.rest_client] Request (ServerShowV254Test:test_rebuild_server): 404 GET http://10.180.1.21/compute/v2.1/servers/5b578815-7906-4c6d-84c3-0b8708f91a9c 0.097s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_microversions.py", line 45, in test_rebuild_server
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5b578815-7906-4c6d-84c3-0b8708f91a9c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:01Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-90e18882-2639-4e9c-9fef-9c4465e5fdc5.
|
||||||
| tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60] |
fail
ft57.1: tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server[id-803df848-080a-4261-8f11-b020cd9b6f60]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:45,091 69703 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.058s
2025-05-19 16:40:45,092 69703 INFO [tempest.lib.common.fixed_network] (ServerShowV257Test:test_rebuild_server) Found network None available for tenant
2025-05-19 16:40:46,261 69703 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 202 POST http://10.180.1.21/compute/v2.1/servers 1.168s
2025-05-19 16:40:48,768 69703 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 200 GET http://10.180.1.21/compute/v2.1/servers/599cc69c-27c6-40de-b4ff-1ced16302e56 2.505s
2025-05-19 16:40:50,977 69703 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 200 GET http://10.180.1.21/compute/v2.1/servers/599cc69c-27c6-40de-b4ff-1ced16302e56 1.199s
2025-05-19 16:40:52,120 69703 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/599cc69c-27c6-40de-b4ff-1ced16302e56 1.134s
2025-05-19 16:40:52,639 69703 INFO [tempest.lib.common.rest_client] Request (ServerShowV257Test:test_rebuild_server): 404 GET http://10.180.1.21/compute/v2.1/servers/599cc69c-27c6-40de-b4ff-1ced16302e56 0.519s
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_microversions.py", line 68, in test_rebuild_server
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 599cc69c-27c6-40de-b4ff-1ced16302e56 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:47Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-40bc8047-df6b-4b75-8ffa-249bfc57706c.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft58.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:20,897 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21/compute/v2.1/os-keypairs 1.172s
2025-05-19 16:40:21,178 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.277s
2025-05-19 16:40:21,350 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.171s
2025-05-19 16:40:21,489 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.139s
2025-05-19 16:40:22,534 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.044s
2025-05-19 16:40:22,605 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.067s
2025-05-19 16:40:22,606 69665 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'ca51e14a-87a3-4a0f-88b7-bef49e795d62', 'name': 'tempest-AttachVolumeShelveTestJSON-349401752-network', 'tenant_id': '7bbffeb50997441e8e7703cf7e4e0fe5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7bbffeb50997441e8e7703cf7e4e0fe5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 632, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:08Z', 'updated_at': '2025-05-19T16:40:08Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:25,497 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.180.1.21/compute/v2.1/servers 2.890s
2025-05-19 16:40:27,179 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.180.1.21/compute/v2.1/servers/7ad98817-d88c-4c99-a036-4f6878aaddef 1.679s
2025-05-19 16:40:28,669 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.180.1.21/compute/v2.1/servers/7ad98817-d88c-4c99-a036-4f6878aaddef 0.479s
2025-05-19 16:40:30,035 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/7ad98817-d88c-4c99-a036-4f6878aaddef 1.355s
2025-05-19 16:40:31,917 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 404 GET http://10.180.1.21/compute/v2.1/servers/7ad98817-d88c-4c99-a036-4f6878aaddef 1.882s
2025-05-19 16:40:33,732 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-1057539251 1.813s
2025-05-19 16:40:34,207 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/1da2427b-3d69-4d5e-bc49-023cf89e5fd8 0.474s
2025-05-19 16:40:34,222 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/1da2427b-3d69-4d5e-bc49-023cf89e5fd8 0.014s
2025-05-19 16:40:35,204 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/b2359155-acf7-425c-8cff-5cb70ff9c16f 0.982s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7ad98817-d88c-4c99-a036-4f6878aaddef failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:26Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-af3fdf4e-c93f-40ce-be56-91320a11aee5.
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft58.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:35,765 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21/compute/v2.1/os-keypairs 0.556s
2025-05-19 16:40:36,265 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.499s
2025-05-19 16:40:37,112 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.846s
2025-05-19 16:40:37,631 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.519s
2025-05-19 16:40:39,683 69665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 2.052s
2025-05-19 16:40:39,825 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.132s
2025-05-19 16:40:39,825 69665 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'ca51e14a-87a3-4a0f-88b7-bef49e795d62', 'name': 'tempest-AttachVolumeShelveTestJSON-349401752-network', 'tenant_id': '7bbffeb50997441e8e7703cf7e4e0fe5', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7bbffeb50997441e8e7703cf7e4e0fe5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 632, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:08Z', 'updated_at': '2025-05-19T16:40:08Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:42,770 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.180.1.21/compute/v2.1/servers 2.944s
2025-05-19 16:40:45,373 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.180.1.21/compute/v2.1/servers/34f74a13-0881-442c-b21d-3a14171c51c5 2.601s
2025-05-19 16:40:48,794 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.180.1.21/compute/v2.1/servers/34f74a13-0881-442c-b21d-3a14171c51c5 2.407s
2025-05-19 16:40:50,551 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/34f74a13-0881-442c-b21d-3a14171c51c5 1.748s
2025-05-19 16:40:51,118 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 404 GET http://10.180.1.21/compute/v2.1/servers/34f74a13-0881-442c-b21d-3a14171c51c5 0.567s
2025-05-19 16:40:52,588 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-1253095694 1.469s
2025-05-19 16:40:52,927 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/a3ed19df-fd0d-4a14-9552-39332db36de9 0.339s
2025-05-19 16:40:52,967 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/a3ed19df-fd0d-4a14-9552-39332db36de9 0.039s
2025-05-19 16:40:53,469 69665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/82c70c63-bce7-47dc-a4ac-67a114291a52 0.496s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 34f74a13-0881-442c-b21d-3a14171c51c5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:44Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-1cb13b16-2337-4cc7-9659-fb1036a8c56f.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft59.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:45,057 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 2.858s
2025-05-19 16:40:45,794 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.733s
2025-05-19 16:40:46,253 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.459s
2025-05-19 16:40:46,568 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.314s
2025-05-19 16:40:47,543 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 0.975s
2025-05-19 16:40:47,660 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.113s
2025-05-19 16:40:47,660 69677 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '2e384119-e29e-49ff-a587-b545e5740768', 'name': 'tempest-AttachVolumeTestJSON-1043891028-network', 'tenant_id': 'a7830bab0b364782b43a3aa175266b91', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a7830bab0b364782b43a3aa175266b91', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 932, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:34Z', 'updated_at': '2025-05-19T16:40:34Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:49,682 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.180.1.21/compute/v2.1/servers 2.020s
2025-05-19 16:40:50,923 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.180.1.21/compute/v2.1/servers/e6c9c01a-f962-4ab8-95f5-958191994527 1.240s
2025-05-19 16:40:52,712 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.180.1.21/compute/v2.1/servers/e6c9c01a-f962-4ab8-95f5-958191994527 0.780s
2025-05-19 16:40:53,746 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 204 DELETE http://10.180.1.21/compute/v2.1/servers/e6c9c01a-f962-4ab8-95f5-958191994527 1.025s
2025-05-19 16:40:54,502 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 404 GET http://10.180.1.21/compute/v2.1/servers/e6c9c01a-f962-4ab8-95f5-958191994527 0.755s
2025-05-19 16:40:54,726 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-2108132517 0.223s
2025-05-19 16:40:54,989 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/22d5a1f0-5952-4f12-a44b-72ebfff986eb 0.261s
2025-05-19 16:40:55,005 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/22d5a1f0-5952-4f12-a44b-72ebfff986eb 0.016s
2025-05-19 16:40:55,834 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/1bafff99-505a-4b01-b541-dd12b8f73f38 0.828s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server e6c9c01a-f962-4ab8-95f5-958191994527 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:50Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-f047c27d-f902-40c2-aa5a-33c23801806e.
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft59.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:56,195 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 0.358s
2025-05-19 16:40:56,610 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.414s
2025-05-19 16:40:57,185 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.574s
2025-05-19 16:40:57,435 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.250s
2025-05-19 16:40:58,598 69677 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.162s
2025-05-19 16:40:58,681 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.079s
2025-05-19 16:40:58,681 69677 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '2e384119-e29e-49ff-a587-b545e5740768', 'name': 'tempest-AttachVolumeTestJSON-1043891028-network', 'tenant_id': 'a7830bab0b364782b43a3aa175266b91', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a7830bab0b364782b43a3aa175266b91', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 932, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:40:34Z', 'updated_at': '2025-05-19T16:40:34Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:59,672 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.180.1.21/compute/v2.1/servers 0.990s
2025-05-19 16:40:59,757 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.180.1.21/compute/v2.1/servers/786413ec-8405-4e40-a1ff-d8c445253d42 0.082s
2025-05-19 16:41:01,080 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.180.1.21/compute/v2.1/servers/786413ec-8405-4e40-a1ff-d8c445253d42 0.314s
2025-05-19 16:41:01,093 69677 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 2 second wait
2025-05-19 16:41:01,380 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 204 DELETE http://10.180.1.21/compute/v2.1/servers/786413ec-8405-4e40-a1ff-d8c445253d42 0.286s
2025-05-19 16:41:01,425 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 404 GET http://10.180.1.21/compute/v2.1/servers/786413ec-8405-4e40-a1ff-d8c445253d42 0.045s
2025-05-19 16:41:01,518 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-1142396301 0.092s
2025-05-19 16:41:01,713 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/0d3a9ac3-7f82-4cc1-be2c-12aa349272f8 0.194s
2025-05-19 16:41:01,745 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/0d3a9ac3-7f82-4cc1-be2c-12aa349272f8 0.032s
2025-05-19 16:41:02,064 69677 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/5c58b977-fb62-4e8d-9cfc-754e056321c0 0.318s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 786413ec-8405-4e40-a1ff-d8c445253d42 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:41:00Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-8c1fb298-fab7-418e-9713-58dc29b9cf96.
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft60.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:38,754 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 2.392s
2025-05-19 16:39:39,121 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.365s
2025-05-19 16:39:39,528 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.407s
2025-05-19 16:39:39,813 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.284s
2025-05-19 16:39:41,964 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 2.149s
2025-05-19 16:39:42,049 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.080s
2025-05-19 16:39:42,050 69715 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'f576ded4-aaa8-47cf-8a47-e50ecaa0daf5', 'name': 'tempest-AttachVolumeNegativeTest-1580242554-network', 'tenant_id': 'efc21d2221ec43e094b72d583c877cf1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'efc21d2221ec43e094b72d583c877cf1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 833, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:26Z', 'updated_at': '2025-05-19T16:39:26Z', 'revision_number': 1} available for tenant
2025-05-19 16:39:46,248 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.180.1.21/compute/v2.1/servers 4.198s
2025-05-19 16:39:49,042 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.180.1.21/compute/v2.1/servers/9f1fd2e0-f928-48a6-ab9c-7dcc632e0aa4 2.792s
2025-05-19 16:39:52,834 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.180.1.21/compute/v2.1/servers/9f1fd2e0-f928-48a6-ab9c-7dcc632e0aa4 2.774s
2025-05-19 16:39:54,687 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/9f1fd2e0-f928-48a6-ab9c-7dcc632e0aa4 1.843s
2025-05-19 16:39:55,877 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 404 GET http://10.180.1.21/compute/v2.1/servers/9f1fd2e0-f928-48a6-ab9c-7dcc632e0aa4 1.189s
2025-05-19 16:39:57,047 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-259188743 1.169s
2025-05-19 16:39:57,385 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/27900a95-ca75-498e-9877-c18c950e924f 0.337s
2025-05-19 16:39:57,401 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/27900a95-ca75-498e-9877-c18c950e924f 0.016s
2025-05-19 16:39:57,826 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/f71cd4cd-68c8-4724-85f5-7d5f2e9448f1 0.424s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 9f1fd2e0-f928-48a6-ab9c-7dcc632e0aa4 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:39:46Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-00dfbb93-1eec-403c-95f4-33c0b0f46783.
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft60.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:39:59,945 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 2.117s
2025-05-19 16:40:00,474 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.527s
2025-05-19 16:40:01,097 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.622s
2025-05-19 16:40:01,304 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.206s
2025-05-19 16:40:02,077 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 0.772s
2025-05-19 16:40:02,255 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.173s
2025-05-19 16:40:02,255 69715 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'f576ded4-aaa8-47cf-8a47-e50ecaa0daf5', 'name': 'tempest-AttachVolumeNegativeTest-1580242554-network', 'tenant_id': 'efc21d2221ec43e094b72d583c877cf1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'efc21d2221ec43e094b72d583c877cf1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 833, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:26Z', 'updated_at': '2025-05-19T16:39:26Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:05,062 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.180.1.21/compute/v2.1/servers 2.806s
2025-05-19 16:40:06,735 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.180.1.21/compute/v2.1/servers/7b452082-1ecd-4ec2-8b52-aa7cb33ea363 1.671s
2025-05-19 16:40:09,471 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.180.1.21/compute/v2.1/servers/7b452082-1ecd-4ec2-8b52-aa7cb33ea363 1.723s
2025-05-19 16:40:10,941 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 204 DELETE http://10.180.1.21/compute/v2.1/servers/7b452082-1ecd-4ec2-8b52-aa7cb33ea363 1.457s
2025-05-19 16:40:11,995 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 404 GET http://10.180.1.21/compute/v2.1/servers/7b452082-1ecd-4ec2-8b52-aa7cb33ea363 1.053s
2025-05-19 16:40:13,512 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-626491624 1.516s
2025-05-19 16:40:14,232 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/29423563-288e-4b28-9542-9d3436d37b9f 0.720s
2025-05-19 16:40:14,314 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/29423563-288e-4b28-9542-9d3436d37b9f 0.082s
2025-05-19 16:40:15,681 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/3456f25d-900c-4690-8ce0-af3564233d5a 1.365s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7b452082-1ecd-4ec2-8b52-aa7cb33ea363 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:05Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-83fa62fa-04d8-422d-8e04-404804d12187.
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft60.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-05-19 16:40:17,896 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.180.1.21/compute/v2.1/os-keypairs 2.213s
2025-05-19 16:40:18,378 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-groups 0.479s
2025-05-19 16:40:18,914 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.534s
2025-05-19 16:40:19,279 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/security-group-rules 0.365s
2025-05-19 16:40:20,533 69715 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.180.1.21:9696/networking/v2.0/floatingips 1.253s
2025-05-19 16:40:20,753 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.180.1.21/identity/v3/auth/tokens 0.217s
2025-05-19 16:40:20,753 69715 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'f576ded4-aaa8-47cf-8a47-e50ecaa0daf5', 'name': 'tempest-AttachVolumeNegativeTest-1580242554-network', 'tenant_id': 'efc21d2221ec43e094b72d583c877cf1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'efc21d2221ec43e094b72d583c877cf1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 833, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-05-19T16:39:26Z', 'updated_at': '2025-05-19T16:39:26Z', 'revision_number': 1} available for tenant
2025-05-19 16:40:23,403 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.180.1.21/compute/v2.1/servers 2.649s
2025-05-19 16:40:25,476 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.180.1.21/compute/v2.1/servers/a46d5921-06d2-48a4-807a-578529425d0d 2.071s
2025-05-19 16:40:27,269 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.180.1.21/compute/v2.1/servers/a46d5921-06d2-48a4-807a-578529425d0d 0.784s
2025-05-19 16:40:28,137 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 204 DELETE http://10.180.1.21/compute/v2.1/servers/a46d5921-06d2-48a4-807a-578529425d0d 0.855s
2025-05-19 16:40:28,558 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 404 GET http://10.180.1.21/compute/v2.1/servers/a46d5921-06d2-48a4-807a-578529425d0d 0.420s
2025-05-19 16:40:28,983 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.180.1.21/compute/v2.1/os-keypairs/tempest-keypair-118462468 0.422s
2025-05-19 16:40:29,873 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/security-groups/fe5422ad-00bc-4c31-bf73-d7279dff2053 0.888s
2025-05-19 16:40:29,889 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.180.1.21:9696/networking/v2.0/security-groups/fe5422ad-00bc-4c31-bf73-d7279dff2053 0.016s
2025-05-19 16:40:30,567 69715 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.180.1.21:9696/networking/v2.0/floatingips/5241fe58-4f92-4250-9d96-0f59289437fc 0.677s
}}}
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 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a46d5921-06d2-48a4-807a-578529425d0d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-05-19T16:40:24Z', 'message': 'No valid host was found. '}. Request ID of server operation performed before checking the server status req-25373ff9-b533-4c74-85a2-580882d2c0f5.
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationRemoteConsolesV26Test) |
skip
pt61.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test)
|
||||||
LiveMigrationTest) |
skip
pt61.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt61.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
LiveMigrationNegativeTest) |
skip
pt62.1: setUpClass (tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_servers_on_multinodes | 2 | 0 | 0 | 0 | 2 | Detail | |
ServersOnMultiNodesTest) |
skip
pt63.1: setUpClass (tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest)
|
||||||
UnshelveToHostMultiNodesTest) |
skip
pt63.2: setUpClass (tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_spice | 1 | 0 | 0 | 0 | 1 | Detail | |
SpiceDirectConsoleTestJSON) |
skip
pt64.1: setUpClass (tempest.api.compute.admin.test_spice.SpiceDirectConsoleTestJSON)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 2 | 0 | 0 | 0 | 2 | Detail | |
TestVolumeSwap) |
skip
pt65.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestVolumeSwap)
|
||||||
TestMultiAttachVolumeSwap) |
skip
pt65.2: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt66.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.servers.test_novnc | 1 | 0 | 0 | 0 | 1 | Detail | |
NoVNCConsoleTestJSON) |
skip
pt67.1: setUpClass (tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON)
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_personality | 1 | 0 | 0 | 0 | 1 | Detail | |
ServerPersonalityTestJSON) |
skip
pt68.1: setUpClass (tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON)
|
||||||
| setUpClass (tempest.api.compute.test_networks | 1 | 0 | 0 | 0 | 1 | Detail | |
ComputeNetworksTest) |
skip
pt69.1: setUpClass (tempest.api.compute.test_networks.ComputeNetworksTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt70.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative] |
pass
pt71.1: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host[id-19dd44e1-c435-4ee1-a402-88c4f90b5950,negative]
|
||||||
test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative] |
pass
pt71.2: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user[id-7324c334-bd13-4c93-8521-5877322c3d51,negative]
|
||||||
test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative] |
pass
pt71.3: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host[id-0ef07828-12b4-45ba-87cc-41425faf5711,negative]
|
||||||
test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative] |
pass
pt71.4: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255[id-4c194563-543b-4e70-a719-557bbe947fac,negative]
|
||||||
test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative] |
pass
pt71.5: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1[id-3b8a1929-3793-4e92-bcb4-dfa572ee6c1d,negative]
|
||||||
test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative] |
pass
pt71.6: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user[id-86a1cb14-da37-4a70-b056-903fd56dfe29,negative]
|
||||||
test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative] |
pass
pt71.7: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name[id-9c23a291-b0b1-487b-b464-132e061151b3,negative]
|
||||||
test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative] |
pass
pt71.8: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user[id-cd6de795-c15d-45f1-8d9e-813c6bb72a3d,negative]
|
||||||
test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative] |
pass
pt71.9: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id[id-c74f4bf1-4708-4ff2-95a0-f49eaca951bd,negative]
|
||||||
test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative] |
pass
pt71.10: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user[id-557cad12-34c9-4ff4-95f0-22f0dfbaf7dc,negative]
|
||||||
test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative] |
pass
pt71.11: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id[id-3c916244-2c46-49a4-9b55-b20bb0ae512c,negative]
|
||||||
test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative] |
pass
pt71.12: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user[id-b7d475a6-5dcd-4ff4-b70a-cd9de66a6672,negative]
|
||||||
test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative] |
pass
pt71.13: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user[id-7a53af20-137a-4e44-a4ae-e19260e626d9,negative]
|
||||||
test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative] |
pass
pt71.14: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host[id-95d6a6fa-8da9-4426-84d0-eec0329f2e4d,negative]
|
||||||
| tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c] |
pass
pt72.1: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list[id-d3431479-8a09-4f76-aa2d-26dc580cb27c]
|
||||||
test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c] |
pass
pt72.2: tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail[id-ef726c58-530f-44c2-968c-c7bed22d5b8c]
|
||||||
| tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative] |
pass
pt73.1: tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user[id-bf34dca2-fdc3-4073-9c02-7648d9eae0d7,negative]
|
||||||
| tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da] |
pass
pt74.1: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram[id-3b541a2e-2ac2-4b42-8b8d-ba6e22fcd4da]
|
||||||
test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5] |
pass
pt74.2: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details[id-8261d7b0-be58-43ec-a2e5-300573c3f6c5]
|
||||||
test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086] |
pass
pt74.3: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id[id-8b4330e1-12c4-4554-9390-e6639971f086]
|
||||||
test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0] |
pass
pt74.4: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id[id-f83fe669-6758-448a-a85e-32d351f36fe0]
|
||||||
test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d] |
pass
pt74.5: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id[id-94c9bb4e-2c2a-4f3c-bb1f-5f0daf918e6d]
|
||||||
test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66] |
pass
pt74.6: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data[id-63dc64e6-2e79-4fdf-868f-85500d308d66]
|
||||||
test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987] |
pass
pt74.7: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor[id-bcc418ef-799b-47cc-baa1-ce01368b8987]
|
||||||
test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e] |
pass
pt74.8: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations[id-fb9cbde6-3a0e-41f2-a983-bdb0a823c44e]
|
||||||
test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb] |
pass
pt74.9: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor[id-be6cc18c-7c5d-48c0-ac16-17eaf03c54eb]
|
||||||
test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3] |
pass
pt74.10: tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user[id-b345b196-bfbd-4231-8ac1-6d7fe15ff3a3]
|
||||||
| tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4] |
pass
pt75.1: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove[id-59e622f6-bdf6-45e3-8ba8-fedad905a6b4]
|
||||||
test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0] |
pass
pt75.2: tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor[id-ea2c2211-29fa-4db9-97c3-906d36fad3e0]
|
||||||
| tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative] |
pass
pt76.1: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate[id-f3592cc0-0306-483c-b210-9a7b5346eddc,negative]
|
||||||
test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative] |
pass
pt76.2: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor[id-0621c53e-d45d-40e7-951d-43e5e257b272,negative]
|
||||||
test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative] |
pass
pt76.3: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add[id-41eaaade-6d37-4f28-9c74-f21b46ca67bd,negative]
|
||||||
test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative] |
pass
pt76.4: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove[id-073e79a6-c311-4525-82dc-6083d919cb3a,negative]
|
||||||
test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative] |
pass
pt76.5: tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found[id-1f710927-3bc7-4381-9f82-0ca6e42644b7,negative]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3] |
pass
pt77.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorMetadataValidation.test_flavor_update_with_custom_namespace[id-d3114f03-b0f2-4dc7-be11-70c0abc178b3]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0] |
pass
pt78.1: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys[id-a99dad88-ae1c-4fba-aeb4-32f898218bd0]
|
||||||
test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90] |
pass
pt78.2: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key[id-12805a7f-39a3-4042-b989-701d5cad9c90]
|
||||||
test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208] |
pass
pt78.3: tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys[id-0b2f9d4b-1ca2-4b99-bb40-165d4bb94208]
|
||||||
| tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative] |
pass
pt79.1: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key[id-329a7be3-54b2-48be-8052-bf2ce4afd898,negative]
|
||||||
test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative] |
pass
pt79.2: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys[id-a00a3b81-5641-45a8-ab2b-4a8ec41e1d7d,negative]
|
||||||
test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative] |
pass
pt79.3: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys[id-28f12249-27c7-44c1-8810-1f382f316b11,negative]
|
||||||
test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative] |
pass
pt79.4: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key[id-1ebf4ef8-759e-48fe-a801-d451d80476fb,negative]
|
||||||
test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative] |
pass
pt79.5: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key[id-440b9f3f-3c7f-4293-a106-0ceda350f8de,negative]
|
||||||
test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative] |
pass
pt79.6: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key[id-25b822b8-9f49-44f6-80de-d99f0482e5cb,negative]
|
||||||
test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative] |
pass
pt79.7: tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key[id-f5889590-bf66-41cc-b4b1-6e6370cfd93f,negative]
|
||||||
| tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt80.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075]
|
||||||
| tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075] |
pass
pt81.1: tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor[id-61976b25-488d-41dc-9dcb-cb9693a7b075]
|
||||||
| tempest.api.compute.admin.test_hosts.HostsAdminTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f] |
pass
pt82.1: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts[id-9bfaf98d-e2cb-44b0-a07e-2558b2821e4f]
|
||||||
test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6] |
pass
pt82.2: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone[id-9af3c171-fbf4-4150-a624-22109733c2a6]
|
||||||
test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8] |
pass
pt82.3: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone[id-c6ddbadb-c94e-4500-b12f-8ffc43843ff8]
|
||||||
test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de] |
pass
pt82.4: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone[id-5dc06f5b-d887-47a2-bb2a-67762ef3c6de]
|
||||||
test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4] |
pass
pt82.5: tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail[id-38adbb12-aee2-4498-8aec-329c72423aa4]
|
||||||
| tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON | 14 | 14 | 0 | 0 | 0 | Detail | |
test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative] |
pass
pt83.1: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user[id-dd032027-0210-4d9c-860e-69b1b8deed5f,negative]
|
||||||
test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative] |
pass
pt83.2: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user[id-02d79bb9-eb57-4612-abf6-2cb38897d2f8,negative]
|
||||||
test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative] |
pass
pt83.3: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host[id-f86bfd7b-0b13-4849-ae29-0322e83ee58b,negative]
|
||||||
test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative] |
pass
pt83.4: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user[id-19ebe09c-bfd4-4b7c-81a2-e2e0710f59cc,negative]
|
||||||
test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative] |
pass
pt83.5: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname[id-e75b0a1a-041f-47a1-8b4a-b72a6ff36d3f,negative]
|
||||||
test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative] |
pass
pt83.6: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user[id-a803529c-7e3f-4d3c-a7d6-8e1c203d27f6,negative]
|
||||||
test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative] |
pass
pt83.7: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host[id-9e637444-29cf-4244-88c8-831ae82c31b6,negative]
|
||||||
test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative] |
pass
pt83.8: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user[id-9f4ebb7e-b2ae-4e5b-a38f-0fd1bb0ddfca,negative]
|
||||||
test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative] |
pass
pt83.9: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host[id-0d981ac3-4320-4898-b674-82b61fbb60e4,negative]
|
||||||
test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative] |
pass
pt83.10: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode[id-ab1e230e-5e22-41a9-8699-82b9947915d4,negative]
|
||||||
test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative] |
pass
pt83.11: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status[id-fbe2bf3e-3246-4a95-a59f-94e4e298ec77,negative]
|
||||||
test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative] |
pass
pt83.12: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user[id-e40c72b1-0239-4ed6-ba21-81a184df1f7c,negative]
|
||||||
test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative] |
pass
pt83.13: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param[id-0cd85f75-6992-4a4a-b1bd-d11e37fd0eee,negative]
|
||||||
test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative] |
pass
pt83.14: tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host[id-23c92146-2100-4d68-b2d6-c7ade970c9c1,negative]
|
||||||
| tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862] |
pass
pt84.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers[id-e81bba3f-6215-4e39-a286-d52d2f906862]
|
||||||
test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f] |
pass
pt84.2: tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor[id-d7e1805b-3b14-4a3b-b6fd-50ec6d9f361f]
|
||||||
| tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative] |
pass
pt85.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user[id-dc02db05-e801-4c5f-bc8e-d915290ab345,negative]
|
||||||
test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative] |
pass
pt85.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user[id-51b3d536-9b14-409c-9bce-c6f7c794994e,negative]
|
||||||
test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative] |
pass
pt85.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user[id-e2b061bb-13f9-40d8-9d6e-d5bf17595849,negative]
|
||||||
test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative] |
pass
pt85.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user[id-6c3461f9-c04c-4e2a-bebb-71dc9cb47df2,negative]
|
||||||
test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative] |
pass
pt85.5: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime[id-f60aa680-9a3a-4c7d-90e1-fae3a4891303,negative]
|
||||||
test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative] |
pass
pt85.6: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user[id-51e663d0-6b89-4817-a465-20aca0667d03,negative]
|
||||||
test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative] |
pass
pt85.7: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor[id-c136086a-0f67-4b2b-bc61-8482bd68989f,negative]
|
||||||
| tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test | 4 | 4 | 0 | 0 | 0 | Detail | |
test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative] |
pass
pt86.1: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user[id-5b6a6c79-5dc1-4fa5-9c58-9c8085948e74,negative]
|
||||||
test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative] |
pass
pt86.2: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor[id-19a45cc1-1000-4055-b6d2-28e8b2ec4faa,negative]
|
||||||
test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative] |
pass
pt86.3: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user[id-2a0a3938-832e-4859-95bf-1c57c236b924,negative]
|
||||||
test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative] |
pass
pt86.4: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor[id-02463d69-0ace-4d33-a4a8-93d7883a2bba,negative]
|
||||||
| tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb] |
pass
pt87.1: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log[id-6e40459d-7c5f-400b-9e83-449fbc8e7feb]
|
||||||
test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d] |
pass
pt87.2: tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs[id-25319919-33d9-424f-9f99-2c203ee48b9d]
|
||||||
| tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative] |
pass
pt88.1: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time[id-9b952047-3641-41c7-ba91-a809fc5974c8,negative]
|
||||||
test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative] |
pass
pt88.2: tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user[id-a9d33178-d2c9-4131-ad3b-f4ca8d0308a2,negative]
|
||||||
| tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac] |
pass
pt89.1: tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users[id-3c8484af-cfb3-48f6-b8ba-d5d58bbf3eac]
|
||||||
| tempest.api.compute.admin.test_networks.NetworksTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416] |
pass
pt90.1: tempest.api.compute.admin.test_networks.NetworksTest.test_get_network[id-d206d211-8912-486f-86e2-a9d090d1f416]
|
||||||
test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9] |
skip
pt90.2: tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks[id-df3d1046-6fa5-4b2c-ad0c-cfa46a351cb9]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt91.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdmin257Test.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a] |
pass
pt92.1: tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas[id-7932ab0f-5136-4075-b201-c0e2338df51a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0] |
pass
pt93.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota[id-389d04f0-3a41-405f-9317-e5f86e3c44f0]
|
||||||
test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d] |
pass
pt93.2: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas[id-3b0a7c8f-cf58-46b8-a60c-715a32a8ba7d]
|
||||||
test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d] |
pass
pt93.3: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas[id-ce9e0815-8091-4abd-8345-7fe5b85faa1d]
|
||||||
test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a] |
pass
pt93.4: tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-55fbe2bf-21a9-435b-bbd2-4162b0ed799a]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestV236 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803] |
pass
pt94.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas[id-4268b5c9-92e5-4adc-acf1-3a2798f3d803]
|
||||||
| tempest.api.compute.admin.test_quotas.QuotasAdminTestV257 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad] |
pass
pt95.1: tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas[id-e641e6c6-e86c-41a4-9e5c-9493c0ae47ad]
|
||||||
| tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative] |
pass
pt96.1: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full[id-91058876-9947-4807-9f22-f6eb17140d9b,negative]
|
||||||
test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative] |
pass
pt96.2: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full[id-7c6be468-0274-449a-81c3-ac1c32ee0161,negative]
|
||||||
test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative] |
pass
pt96.3: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full[id-6fdd7012-584d-4327-a61c-49122e0d5864,negative]
|
||||||
test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative] |
pass
pt96.4: tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user[id-733abfe8-166e-47bb-8363-23dbd7ff3476,negative]
|
||||||
| tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest | 2 | 0 | 0 | 0 | 2 | Detail | |
test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network] |
skip
pt97.1: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit[id-7c6c8f3b-2bf6-4918-b240-57b136a66aa0,negative,network]
|
||||||
test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network] |
skip
pt97.2: tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit[id-6e9f436d-f1ed-4f8e-a493-7275dfaa4b4d,negative,network]
|
||||||
| tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network] |
pass
pt98.1: tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter[id-49667619-5af9-4c63-ab5d-2cfdd1c8f7f1,network]
|
||||||
| tempest.api.compute.admin.test_services.ServicesAdminTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca] |
pass
pt99.1: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name[id-affb42d5-5b4b-43c8-8b0b-6dca054abcca]
|
||||||
test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5] |
pass
pt99.2: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name[id-f345b1ec-bc6e-4c38-a527-3ca2bc00bef5]
|
||||||
test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283] |
pass
pt99.3: tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services[id-5be41ef4-53d1-41cc-8839-5c2a48a1b283]
|
||||||
| tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt100.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative]
|
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt100.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative]
|
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt100.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative]
|
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt100.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative]
|
||||||
| tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative] |
pass
pt101.1: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id[id-f46a9d91-1e85-4b96-8e7a-db7706fa2e9a,negative]
|
||||||
test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative] |
pass
pt101.2: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id[id-a9eeeade-42b3-419f-87aa-c9342aa068cf,negative]
|
||||||
test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative] |
pass
pt101.3: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id[id-508671aa-c929-4479-bd10-8680d40dd0a6,negative]
|
||||||
test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative] |
pass
pt101.4: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params[id-d0884a69-f693-4e79-a9af-232d15643bf7,negative]
|
||||||
test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative] |
pass
pt101.5: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host[id-1e966d4a-226e-47c7-b601-0b18a27add54,negative]
|
||||||
test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative] |
pass
pt101.6: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host[id-64e7e7fb-69e8-4cb6-a71d-8d5eb0c98655,negative]
|
||||||
test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative] |
pass
pt101.7: tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user[id-1126d1f8-266e-485f-a687-adc547492646,negative]
|
||||||
| tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative] |
pass
pt102.1: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id[id-8b21e135-d94b-4991-b6e9-87059609c8ed,negative]
|
||||||
test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative] |
pass
pt102.2: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date[id-4079dd2a-9e8d-479f-869d-6fa985ce45b6,negative]
|
||||||
test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative] |
pass
pt102.3: tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user[id-bbe6fe2c-15d8-404c-a0a2-44fad0ad5cc7,negative]
|
||||||
| tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON | 11 | 11 | 0 | 0 | 0 | Detail | |
test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke] |
pass
pt103.1: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor[id-1f12046b-753d-40d2-abb6-d8eb8b30cb2f,smoke]
|
||||||
test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke] |
pass
pt103.2: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors[id-e36c0eaa-dff5-4082-ad1f-3f9a80aa3f59,smoke]
|
||||||
test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79] |
pass
pt103.3: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk[id-3df2743e-3034-4e57-a4cb-b6527f6eac79]
|
||||||
test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292] |
pass
pt103.4: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram[id-09fe7509-b4ee-4b34-bf8b-39532dc47292]
|
||||||
test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb] |
pass
pt103.5: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results[id-b26f6327-2886-467a-82be-cef7a27709cb]
|
||||||
test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107] |
pass
pt103.6: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker[id-6db2f0c0-ddee-4162-9c84-0703d3dd1107]
|
||||||
test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4] |
pass
pt103.7: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk[id-10645a4d-96f5-443f-831b-730711e11dd4]
|
||||||
test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa] |
pass
pt103.8: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram[id-935cf550-e7c8-4da6-8002-00f92d5edfaa]
|
||||||
test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab] |
pass
pt103.9: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results[id-8d7691b3-6ed4-411a-abc9-2839a765adab]
|
||||||
test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb] |
pass
pt103.10: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker[id-e800f879-9828-4bd0-8eae-4f17189951fb]
|
||||||
test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24] |
pass
pt103.11: tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail[id-6e85fde4-b3cd-4137-ab72-ed5f418e8c24]
|
||||||
| tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative] |
pass
pt104.1: tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram[id-90f0d93a-91c1-450c-91e6-07d18172cefe,image,negative]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194] |
pass
pt105.1: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip[id-f7bfb946-297e-41b8-9e8c-aba8e9bb5194]
|
||||||
test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b] |
pass
pt105.2: tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip[id-de45e989-b5ca-4a9b-916b-04a52e7bbb8b]
|
||||||
| tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative] |
pass
pt106.1: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool[id-6e0f059b-e4dd-48fb-8207-06e3bba5b074,negative]
|
||||||
test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative] |
pass
pt106.2: tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip[id-ae1c55a8-552b-44d4-bfb6-2a115a15d0ba,negative]
|
||||||
| tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84] |
pass
pt107.1: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details[id-eef497e0-8ff7-43c8-85ef-558440574f84]
|
||||||
test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f] |
pass
pt107.2: tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips[id-16db31c3-fb85-40c9-bbe2-8cf7b67ff99f]
|
||||||
| tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative] |
pass
pt108.1: tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details[id-7ab18834-4a4b-4f28-a2c5-440579866695,negative]
|
||||||
| tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14] |
pass
pt109.1: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item[id-a013796c-ba37-4bb5-8602-d944511def14]
|
||||||
test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6] |
pass
pt109.2: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item[id-4f5db52f-6685-4c75-b848-f4bb363f9aa6]
|
||||||
test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531] |
pass
pt109.3: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata[id-37ec6edd-cf30-4c53-bd45-ae74db6b0531]
|
||||||
test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29] |
pass
pt109.4: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata[id-ece7befc-d3ce-42a4-b4be-c3067a418c29]
|
||||||
test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae] |
pass
pt109.5: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item[id-f2de776a-4778-4d90-a5da-aae63aee64ae]
|
||||||
test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2] |
pass
pt109.6: tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata[id-7b491c11-a9d5-40fe-a696-7f7e03d3fea2]
|
||||||
| tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative] |
pass
pt110.1: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item[id-848e157f-6bcf-4b2e-a5dd-5124025a8518,negative]
|
||||||
test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative] |
pass
pt110.2: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item[id-41ae052c-6ee6-405c-985e-5712393a620d,negative]
|
||||||
test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative] |
pass
pt110.3: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata[id-94069db2-792f-4fa8-8bd3-2271a6e0c095,negative]
|
||||||
test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative] |
pass
pt110.4: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata[id-dc64f2ce-77e8-45b0-88c8-e15041d08eaf,negative]
|
||||||
test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative] |
pass
pt110.5: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item[id-2154fd03-ab54-457c-8874-e6e3eb56e9cf,negative]
|
||||||
test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative] |
pass
pt110.6: tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata[id-a403ef9e-9f95-427c-b70a-3ce3388796f1,negative]
|
||||||
| tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative] |
pass
pt111.1: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id[id-e6e41425-af5c-4fe6-a4b5-7b7b963ffda5,negative]
|
||||||
test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative] |
pass
pt111.2: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id[id-68e2c175-bd26-4407-ac0f-4ea9ce2139ea,negative]
|
||||||
test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative] |
pass
pt111.3: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id[id-924540c3-f1f1-444c-8f58-718958b6724e,negative]
|
||||||
test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative] |
pass
pt111.4: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit[id-b340030d-82cd-4066-a314-c72fb7c59277,negative]
|
||||||
test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative] |
pass
pt111.5: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id[id-381acb65-785a-4942-94ce-d8f8c84f1f0f,negative]
|
||||||
test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative] |
pass
pt111.6: tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image[id-137aef61-39f7-44a1-8ddf-0adf82511701,negative]
|
||||||
| tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative] |
pass
pt112.1: tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image[id-391b0440-432c-4d4b-b5da-c5096aa247eb,negative]
|
||||||
| tempest.api.compute.images.test_list_images.ListImagesTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789] |
pass
pt113.1: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image[id-490d0898-e12a-463f-aef0-c50156b9f789]
|
||||||
test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f] |
pass
pt113.2: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images[id-fd51b7f4-d4a3-4331-9885-866658112a6f]
|
||||||
test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6] |
pass
pt113.3: tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail[id-9f94cb6b-7f10-48c5-b911-a0b84d7d4cd6]
|
||||||
| tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt114.1: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df]
|
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt114.2: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d]
|
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt114.3: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05]
|
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt114.4: tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b]
|
||||||
| tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative] |
pass
pt115.1: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name[id-45fbe5e0-acb5-49aa-837a-ff8d0719db91,negative]
|
||||||
test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative] |
pass
pt115.2: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum[id-fc100c19-2926-4b9c-8fdc-d0589ee2f9ff,negative]
|
||||||
test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative] |
pass
pt115.3: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name[id-0359a7f1-f002-4682-8073-0c91e4011b7c,negative]
|
||||||
test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative] |
pass
pt115.4: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string[id-1398abe1-4a84-45fb-9294-89f514daff00,negative]
|
||||||
test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative] |
pass
pt115.5: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key[id-dade320e-69ca-42a9-ba4a-345300f127e0,negative]
|
||||||
test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative] |
pass
pt115.6: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames[id-3faa916f-779f-4103-aca7-dc3538eee1b7,negative]
|
||||||
test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative] |
pass
pt115.7: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key[id-29cca892-46ae-4d48-bc32-8fe7e731eb81,negative]
|
||||||
test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative] |
pass
pt115.8: tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key[id-7cc32e47-4c42-489d-9623-c5e2cb5a2fa5,negative]
|
||||||
| tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df] |
pass
pt116.1: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail[id-a4233d5d-52d8-47cc-9a25-e1864527e3df]
|
||||||
test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d] |
pass
pt116.2: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete[id-6c1d3123-4519-4742-9194-622cb1714b7d]
|
||||||
test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05] |
pass
pt116.3: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key[id-39c90c6a-304a-49dd-95ec-2366129def05]
|
||||||
test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b] |
pass
pt116.4: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete[id-1d1dbedb-d7a0-432a-9d09-83f543c3c19b]
|
||||||
test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c] |
pass
pt116.5: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show[id-8726fa85-7f98-4b20-af9e-f710a4f3391c]
|
||||||
test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6] |
pass
pt116.6: tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type[id-89d59d43-f735-441a-abcf-0601727f47b6]
|
||||||
| tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b] |
pass
pt117.1: tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get[id-b54c66af-6ab6-4cf0-a9e5-a0cb58d75e0b]
|
||||||
| tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative] |
pass
pt118.1: tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit[id-215cd465-d8ae-49c9-bf33-9c911913a5c8,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke] |
pass
pt119.1: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create[id-850795d7-d4d3-4e55-b527-a774c0123d3a,smoke]
|
||||||
test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd] |
pass
pt119.2: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr[id-7a01873e-3c38-4f30-80be-31a043cfe2fd]
|
||||||
test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6] |
pass
pt119.3: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id[id-7f5d2899-7705-4d4b-8458-4505188ffab6]
|
||||||
test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf] |
pass
pt119.4: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted[id-fc5c5acf-2091-43a6-a6ae-e42760e9ffaf]
|
||||||
test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke] |
pass
pt119.5: tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list[id-a6154130-5a55-4850-8be4-5e9e796dbf17,smoke]
|
||||||
| tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative] |
pass
pt120.1: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate[id-8bd56d02-3ffa-4d67-9933-b6b9a01d6089,negative]
|
||||||
test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative] |
pass
pt120.2: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port[id-12bbc875-1045-4f7a-be46-751277baedb9,negative]
|
||||||
test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative] |
pass
pt120.3: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id[id-2244d7e4-adb7-4ecb-9930-2d77e123ce4f,negative]
|
||||||
test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative] |
pass
pt120.4: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol[id-84c81249-9f6e-439c-9bbf-cbb0d2cddbdf,negative]
|
||||||
test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative] |
pass
pt120.5: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range[id-00296fa9-0576-496a-ae15-fbab843189e0,negative]
|
||||||
test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative] |
pass
pt120.6: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port[id-ff88804d-144f-45d1-bf59-dd155838a43a,negative]
|
||||||
test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative] |
pass
pt120.7: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id[id-1d507e98-7951-469b-82c3-23f1e6b8c254,negative]
|
||||||
test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative] |
pass
pt120.8: tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id[id-56fddcca-dbb8-4494-a0db-96e9f869527c,negative]
|
||||||
| tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON | 11 | 5 | 0 | 0 | 6 | Detail | |
test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative] |
pass
pt121.1: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group[id-6727c00b-214c-4f9e-9a52-017ac3e98411,negative]
|
||||||
test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative] |
pass
pt121.2: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id[id-1438f330-8fa4-4aeb-8a94-37c250106d7f,negative]
|
||||||
test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative] |
pass
pt121.3: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group[id-36a1629f-c6da-4a26-b8b8-55e7e5d5cd58,negative]
|
||||||
test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative] |
skip
pt121.4: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name[id-9fdb4abc-6b66-4b27-b89c-eb215a956168,negative]
|
||||||
test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative] |
skip
pt121.5: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description[id-777b6f14-aca9-4758-9e84-38783cfa58bc,negative]
|
||||||
test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative] |
skip
pt121.6: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name[id-1759c3cb-b0fc-44b7-86ce-c99236be911d,negative]
|
||||||
test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative] |
pass
pt121.7: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group[id-673eaec1-9b3e-48ed-bdf1-2786c1b9661c,negative]
|
||||||
test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative] |
pass
pt121.8: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group[id-27edee9c-873d-4da6-a68a-3c256efebe8f,negative]
|
||||||
test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative] |
skip
pt121.9: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des[id-97d12b1c-a610-4194-93f1-ba859e718b45,negative]
|
||||||
test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative] |
skip
pt121.10: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id[id-00579617-fe04-4e1c-9d08-ca7467d2e34b,negative]
|
||||||
test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative] |
skip
pt121.11: tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name[id-cda8d8b4-59f8-4087-821d-20cf5a03b3b1,negative]
|
||||||
| tempest.api.compute.servers.test_availability_zone.AZV2TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25] |
pass
pt122.1: tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user[id-a8333aa2-205c-449f-a828-d38c2489bf25]
|
||||||
| tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative] |
pass
pt123.1: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count[id-476da616-f1ef-4271-a9b1-b9fc87727cdf,negative]
|
||||||
test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative] |
pass
pt123.2: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one[id-a6f9c2ab-e060-4b82-b23c-4532cb9390ff,negative]
|
||||||
test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative] |
pass
pt123.3: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer[id-9c5698d1-d7af-4c80-b971-9d403135eea2,negative]
|
||||||
test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative] |
pass
pt123.4: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one[id-daf29d8d-e928-4a01-9a8c-b129603f3fc0,negative]
|
||||||
test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative] |
pass
pt123.5: tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer[id-999aa722-d624-4423-b813-0d1ac9884d7a,negative]
|
||||||
| tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88] |
pass
pt124.1: tempest.api.compute.servers.test_server_group.ServerGroup264TestJSON.test_create_get_server_group[id-b52f09dd-2133-4037-9a5d-bdb260096a88]
|
||||||
| tempest.api.compute.servers.test_servers.ServerShowV263Test | 1 | 0 | 0 | 0 | 1 | Detail | |
test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c] |
skip
pt125.1: tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server[id-71b8e3d5-11d2-494f-b917-b094a4afed3c]
|
||||||
| tempest.api.compute.test_extensions.ExtensionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd] |
pass
pt126.1: tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension[id-05762f39-bdfa-4cdb-9b46-b78f8e78e2fd]
|
||||||
test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1] |
pass
pt126.2: tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions[id-3bb27738-b759-4e0d-a5fa-37d7a6df07d1]
|
||||||
| tempest.api.compute.test_quotas.QuotasTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc] |
pass
pt127.1: tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas[id-cd65d997-f7e4-4966-a7e9-d5001b674fdc]
|
||||||
test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a] |
pass
pt127.2: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas[id-9bfecac7-b966-4f47-913f-1a9e2c12134a]
|
||||||
test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107] |
pass
pt127.3: tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas[id-f1ef0a97-dbbb-4cca-adc5-c9fbc4f76107]
|
||||||
| tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network] |
pass
pt128.1: tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks[id-edfea98e-bbe3-4c7a-9739-87b986baff26,network]
|
||||||
| tempest.api.compute.test_versions.TestVersions | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke] |
pass
pt129.1: tempest.api.compute.test_versions.TestVersions.test_get_version_details[id-b953a29e-929c-4a8e-81be-ec3a7e03cb76,smoke]
|
||||||
test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke] |
pass
pt129.2: tempest.api.compute.test_versions.TestVersions.test_list_api_versions[id-6c0a0990-43b6-4529-9b61-5fd8daf7c55c,smoke]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt130.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt131.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt132.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt132.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt132.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt132.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt132.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt132.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt133.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt133.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt133.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt133.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt133.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt133.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt133.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt133.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| Total | 369 | 242 | 98 | 0 | 29 | ||