python-gssapi/tests/tests.yml
Kaleemullah Siddiqui b2c3b0dab0 Add gating definition for RHEL 9
Related: rhbz#1947473

Signed-off-by: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
2021-06-09 18:29:12 +05:30

31 lines
652 B
YAML

---
- hosts: localhost
tags: classic
tasks:
- name: Brew a warm one
shell: dnf config-manager --add-repo 'http://download.eng.bos.redhat.com/brewroot/repos/rhel-8.1.0-build/latest/x86_64/'
args:
warn: false
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
required_packages:
- git
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- krb5-server
- krb5-workstation
- krb5-devel
- python3-gssapi
- python3-devel
- rpm-build
- gcc
tests:
- driver