From 573fd1fa64ae8b1c52a4abaf1459363dcc6bfcbb Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Jul 11 2022 11:23:08 +0000 Subject: Add standard-test-source + standard-test-basic/simple tests. --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..84f2a30 --- /dev/null +++ b/tests/tests.yml @@ -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