tests: Honor HWSIM_TEST_LOG_DIR variable in VM runs
authorJohannes Berg <johannes.berg@intel.com>
Tue, 24 Nov 2015 16:39:58 +0000 (17:39 +0100)
committerJouni Malinen <j@w1.fi>
Fri, 27 Nov 2015 19:11:53 +0000 (21:11 +0200)
commit680ce356c09761231c593d422c47c14c709af0fb
tree74c9620ea1152181d67ffed51a308ceaef18f008
parent10a15590f85e03425f19667e74273a53e1a3fe96
tests: Honor HWSIM_TEST_LOG_DIR variable in VM runs

If /tmp has a relatively small size limit, or multiple people run the
tests on the same machine, using the same output directory can easily
cause problems.

Make the test framework honor the new HWSIM_TEST_LOG_DIR environment
variable to make it easier to avoid those problems.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/vm/parallel-vm.py
tests/hwsim/vm/parallel-vm.sh
tests/hwsim/vm/vm-run.sh