tests: Allow test cases to receive additional parameters
authorJouni Malinen <j@w1.fi>
Sun, 23 Mar 2014 09:59:43 +0000 (11:59 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 23 Mar 2014 10:01:10 +0000 (12:01 +0200)
commit90073916500c104d22c2234ae93ff6e6052ef2c8
treec8f30ad86bc680c3859cdc39b760864ddf8390f2
parent6ace13a9e5d88e7c169e22b3cf5f5e4d18100b8b
tests: Allow test cases to receive additional parameters

The optional third argument to the test case functions can now be used
to receive additional parameters from run-tests.py. As the initial
parameter, logdir value is provided so that test cases can use it to
review the debug logs from the test run.

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