aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado/machine_microblaze.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/avocado/machine_microblaze.py')
-rw-r--r--tests/avocado/machine_microblaze.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/machine_microblaze.py b/tests/avocado/machine_microblaze.py
index 7f6d184..4928920 100644
--- a/tests/avocado/machine_microblaze.py
+++ b/tests/avocado/machine_microblaze.py
@@ -5,11 +5,11 @@
# 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
from avocado_qemu import wait_for_console_pattern
from avocado.utils import archive
-class MicroblazeMachine(Test):
+class MicroblazeMachine(QemuSystemTest):
timeout = 90