]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix p2p_channel_avoid3
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 28 Jul 2022 13:56:21 +0000 (16:56 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 28 Jul 2022 13:56:21 +0000 (16:56 +0300)
commit7fa67861ae5d886a2226a985f2c8a201b718afce
tree46c42e71909a9ceb5fa20f84d7e9f38d2cd0023d
parentee3567d659f64ff0428cd18bafa0cd98554f53c7
tests: Fix p2p_channel_avoid3

This test case assumed that the p2p_pref_chan 128:44 parameter would
have resulted in channel 44 (5220 MHz) being selected. That does not
work anymore since that channel was marked to require DFS/radar
detection in regdb. Fix the text case by changing to use another country
with rules that match the test case expectations.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_p2p_channel.py