diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/vnc.py')
-rw-r--r-- | meta/lib/oeqa/runtime/vnc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/vnc.py b/meta/lib/oeqa/runtime/vnc.py index 1b4652b939..f31deff306 100644 --- a/meta/lib/oeqa/runtime/vnc.py +++ b/meta/lib/oeqa/runtime/vnc.py | |||
@@ -7,6 +7,7 @@ def setUpModule(): | |||
7 | 7 | ||
8 | class VNCTest(oeRuntimeTest): | 8 | class VNCTest(oeRuntimeTest): |
9 | 9 | ||
10 | @testcase(213) | ||
10 | @skipUnlessPassed('test_ssh') | 11 | @skipUnlessPassed('test_ssh') |
11 | def test_vnc(self): | 12 | def test_vnc(self): |
12 | (status, output) = self.target.run('x11vnc -display :0 -bg -o x11vnc.log') | 13 | (status, output) = self.target.run('x11vnc -display :0 -bg -o x11vnc.log') |