test: add support debian 11
This commit is contained in:
parent
51fbef2480
commit
03dcb51ea1
8 changed files with 38 additions and 14 deletions
molecule/default/tests
|
@ -2,7 +2,7 @@ import os, re
|
|||
import testinfra.utils.ansible_runner
|
||||
|
||||
def test_packages(host):
|
||||
for package_name in ['mariadb-server', 'python-mysqldb']:
|
||||
for package_name in ['mariadb-server', 'python3-mysqldb']:
|
||||
package = host.package(package_name)
|
||||
assert package.is_installed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue