summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
Diffstat (limited to 'controller')
-rw-r--r--controller/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/controller/README b/controller/README
index 136c476..efed8ea 100644
--- a/controller/README
+++ b/controller/README
@@ -1,5 +1,5 @@
-Dummy (or Destructive) Testsuite Framework (DTF)
-================================================
+Dummy (or Destructive) Testsuite Framework, DTF
+===============================================
Testsuite supported by this framework is expected¹ to be destructive, may
require root permissions or basically whatever. So do not run such testsuite on
@@ -8,8 +8,8 @@ to create temporary virtual machine to run them there (we have some tooling for
OpenStack VM provisioning).
-WORK-FLOW
----------
+WORKFLOW
+--------
In general, we expect these steps for running the testsuite:
@@ -115,4 +115,5 @@ Packages needed to successful run
----
¹ However, making tests it non-destructive is highly recommended.
-² More portable approach was still not needed.
+² So far there was no need to make it more portable, however it should be
+ possible.