6de0eb2f9c
Added tests from https://raw.githubusercontent.com/gssapi/mod_auth_gssapi/master/tests/magtests.py Signed-off-by: Sudhir Menon <sumenon@redhat.com>
38 lines
810 B
YAML
38 lines
810 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
tasks:
|
|
- name: Grab EPEL
|
|
shell: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
|
|
|
|
- hosts: localhost
|
|
tags: classic
|
|
tasks:
|
|
- name: Life is short
|
|
shell: dnf install -y builddep mod_auth_gssapi
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- gcc
|
|
- libfaketime
|
|
- krb5-devel
|
|
- krb5-pkinit
|
|
- krb5-server
|
|
- krb5-workstation
|
|
- mod_auth_gssapi # wut
|
|
- mod_session
|
|
- nss_wrapper
|
|
- python3-requests-gssapi
|
|
- python3-virtualenv
|
|
- socket_wrapper
|
|
tests:
|
|
- driver
|