From 430a5e2b5d989caec79d2fc070cbe742ee7e73ed Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 5 Nov 2014 14:01:26 +0100 Subject: controller/README: better wording * controller/README: Reword something, typo-fixes. --- controller/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'controller') 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. -- cgit