Whamcloud - gitweb
LU-6857 tests: TF_FAIL is not initialised 17/15617/2
authorElena Gryaznova <elena.gryaznova@seagate.com>
Thu, 16 Jul 2015 14:29:44 +0000 (17:29 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 31 Jul 2015 01:33:17 +0000 (01:33 +0000)
commitc5998808871bc4254635c05f6c343e8f46b5cc95
tree1df87ea04e9fc44d831bdbc4e35b1c2dd4d44237
parenta12e5832df9338edbd37f239ce77b487933a1007
LU-6857 tests: TF_FAIL is not initialised

TF_FAIL is initialised in auster only,
this leads to t-f failure "touch: missing file operand"
if the suites run not under auster control.
DEFAULT_SUITES is initialised in acceptance-small only,
this leads to garbage summary message printed.

Patch adds export TF_FAIL to init_test_env() and
skips useless summary printing for the case when suites run
not under acceptance-small control.

Signed-off-by: Elena Gryaznova <elena.gryaznova@seagate.com>
Xyratex-bug-id: MRP-2116
Reviewed-by: Vladimir Saveliev <vladimir.saveliev@seagate.com>
Change-Id: I047aae3b7c6f7d75e98e7862a7f00fd2d75d8b1f
Reviewed-on: http://review.whamcloud.com/15617
Tested-by: Jenkins
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Wei Liu <wei3.liu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/test-framework.sh