Add tests for dnf modelled after the yum tests (#18226)

This commit is contained in:
Toshio Kuratomi
2016-10-31 10:38:31 -07:00
committed by GitHub
parent 6d9771bbf8
commit 02859a3e32
4 changed files with 238 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- { role: pip, tags: test_pip }
- { role: gem, tags: test_gem }
- { role: yum, tags: test_yum }
- { role: dnf, tags: test_dnf }
- { role: apt, tags: test_apt }
- { role: apt_repository, tags: [test_apt_repository, test_apt_key] }
- { role: postgresql, tags: [test_postgresql, test_postgresql_db, test_postgresql_privs, test_postgresql_user, needs_privileged] }