summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-24 16:52:32 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-24 16:52:32 +0100
commit0a580c84382710bd9a4c598652c7f07a34df1966 (patch)
treea35b683e08ee81d08cc02826990e6426bbf9e222 /tests
parent0e71e2df9a753a5724f9d0f1d75670eb13e8aec8 (diff)
downloadciat-tester-0a580c84382710bd9a4c598652c7f07a34df1966.tar.gz
Ugly unfinished mess.
Diffstat (limited to 'tests')
-rw-r--r--tests/baserock-meta.test5
-rw-r--r--tests/multiple.test17
-rw-r--r--tests/python.test4
-rw-r--r--tests/systemd.test4
-rw-r--r--tests/uname.test3
5 files changed, 17 insertions, 16 deletions
diff --git a/tests/baserock-meta.test b/tests/baserock-meta.test
deleted file mode 100644
index b12e5ee..0000000
--- a/tests/baserock-meta.test
+++ /dev/null
@@ -1,5 +0,0 @@
-name: Simple Baserock metadata tests
-commands:
- - cd /baserock && ls -l | grep "systemd"
- - pwd
- - find /baserock | grep "systemd" | xargs cat
diff --git a/tests/multiple.test b/tests/multiple.test
new file mode 100644
index 0000000..b34347d
--- /dev/null
+++ b/tests/multiple.test
@@ -0,0 +1,17 @@
+- systems:
+ - foo
+ - bar
+ commands:
+ - cmd one
+ - cmd two
+- systems:
+ - bar
+ commands:
+ - cmd three
+ - cmd four
+ - cmd five
+- systems:
+ - baz
+ commands:
+ - cmd six
+ - cmd seven
diff --git a/tests/python.test b/tests/python.test
deleted file mode 100644
index 1ead294..0000000
--- a/tests/python.test
+++ /dev/null
@@ -1,4 +0,0 @@
-name: Simple python tests
-commands:
- - python -c 'print "Hello world!"'
- - python -c 'print 1+1'
diff --git a/tests/systemd.test b/tests/systemd.test
deleted file mode 100644
index 0ed1b2f..0000000
--- a/tests/systemd.test
+++ /dev/null
@@ -1,4 +0,0 @@
-name: Simple systemd output tests
-commands:
- - systemctl -l
- - journalctl
diff --git a/tests/uname.test b/tests/uname.test
deleted file mode 100644
index 25a94b3..0000000
--- a/tests/uname.test
+++ /dev/null
@@ -1,3 +0,0 @@
-name: uname test
-commands:
- - uname -a