]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Split dfs_radar into two test cases (dfs_radar1 and dfs_radar2)
authorJouni Malinen <j@w1.fi>
Sun, 26 Nov 2017 10:57:27 +0000 (12:57 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Nov 2017 10:57:27 +0000 (12:57 +0200)
commit32452fd2aaa85f34cd11ece69fe5b422ebcbbc0d
treeee750961f09cdb2ffbbb6d61b69bf21ec3dca2d2
parent725a953aea6efd312148756c7c72acf63c33e724
tests: Split dfs_radar into two test cases (dfs_radar1 and dfs_radar2)

These DFS radar detection cases were in a single test case to optimize
test execution time with parallel wait for the 60 second CAC. However,
this design has become difficult to support with the kernel changes that
allow radar events to be shared between interfaces. To avoid need for
more workarounds here just for testing purposes, split this into two
test cases so that conflicting events from another interface do not
cause the test case to fail.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_dfs.py