Whamcloud - gitweb
LU-1561 tests: Fix ALWAYS_EXCEPT in mds-survey.sh
authorLi Wei <liwei@whamcloud.com>
Mon, 25 Jun 2012 13:24:53 +0000 (21:24 +0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 29 Jun 2012 03:41:25 +0000 (23:41 -0400)
commit5053b49666efa484e45a7a2260e33977595f3a28
treebc454ab05a87c12133a57736f9e2e6e5121955a5
parentf6e7f22b9e05f22244e1bfbfffcc4538dd6f8a35
LU-1561 tests: Fix ALWAYS_EXCEPT in mds-survey.sh

Modifying the ALWAYS_EXCEPT assignment in mds-survey.sh does not take
effect, because the test filters have already been built.  This patch
moves the build_test_filter() call below the ALWAYS_EXCEPT assignment.
Also moved downward is the check_and_setup_lustre() call, which
usually goes after environment checks.

Test-Parameters: testlist=mds-survey
Change-Id: I547310e4fccfaaa4fbe7010e14baefa2ab9bbdd4
Signed-off-by: Li Wei <liwei@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/3183
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Yu Jian <yujian@whamcloud.com>
Reviewed-by: wangdi <di.wang@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/mds-survey.sh