whitebox-tempest-plugin/whitebox_tempest_plugin
Balazs Gibizer bd86fab09d Test coverage for stable compute UUID
This only covers that happy path of the feature. We agreed that the
error paths are hard to cover here and we rely on the nova functional
test instead.

There are two new config options:
* [compute_feature_enable]stable_compute_uuid_supported defaulted to
  False to skip the tests for old deployments not having the feature.
* [whitebox-nova-compute]state_path defaulted to /var/lib/nova, to allow
  running the tests in deployments that are using a non default nova
  state path configuration (like devstack)

The devstack plugin is modified to set [whitebox-nova-compute]state_path
according to the devstack nova configuration.

Change-Id: I520bd61b6ab479a36098586f7296822703a24fb0
2023-12-20 11:44:57 +01:00
..
2023-12-20 11:44:57 +01:00
2018-01-10 11:57:05 +00:00
2022-08-25 16:16:17 -04:00
2023-11-13 13:39:53 -05: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