]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add option for running test cases that take a long time
authorJouni Malinen <j@w1.fi>
Sun, 6 Apr 2014 10:11:32 +0000 (13:11 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 6 Apr 2014 10:11:32 +0000 (13:11 +0300)
commit91f3cf6996659374807b153c9260e7e9d06cc739
tree2f8165bb475abb00babfa4461e229e59191af6d4
parent0afb797e9bb44157230cc611cb41106b3abc082d
tests: Add option for running test cases that take a long time

run-tests.py now takes an optional --long parameter that can be used to
enable running of test cases that take a long time (multiple minutes).
By default, such test cases are skipped to avoid making the normal test
run take excessive amounts of time.

As an initial long test case, verify WPS PBC walk time expiration (two
minutes).

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