summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.yml')
-rw-r--r--tests/tests.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..fce17d1
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,16 @@
+---
+# Tests for Classic and Container
+- hosts: localhost
+ roles:
+ - role: standard-test-beakerlib
+ tags:
+ - classic
+ - container
+ tests:
+ - testsuite
+ required_packages:
+ - autoconf
+ - automake
+ - rpm-build
+ - wget
+