summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.yml')
-rw-r--r--tests/tests.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..2613885
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,14 @@
+---
+# This first play always runs on the local staging system
+- hosts: localhost
+ roles:
+ - role: standard-test-beakerlib
+ tags:
+ - classic
+ - container
+ - atomic
+ tests:
+ - Smoke
+ required_packages:
+ - lua # Required for smoke test
+ - which # Required for smoke test