From 6fee25af9b6945d35e545c7f5e68e68010b1d094 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 14 Jul 2021 16:58:13 -0500 Subject: [PATCH] test-runner: Make run --- tools/test-runner | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/test-runner b/tools/test-runner index 7e89d71c..a0e3e5f7 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -1254,9 +1254,9 @@ def pre_test(ctx, test, copied): ctx.start_ofono() if ctx.args.log: - ctx.start_process(['iwmon']) + ctx.start_process(['iwmon', '--nowiphy']) elif ctx.args.monitor: - ctx.start_process(['iwmon'], outfile=ctx.args.monitor) + ctx.start_process(['iwmon', '--nowiphy'], outfile=ctx.args.monitor) if ctx.hw_config.has_option('SETUP', 'start_iwd'): start = ctx.hw_config.getboolean('SETUP', 'start_iwd') @@ -1734,7 +1734,7 @@ class Main: rootflags=trans=virtio,msize=1048576,version=9p2000.u \ acpi=off pci=noacpi %s ro \ mac80211_hwsim.radios=0 %s' % (kern_log, options), - '-cpu', 'host', '-smp', str(smp) + '-smp', str(smp) ] # Add two ethernet devices for testing EAD