Apache2 module integration test (#15380)

* add integration test for apache2_module

* fix assert syntax

* check os_family for this test

* add comment why only debian and suse are tested

* move apache2 test to destructive

* install apache2 package
This commit is contained in:
Robin Roth
2016-04-18 18:00:02 +02:00
committed by René Moser
parent f28a0ca4bb
commit 9bb069f873
4 changed files with 71 additions and 0 deletions

View File

@@ -21,3 +21,4 @@
- { role: test_zypper, tags: test_zypper}
- { role: test_zypper_repository, tags: test_zypper_repository}
- { role: test_uri, tags: test_uri }
- { role: test_apache2_module, tags: test_apache2_module }