summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.yml')
-rw-r--r--tests/tests.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..74f63e8
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,12 @@
+---
+# test buildah
+- hosts: localhost
+ become: true
+ tags:
+ - classic
+ roles:
+ - prepare-env
+ - role: cli
+ tags:
+ - cli
+ - tear-down