summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 12:09:26 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 15:01:31 +0100
commit365695cba3060e54c6724ddf68388e8142534e0a (patch)
tree319243350441a86f50d79f2849d5a733dfc6fc1b
parentd115f26ba27b74a06c100bf41cdba13ded409d58 (diff)
downloadciat-tester-365695cba3060e54c6724ddf68388e8142534e0a.tar.gz
Add initial set of simple tests.
-rw-r--r--tests/python.test4
-rw-r--r--tests/uname.test3
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/python.test b/tests/python.test
new file mode 100644
index 0000000..1ead294
--- /dev/null
+++ b/tests/python.test
@@ -0,0 +1,4 @@
+name: Simple python tests
+commands:
+ - python -c 'print "Hello world!"'
+ - python -c 'print 1+1'
diff --git a/tests/uname.test b/tests/uname.test
new file mode 100644
index 0000000..25a94b3
--- /dev/null
+++ b/tests/uname.test
@@ -0,0 +1,3 @@
+name: uname test
+commands:
+ - uname -a