tests: Fix sporadic failures in p2p_channel_avoid3
The P2P group may be originally formed on UNII-3, so disabling UNII-1 and UNII-2 will not result in a channel switch failing the test. Fix this by setting 44 as a preferred channel. Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
7546a70fbb
commit
5acc20e8f4
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,7 @@ def test_p2p_channel_avoid2(dev):
|
||||||
def test_p2p_channel_avoid3(dev):
|
def test_p2p_channel_avoid3(dev):
|
||||||
"""P2P and avoid frequencies driver event on 5 GHz"""
|
"""P2P and avoid frequencies driver event on 5 GHz"""
|
||||||
try:
|
try:
|
||||||
|
dev[0].global_request("SET p2p_pref_chan 128:44")
|
||||||
set_country("CN", dev[0])
|
set_country("CN", dev[0])
|
||||||
form(dev[0], dev[1])
|
form(dev[0], dev[1])
|
||||||
set_country("CN", dev[0])
|
set_country("CN", dev[0])
|
||||||
|
@ -251,6 +252,7 @@ def test_p2p_channel_avoid3(dev):
|
||||||
finally:
|
finally:
|
||||||
set_country("00")
|
set_country("00")
|
||||||
dev[0].request("DRIVER_EVENT AVOID_FREQUENCIES")
|
dev[0].request("DRIVER_EVENT AVOID_FREQUENCIES")
|
||||||
|
dev[0].global_request("SET p2p_pref_chan ")
|
||||||
dev[1].flush_scan_cache()
|
dev[1].flush_scan_cache()
|
||||||
|
|
||||||
@remote_compatible
|
@remote_compatible
|
||||||
|
|
Loading…
Reference in a new issue