summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-11-05 14:01:26 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-11-05 14:03:07 +0100
commit430a5e2b5d989caec79d2fc070cbe742ee7e73ed (patch)
treea609f8dd7564de7e2be64e18f2636243a0456344 /controller
parent93227e362aee5de718f37e214bd3886649f4b2bb (diff)
downloadpostgresql-setup-tests-430a5e2b5d989caec79d2fc070cbe742ee7e73ed.tar.gz
postgresql-setup-tests-430a5e2b5d989caec79d2fc070cbe742ee7e73ed.tar.xz
postgresql-setup-tests-430a5e2b5d989caec79d2fc070cbe742ee7e73ed.zip
controller/README: better wording
* controller/README: Reword something, typo-fixes.
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.