Add standard-test-source + standard-test-basic/simple tests.
This commit is contained in:
parent
a5660977c8
commit
573fd1fa64
15
tests/tests.yml
Normal file
15
tests/tests.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source # Fetch source tarball and unpack it into the test environment, under directory "source/"
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: source
|
||||||
|
run: tests/config.sh && setsebool allow_httpd_mod_auth_pam 1 && systemctl start httpd && tail -f /var/log/httpd/*_log & tests/run.sh
|
||||||
|
required_packages:
|
||||||
|
- httpd
|
||||||
|
- mod_authnz_pam
|
Loading…
Reference in New Issue
Block a user