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.
This commit is contained in:
James Prestwood 2022-04-05 11:30:08 -07:00 committed by Denis Kenzior
parent 7b5f640931
commit 197368dcfc
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ class RadioList(collections.Mapping):
args = dbus.Dictionary({
'Name': name,
'P2P': p2p_device,
'NoVirtualInterface': True,
}, signature='sv')
if iftype_disable: