tests: Use global control interface to remove P2P networks
Use the global control interface to remove P2P networks in persistent_group_peer_dropped3 to support configurations that use a dedicated P2P Device interface. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
a71a3d6d46
commit
401ff12799
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ def test_persistent_group_peer_dropped3(dev):
|
||||||
invite_from_cli(dev[0], dev[1])
|
invite_from_cli(dev[0], dev[1])
|
||||||
|
|
||||||
logger.info("Remove group on the GO and try to invite from the client")
|
logger.info("Remove group on the GO and try to invite from the client")
|
||||||
dev[0].request("REMOVE_NETWORK all")
|
dev[0].global_request("REMOVE_NETWORK all")
|
||||||
invite(dev[1], dev[0], use_listen=False)
|
invite(dev[1], dev[0], use_listen=False)
|
||||||
ev = dev[1].wait_global_event(["P2P-INVITATION-RESULT"], timeout=10)
|
ev = dev[1].wait_global_event(["P2P-INVITATION-RESULT"], timeout=10)
|
||||||
if ev is None:
|
if ev is None:
|
||||||
|
|
Loading…
Reference in a new issue