mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: remove ofono/hardcoded IWD options
This commit is contained in:
parent
bbcfde8743
commit
f3e2c4e5c3
@ -607,7 +607,6 @@ class TestContext:
|
||||
return
|
||||
elif sim_keys != 'ofono':
|
||||
os.environ['IWD_SIM_KEYS'] = sim_keys
|
||||
self.iwd_extra_options = '--plugin=sim_hardcoded'
|
||||
return
|
||||
|
||||
if not find_binary(['ofonod']) or not find_binary(['phonesim']):
|
||||
@ -616,8 +615,6 @@ class TestContext:
|
||||
|
||||
Process(['ifconfig', 'lo', 'up'], wait=True)
|
||||
|
||||
self.iwd_extra_options = '--plugin=ofono'
|
||||
|
||||
os.environ['OFONO_PHONESIM_CONFIG'] = '/tmp/phonesim.conf'
|
||||
|
||||
phonesim_args = ['phonesim', '-p', '12345', '/usr/share/phonesim/default.xml']
|
||||
|
Loading…
Reference in New Issue
Block a user