test-runner: remove ofono/hardcoded IWD options

This commit is contained in:
James Prestwood 2020-09-16 12:39:41 -07:00 committed by Denis Kenzior
parent bbcfde8743
commit f3e2c4e5c3
1 changed files with 0 additions and 3 deletions

View File

@ -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']