Whamcloud - gitweb
LU-7931 tests: Allow per-subtest setup/cleanup 71/19171/1
authorOleg Drokin <oleg.drokin@intel.com>
Mon, 28 Mar 2016 18:54:12 +0000 (14:54 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 28 Mar 2016 18:54:12 +0000 (14:54 -0400)
commit6a1fdb8f711df130b4d467f66299afbea09a0ed1
tree712734525e94742dca7805ec3c4372a237807730
parent1b8adfc4945860444d64719d076c4e14c0544384
LU-7931 tests: Allow per-subtest setup/cleanup

This brings back ability to have per-subtest setup/cleanup
logic.
Most frequently used in the past as:
SETUP=setup CLEANUP=cleanup sh sanity.sh
to do unmount/remount of the whole stack after every test
to better pinpoint memory/lock leacks and other
accumulated behavior only visible at unmount.

Change-Id: I13bf42ce56a6c1873c034a357ad3bdfbee5c6c1f
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/test-framework.sh