]> git.ipfire.org Git - thirdparty/hostap.git/commit - tests/hwsim/test_dbus.py
tests: Fix dbus_set_global_properties failure if run twice
authorJouni Malinen <j@w1.fi>
Sat, 17 Feb 2018 15:41:57 +0000 (17:41 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 17 Feb 2018 15:41:57 +0000 (17:41 +0200)
commite51e49fcccd02afa0bfbe8d8e396b1e8d1e440f8
treedc04205b6c8250a05f2334dd4dfdfb11de6cc553
parent50d7cdedaeeb65af33db55b6eea5146044769a44
tests: Fix dbus_set_global_properties failure if run twice

Clear the model_name parameter back to the default (empty string) at the
beginning and the end of dbus_set_global_properties to avoid failures if
the test case is run multiple times.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_dbus.py