summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.yml')
-rw-r--r--tests/tests.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..029f359
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,21 @@
+---
+# Tests for classic and container
+- hosts: localhost
+ roles:
+ - role: standard-test-beakerlib
+ tags:
+ - classic
+ - container
+ tests:
+ - testsuite
+ required_packages:
+ - autoconf
+ - automake
+ - gcc-gfortran
+ - libtool
+ - libstdc++-devel
+ - make
+ - rpm-build
+ - texinfo
+ - wget
+ - yum-utils