whitebox-tempest-plugin/whitebox_tempest_plugin
Stephen Finucane d02a9af251 Add CPU pinning tests
Add tests for CPU pinning.

- test_cpu_shared
- test_cpu_dedicated
- test_resize_pinned_server_to_unpinned
- test_resize_unpinned_server_to_pinned
- test_reboot_pinned_server

This adds some helper functions that, curiously, are not included in the
base 'BaseV2ComputeAdminTest' class provided by tempest. In addition, it
adds a 'bindep.txt' file and appropriate tox target to ensure the
libvirt Python libraries, which this uses, are installed.

Change-Id: I2eb58c886987e318f21173aac0c8fa4b410fd494
Implements: RHELOSP-12284
2018-12-18 12:28:55 -05:00
..
2018-12-18 12:28:55 -05:00
2018-12-18 12:28:55 -05:00
2018-01-12 12:44:10 +00:00
2018-12-18 12:28:55 -05:00
2018-01-10 11:57:05 +00:00
2018-12-18 12:28:55 -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