]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use global control interface in test_p2p_channel.py
authorAdiel Aloni <adiel.aloni@intel.com>
Thu, 22 Jun 2017 07:58:44 +0000 (10:58 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 8 Jul 2017 13:06:38 +0000 (16:06 +0300)
commit0b6cbc4e6452233b9d84bc6bb6fdcd79ed973161
tree6ee02f8000bc4bcb89064ca8d73e5a5415c16567
parentd02e4c8ac8ccd8089417a3fb2f2185fe954ecbab
tests: Use global control interface in test_p2p_channel.py

Previously p2p_channel_drv_pref_* tests would fail
if dedicated P2P device is used, since the SET commands
were sent to incorrect interface.
Fix this by using a global control interface instead.

Signed-off-by: Adiel Aloni <adiel.aloni@intel.com>
tests/hwsim/test_p2p_channel.py