From 197368dcfcee5732df78a0763843680b3f2e15a0 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 5 Apr 2022 11:30:08 -0700 Subject: [PATCH] auto-t: hwsim.py: set NoVirtualInterface by default There is really no reason to have hwsim create interfaces automatically for test-runner. test-runner already does this for wpa_supplicant and hostapd, and IWD can create the interface itself. --- autotests/util/hwsim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/util/hwsim.py b/autotests/util/hwsim.py index ce85f43d..80a847ad 100755 --- a/autotests/util/hwsim.py +++ b/autotests/util/hwsim.py @@ -314,6 +314,7 @@ class RadioList(collections.Mapping): args = dbus.Dictionary({ 'Name': name, 'P2P': p2p_device, + 'NoVirtualInterface': True, }, signature='sv') if iftype_disable: