mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
tests: Use global interface in persistent_group_invite_removed_client
When removing a persistent P2P group, global interface needs to be used. Signed-off-by: Ben Rosenfeld <ben.rosenfeld@intel.com>
This commit is contained in:
parent
8e751cfa05
commit
85ef1f4345
@ -330,7 +330,7 @@ def test_persistent_group_invite_removed_client(dev):
|
|||||||
raise Exception("Group removal event timed out")
|
raise Exception("Group removal event timed out")
|
||||||
if "reason=PSK_FAILURE" not in ev:
|
if "reason=PSK_FAILURE" not in ev:
|
||||||
raise Exception("Unexpected group removal reason")
|
raise Exception("Unexpected group removal reason")
|
||||||
dev[1].request("REMOVE_NETWORK " + id)
|
dev[1].global_request("REMOVE_NETWORK " + id)
|
||||||
|
|
||||||
logger.info("Re-invite after client removed persistent group info")
|
logger.info("Re-invite after client removed persistent group info")
|
||||||
dev[1].p2p_listen()
|
dev[1].p2p_listen()
|
||||||
|
Loading…
Reference in New Issue
Block a user