whitebox-tempest-plugin/whitebox_tempest_plugin
jamepark4 a464d48e5e Update string format to address PEP8 E231
Currently PEP8 is evaluating an E231 formmating error based the string
generation we are doing for checking encrypted volume paths. Convert
from f-strings to %s operator to avoid this formatting error.

Change-Id: I54d2c8817fd70bb10a48e8d3d71a8ce1440c7d6b
2024-12-13 09:46:01 -05:00
..
api Update string format to address PEP8 E231 2024-12-13 09:46:01 -05:00
common Verify vTPM creation after svc restart 2024-08-28 23:22:30 -04:00
services Merge "Update accessing nova compute logs for RBD check" 2024-10-08 02:03:38 +00:00
__init__.py Re-home project 2018-01-10 11:57:05 +00:00
config.py Update accessing nova compute logs for RBD check 2024-10-07 12:44:01 -04:00
exceptions.py evacuation tests 2024-05-28 16:00:42 -04:00
hardware.py Attach and detach an SR-IOV port 2022-08-25 16:16:17 -04:00
plugin.py Add global nodes variable 2023-11-13 13:39:53 -05:00
README.rst Re-organize how the tests are structured 2018-01-10 13:35:38 +00:00
utils.py Update nodes yaml to use cpu architecture 2024-04-23 10:57:56 -04: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