tests: Modify autogo_legacy to use the group interface
authorIlan Peer <ilan.peer@intel.com>
Wed, 4 Feb 2015 09:30:17 +0000 (04:30 -0500)
committerJouni Malinen <j@w1.fi>
Thu, 5 Feb 2015 11:38:10 +0000 (13:38 +0200)
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
tests/hwsim/test_p2p_autogo.py

index de42857..b80ad93 100644 (file)
@@ -299,7 +299,7 @@ def test_autogo_legacy(dev):
     res = autogo(dev[0], freq=2462)
     if dev[0].get_group_status_field("passphrase", extra="WPS") != res['passphrase']:
         raise Exception("passphrase mismatch")
-    if dev[0].request("P2P_GET_PASSPHRASE") != res['passphrase']:
+    if dev[0].group_request("P2P_GET_PASSPHRASE") != res['passphrase']:
         raise Exception("passphrase mismatch(2)")
 
     logger.info("Connect P2P client")