Files
whitebox-tempest-plugin/whitebox_tempest_plugin
Artom Lifshitz fe19cf8fa1 Allow hypervisor IPs in configuration file
Previously, hypervisor IPs would be obtained from the nova API by essentially
doing a 'nova hypervisor-show'. The IP address thus obtained isn't always
reachable from the node running tempest. For example, in a tripleo-deployed
OSP12, the control plane IP should be used instead. This patch allows
hypervisor IPs to be defined in the configuration file.

Change-Id: I403fa5fd000fe29f6449f77c12a1c6b63efb713f
2018-01-11 17:30:40 +00:00
..
2018-01-10 16:27:50 +00:00
2018-01-10 11:57:05 +00:00
2018-01-10 13:35:44 +00: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