diff options
Diffstat (limited to 'lib/oeqa/runtime/cases')
-rw-r--r-- | lib/oeqa/runtime/cases/java.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oeqa/runtime/cases/java.py b/lib/oeqa/runtime/cases/java.py index c1e1498..d366d61 100644 --- a/lib/oeqa/runtime/cases/java.py +++ b/lib/oeqa/runtime/cases/java.py | |||
@@ -20,6 +20,7 @@ class JavaTest(OERuntimeTestCase): | |||
20 | cls.tc.target.run('rm %s' % dst) | 20 | cls.tc.target.run('rm %s' % dst) |
21 | 21 | ||
22 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 22 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
23 | @OEHasPackage(["openjdk-7-jre", "openjdk-7", "openjre-8", "openjdk-8"]) | ||
23 | def test_java_exists(self): | 24 | def test_java_exists(self): |
24 | status, output = self.target.run('which java') | 25 | status, output = self.target.run('which java') |
25 | msg = 'java binary not in PATH or not on target.' | 26 | msg = 'java binary not in PATH or not on target.' |