summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kopec <mkopec@redhat.com>2023-02-14 11:39:27 +0100
committerMartin Kopec <mkopec@redhat.com>2023-02-23 10:28:08 +0000
commitec893e38272ed35465c505b7f4f07132769fb347 (patch)
treeec6a1da97b16f0f9fc330824615ac6418f881d7c
parente2183ca8f6562675ac0c31583be8316e4ffec161 (diff)
downloadtempest-ec893e38272ed35465c505b7f4f07132769fb347.tar.gz
Add doc for multinode attribute
Adding a documentation entry for the recently created multinode attribute. Change-Id: I082cce3a88a6ae88d6c671204155595c917ac08a
-rw-r--r--HACKING.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 17e2a4908..caf954b4f 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -194,6 +194,13 @@ functionality, like listing servers or flavors or creating volumes. The
attribute should be sparingly applied to only the tests that sanity-check the
most essential functionality of an OpenStack cloud.
+Multinode Attribute
+^^^^^^^^^^^^^^^^^^^
+The ``type='multinode'`` attribute is used to signify that a test is desired
+to be executed in a multinode environment. By marking the tests with this
+attribute we can avoid running tests which aren't that beneficial for the
+multinode setup and thus reduce the consumption of resources.
+
Test fixtures and resources
---------------------------
Test level resources should be cleaned-up after the test execution. Clean-up