tests: Split run-tests.py logger info into per test case files
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 31 Oct 2013 10:46:42 +0000 (12:46 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 31 Oct 2013 10:51:08 +0000 (12:51 +0200)
commitc9aa430896d72f203bfa27957911a14e81d7fe19
tree074d369bf63683cc73f6b9c176360429c9b8d29e
parente9552262088f1e305dfb2608a2ab7c8bb986cd03
tests: Split run-tests.py logger info into per test case files

The run-tests.py -l argument does not take an argument value anymore.
Instead, debug output is directed to a separate file <test>.log for each
test case.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
24 files changed:
tests/hwsim/README
tests/hwsim/hostapd.py
tests/hwsim/hwsim_utils.py
tests/hwsim/run-all.sh
tests/hwsim/run-tests.py
tests/hwsim/test_ap_dynamic.py
tests/hwsim/test_ap_eap.py
tests/hwsim/test_ap_ft.py
tests/hwsim/test_ap_hs20.py
tests/hwsim/test_ap_pmf.py
tests/hwsim/test_ap_roam.py
tests/hwsim/test_ap_tdls.py
tests/hwsim/test_ap_wps.py
tests/hwsim/test_gas.py
tests/hwsim/test_ibss.py
tests/hwsim/test_nfc_wps.py
tests/hwsim/test_p2p_autogo.py
tests/hwsim/test_p2p_discovery.py
tests/hwsim/test_p2p_grpform.py
tests/hwsim/test_p2p_invitation.py
tests/hwsim/test_p2p_persistent.py
tests/hwsim/test_p2p_service.py
tests/hwsim/wlantest.py
tests/hwsim/wpasupplicant.py