Add standard-test-source + standard-test-basic/simple tests.
This commit is contained in:
parent
34be86ad49
commit
2f47c6731d
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 && systemctl start httpd && tail -f /var/log/httpd/*_log & tests/run.sh
|
||||||
|
required_packages:
|
||||||
|
- httpd
|
||||||
|
- mod_intercept_form_submit
|
Loading…
Reference in New Issue
Block a user