whitebox-tempest-plugin/whitebox_tempest_plugin
jamepark4 e056798f09 Update build exception when using unified limits
When Unified Limits are enabled, the invalid vtpm models being tested
downstream in test_invalid_model_version_creation is now throwing a new
exception. This is because Unified Limits will call from_request_spec
and confirm the flavor extra_specs are valid earlier in the path. The
resulting error now throws a ServerFault from Nova-Api.  Updating the
test so that when Unified Limits are configured, it will check for
ServerFault when trying to build with invalid flavor specs, but still
check for BuildExcpetion if Unified Limits have not been enabled.

Change-Id: I412f55327d475ee5bc7a9a34c9e5012d1de3c3e0
2025-04-30 10:48:38 -04:00
..
2018-01-10 11:57:05 +00:00
2024-05-28 16:00:42 -04:00
2022-08-25 16:16:17 -04:00
2023-11-13 13:39:53 -05:00

Whitebox Tempest Tests

This directory contains tests to validate behavior against TripleO/Director-based deployments.

See the Tempest plugin documentation for information about creating a plugin, stable API interface, TempestPlugin class interface, plugin structure, and how to use plugins: https://docs.openstack.org/tempest/latest/plugin.html