summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.yml')
-rw-r--r--tests/tests.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/tests.yml b/tests/tests.yml
new file mode 100644
index 0000000..102094a
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,15 @@
+---
+# Tests that run in all contexts
+- hosts: localhost
+ vars:
+ use_beakerlib_libraries: false
+ roles:
+ - role: standard-test-rhts
+ tags:
+ - classic
+ - container
+ tests:
+ - unicode-segfault
+ required_packages:
+ - findutils # beakerlib needs find command
+ - gzip # required by unicode-segafault test