]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add run-tests.py -i to control execution from stdin
authorJouni Malinen <j@w1.fi>
Wed, 19 Nov 2014 00:01:27 +0000 (02:01 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 19 Nov 2014 13:20:53 +0000 (15:20 +0200)
commit0d7456e9fd2ed98502ffde267b536b5b0f1a713a
treeddbb761c8f9f2cdacc8630bc4625e20369f4269a
parentcb8cb33e5593c2d55912fa16a24c7684fc19430a
tests: Add run-tests.py -i to control execution from stdin

The new -i command line argument can be used to control test case
execution from stdin to run-tests.py and vm-run.sh. This can be used,
e.g., to run multiple repeated test sequences in a virtual machine
without havign to restart the VM between each iteration.

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