whitebox-tempest-plugin/whitebox_tempest_plugin
James Parker ae0cf574f4 Remove setup_clients from VirtioSCSIDisk
The class method setup_clients in test_virtio_scsi_attach.VirtioSCSIDisk
is not necessary for the test. It was part of an earlier attempt at
executing the tests and is not needed. Removing the entire method with
this commit.

Change-Id: I3dc0b5c71e1f53c3e386c58e32e5ef2db26893bd
2020-06-10 12:23:15 -04:00
..
api Remove setup_clients from VirtioSCSIDisk 2020-06-10 12:23:15 -04:00
services compute: Add negative volume detach test 2020-03-22 14:57:15 -04:00
tests Normalize numa_topology for consistent equality tests 2020-04-03 13:37:54 +00:00
__init__.py Re-home project 2018-01-10 11:57:05 +00:00
config.py Add vgpu guest creation testcase 2020-05-07 13:59:55 -04:00
exceptions.py Follow up for I4660043fcccec6721e197c4d77390744e356c59e 2020-03-30 10:29:16 -04:00
plugin.py Add vgpu guest creation testcase 2020-05-07 13:59:55 -04:00
README.rst Re-organize how the tests are structured 2018-01-10 13:35:38 +00:00
utils.py Normalize numa_topology for consistent equality tests 2020-04-03 13:37:54 +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