AZURE-211 Determine Java Home for an Ubuntu Crowd deployment

This commit is contained in:
dbacon
2020-07-22 14:29:52 +01:00
parent 3e3d83d162
commit d5ed36e488
11 changed files with 20 additions and 20 deletions

View File

@@ -9,7 +9,8 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
@pytest.mark.parametrize('pkg', [
'netcat',
'rsync',
'cifs-utils'
'cifs-utils',
'python-lxml'
])
def test_pkg(host, pkg):
package = host.package(pkg)