Add integration tests for zypper

Modeled after the yum tests but also tests local package installations
as fixed with PR#1256.

This depends on PRs #1256, #1261 and #1262 in ansible-modules-extra.
This commit is contained in:
Guido Günther
2015-11-18 18:25:43 +01:00
parent 9b9fb51d9d
commit 0821d251c8
5 changed files with 235 additions and 0 deletions

View File

@@ -18,3 +18,4 @@
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}
- { role: test_docker, tags: test_docker}
- { role: test_zypper, tags: test_zypper}