
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
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