aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/helper/ansible.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/helper/ansible.yaml')
-rw-r--r--tests/data/helper/ansible.yaml12
1 files changed, 12 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"
+