aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado/machine_arm_n8x0.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/avocado/machine_arm_n8x0.py')
-rw-r--r--tests/avocado/machine_arm_n8x0.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/machine_arm_n8x0.py b/tests/avocado/machine_arm_n8x0.py
index e5741f2d8d..12e9a6803b 100644
--- a/tests/avocado/machine_arm_n8x0.py
+++ b/tests/avocado/machine_arm_n8x0.py
@@ -11,10 +11,10 @@
import os
from avocado import skipUnless
-from avocado_qemu import Test
+from avocado_qemu import QemuSystemTest
from avocado_qemu import wait_for_console_pattern
-class N8x0Machine(Test):
+class N8x0Machine(QemuSystemTest):
"""Boots the Linux kernel and checks that the console is operational"""
timeout = 90