summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 15:56:18 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 15:56:18 +0100
commitf2172986128a31e1a4b2fe942707490d4cf1bdf6 (patch)
tree5e4273ceef19b97b6ad89869a0b9a0b42f458990 /README
parent9588a261bf1be334924b6d9dc33e68ace6fd358d (diff)
downloadciat-tester-f2172986128a31e1a4b2fe942707490d4cf1bdf6.tar.gz
Add READMEs.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c6a6110
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+CIAT-Tester | Continuous Integration and Automated Test: Tester
+===============================================================
+
+This is for testing system images. As parameters, it takes
+the URL for the system image to be tested, the testing backend
+to use, and a list of test command files to run. For example:
+
+ ./test-runner.sh file:///test.img openstack tests/uname.test
+
+Given this, it will fetch the image, in this case `test.img`
+and it will try to test it on openstack. The results are
+logged to `test.img.test.log`.
+
+
+See the README the the specific backend you want to use, for
+backend-specific information.