]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Avoid exception in dbus_p2p_two_groups
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 3 Aug 2015 15:35:35 +0000 (18:35 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 3 Aug 2015 15:44:53 +0000 (18:44 +0300)
commit5a21764994dbf7f8e0bc5a498ca3847f28a414e6
tree7e83415330be090eeb482a956c13500f22176e85
parent0e7cde761991d1785f69db54f256f73e321bc661
tests: Avoid exception in dbus_p2p_two_groups

Only run peerJoined() steps once to avoid trying to use GetAll() on an
already removed group and double-removal of a group. This did not make
the test case fail, but the exception is printed out in pretty confusing
way to stdout, so better get rid of it.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_dbus.py