aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado/vnc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/avocado/vnc.py')
-rw-r--r--tests/avocado/vnc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/vnc.py b/tests/avocado/vnc.py
index f301fbb4f5..096432988f 100644
--- a/tests/avocado/vnc.py
+++ b/tests/avocado/vnc.py
@@ -8,10 +8,10 @@
# This work is licensed under the terms of the GNU GPL, version 2 or
# later. See the COPYING file in the top-level directory.
-from avocado_qemu import Test
+from avocado_qemu import QemuSystemTest
-class Vnc(Test):
+class Vnc(QemuSystemTest):
"""
:avocado: tags=vnc,quick
"""