summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/vnc.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/vnc.py')
-rw-r--r--meta/lib/oeqa/runtime/vnc.py1
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
8class VNCTest(oeRuntimeTest): 8class 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')