b11da2eb77
* add parse_cpu_spec() Previously, we didn't take into account that CPU IDs and such can be in the form of libvirt lists, with dashes, commas and carets. This patch adds the parse_cpu_spec() method - taken straight from Nova - and makes get_server_cpu_pinning() use it. * Change get_server_cpu_pinning() to accept a server_id instead of a full server JSON object. This makes it clearer what needs to be passed to the method. * add get_pinning_as_set() Returns the same results as get_server_cpu_pinning(), but as a set. Original-review: https://review.rdoproject.org/r/#/c/21324/ Change-Id: Ic37dcecb27d08f50e8d4a06701f46bc97e0bcc71 |
||
---|---|---|
.. | ||
api | ||
common | ||
services | ||
tests | ||
__init__.py | ||
config.py | ||
exceptions.py | ||
plugin.py | ||
README.rst |
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