summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.yml')
-rw-r--r--tests/tests.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..29a044f
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,25 @@
+---
+# Tests to run in a classic and container environments
+- hosts: localhost
+ roles:
+ - role: standard-test-beakerlib
+ tags:
+ - classic
+ - container
+ tests:
+ - smoke
+ - upstream
+ required_packages:
+ - guile
+ - findutils # beakerlib needs find command
+ - gettext-devel # upstream needs it
+ - gmp-devel # upstream needs it
+ - libtool # upstream needs it
+ - libtool-ltdl-devel # upstream needs it
+ - readline-devel # upstream needs it
+ - rpm-build # upstream needs it
+ - libunistring-devel # upstream needs it
+ - libffi-devel # upstream needs it
+ - gc-devel # upstream needs it
+ - wget # rlFetchSrcForInstalled needs it
+