Add standard-test-source + standard-test-basic/simple tests.

This commit is contained in:
Jan Pazdziora 2022-02-18 13:41:33 +01:00
parent 34be86ad49
commit 2f47c6731d

15
tests/tests.yml Normal file
View 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 && systemctl start httpd && tail -f /var/log/httpd/*_log & tests/run.sh
required_packages:
- httpd
- mod_intercept_form_submit