mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-1020: Use the major java version and let per-OS roles apply the approriate naming.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user