summaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/helper/ansible.yaml12
-rw-r--r--tests/data/helper/perftest.yaml5
-rw-r--r--tests/data/helper/suite.yaml6
-rw-r--r--tests/data/helper/version.yaml12
4 files changed, 35 insertions, 0 deletions
diff --git a/tests/data/helper/ansible.yaml b/tests/data/helper/ansible.yaml
new file mode 100644
index 00000000..c55816fb
--- /dev/null
+++ b/tests/data/helper/ansible.yaml
@@ -0,0 +1,12 @@
+---
+
+ tests:
+ - command: ['ansible', 'prepare']
+ output: "prepare ansible env\n"
+
+ - command: ['ansible', 'show']
+ output: "show ansible configuration\n"
+
+ - command: ['ansible', 'status']
+ output: "check connectivity\n"
+
diff --git a/tests/data/helper/perftest.yaml b/tests/data/helper/perftest.yaml
new file mode 100644
index 00000000..26c58452
--- /dev/null
+++ b/tests/data/helper/perftest.yaml
@@ -0,0 +1,5 @@
+---
+
+ tests:
+ - command: ['perftest', 'run']
+ output: "Run a perftest\n"
diff --git a/tests/data/helper/suite.yaml b/tests/data/helper/suite.yaml
new file mode 100644
index 00000000..718ae440
--- /dev/null
+++ b/tests/data/helper/suite.yaml
@@ -0,0 +1,6 @@
+---
+
+ tests:
+ - command: ['suite', 'run']
+ output: "Run a suite\n"
+
diff --git a/tests/data/helper/version.yaml b/tests/data/helper/version.yaml
new file mode 100644
index 00000000..b23f16f2
--- /dev/null
+++ b/tests/data/helper/version.yaml
@@ -0,0 +1,12 @@
+---
+
+ tests:
+ - command: ['version', 'list']
+ output: "Lists all the different versions\n"
+
+ - command: ['version', 'install', 'Colorado']
+ output: "Install: Colorado\n"
+
+ - command: ['version', 'uninstall', 'Arno']
+ output: "Uninstall: Arno\n"
+