From 2f47c6731dfcd4ee925d560d93b08b4d6d098eca Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 18 Feb 2022 13:41:33 +0100 Subject: [PATCH] Add standard-test-source + standard-test-basic/simple tests. --- tests/tests.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..7e778d8 --- /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 && systemctl start httpd && tail -f /var/log/httpd/*_log & tests/run.sh + required_packages: + - httpd + - mod_intercept_form_submit