summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
diff options
context:
space:
mode:
authorYevhenii Shapovalov <yshapova@redhat.com>2017-11-27 14:42:49 +0200
committerYevhenii Shapovalov <yshapova@redhat.com>2017-11-27 14:42:49 +0200
commit17620d4f26c22e00463df7b0de5efbafc381d07c (patch)
tree7627c0d35c392e3d51dc59f6c9cfb76ed6007126 /tests/tests.yml
parent23141c22b16d8a7248bc50c6c56dc1836de8d086 (diff)
downloadkrb5-17620d4f26c22e00463df7b0de5efbafc381d07c.tar.gz
krb5-17620d4f26c22e00463df7b0de5efbafc381d07c.tar.xz
krb5-17620d4f26c22e00463df7b0de5efbafc381d07c.zip
add tests with standard tests interfaceHEADadd_tests
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..6ebc417
--- /dev/null
+++ b/tests/tests.yml
@@ -0,0 +1,16 @@
+---
+# This first play always runs on the local staging system
+- hosts: localhost
+ roles:
+ - role: standard-test-beakerlib
+ tags:
+ - classic
+ tests:
+ - inplace-upgrade-sanity-test
+ required_packages:
+ - expect # Required for inplace-upgrade-sanity-test
+ - krb5-server # Required for inplace-upgrade-sanity-test
+ - krb5-workstation # Required for inplace-upgrade-sanity-test
+ - openssh-clients # Required for inplace-upgrade-sanity-test
+ - openssh-server # Required for inplace-upgrade-sanity-test
+ - rng-tools # Required for inplace-upgrade-sanity-test