DCD-1020: Use the major java version and let per-OS roles apply the approriate naming.

This commit is contained in:
Steve Smith
2020-08-21 13:02:21 +10:00
parent a912ac5044
commit b66d08b443
4 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,9 @@ def test_user_created(host):
@pytest.mark.parametrize('exe', [
'/usr/bin/git',
'/usr/bin/javac'
'/usr/bin/javac',
'/usr/lib/jvm/java/bin/java',
'/usr/lib/jvm/java/jre/bin/java'
])
def test_package_exes(host, exe):
assert host.file(exe).exists