tests: Add option to run test cases under valgrind/concurrent P2P
authorJouni Malinen <j@w1.fi>
Sat, 24 Aug 2013 17:33:21 +0000 (20:33 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 24 Aug 2013 17:33:21 +0000 (20:33 +0300)
commit0c43a982c7bd70b9591d1821e09e4468e22d53fd
treecb49e3ba4ecab99b249898b52efa042558455186
parent8d6e0350726ea193711d189d6fbf7022a9e4b189
tests: Add option to run test cases under valgrind/concurrent P2P

./run-all.sh can now take an optional argument to select whether to run
all test cases as before (default), to run these under valgrind
("valgrind"), to run P2P test cases with concurrent station interface
("concurrent"), or the concurrent P2P test cases under valgrind
("concurrent-valgrind").

valgrind cases report errors if a test case fails or valgrind reports an
error.

Signed-hostap: Jouni Malinen <j@w1.fi>
tests/hwsim/run-all.sh
tests/hwsim/start-p2p-concurrent.sh
tests/hwsim/start.sh
tests/hwsim/stop-wifi.sh