Whamcloud - gitweb
LU-11010 tests: remove calls to return after skip() 32/32732/4
authorJames Nunez <jnunez@whamcloud.com>
Tue, 26 Jun 2018 22:30:07 +0000 (16:30 -0600)
committerOleg Drokin <green@whamcloud.com>
Sun, 16 Sep 2018 06:41:57 +0000 (06:41 +0000)
commita72a949be47fc317de5d1cbcde7d79a5dad91e64
treeb1df2af6d338907f85fe3a9bf86ed3270ec701a0
parentecc46547d1277520d12c388112faad9b45732d6c
LU-11010 tests: remove calls to return after skip()

The skip routine now contains a call to exit. All calls
to skip() and skip_env() should be reviewed and calls to
return() that follow skip() should be removed.

This is the third patch in a series that removes calls
to return() after skip() in the Lustre test suites.

Calls to return after skip() are removed for:
large-lun.sh
large-scale.sh
lfsck-performance.sh
lnet-selftest.sh
lustre-rsync-test.sh
mds-survey.sh
metadata-updates.sh

Test-Parameters: trivial testlist=large-lun,large-scale,lfsck-performance,lnet-selftest,lustre-rsync-test,mds-survey,metadata-updates

Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: Id11dc4bbde5824976a5a4d8f94ea59efd45e46f4
Reviewed-on: https://review.whamcloud.com/32732
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/large-lun.sh
lustre/tests/large-scale.sh
lustre/tests/lfsck-performance.sh
lustre/tests/lnet-selftest.sh
lustre/tests/lustre-rsync-test.sh
lustre/tests/mds-survey.sh
lustre/tests/metadata-updates.sh