summaryrefslogtreecommitdiffstats
path: root/tests/avocado/replay_linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/avocado/replay_linux.py')
-rw-r--r--tests/avocado/replay_linux.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/avocado/replay_linux.py b/tests/avocado/replay_linux.py
index e1f9981a34..a76dd507fc 100644
--- a/tests/avocado/replay_linux.py
+++ b/tests/avocado/replay_linux.py
@@ -55,6 +55,7 @@ class ReplayLinux(LinuxTest):
'%s,drive=disk%s-rr%s' % (device, id, bus_string))
def launch_and_wait(self, record, args, shift):
+ self.require_netdev('user')
vm = self.get_vm()
vm.add_args('-smp', '1')
vm.add_args('-m', '1024')