Whamcloud - gitweb
LU-11010 tests: remove calls to return after skip() 33/32733/7
authorJames Nunez <jnunez@whamcloud.com>
Tue, 26 Jun 2018 22:45:04 +0000 (16:45 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 23 Oct 2018 05:16:54 +0000 (05:16 +0000)
commite2226ae35978f223bf851dabf15eb6b606da8020
tree58aeaa6b7b00b928347a695de99b6172aca70f26
parent0f2d8154a888e3db0739ebec2279a0cafb6a0afd
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 fourth patch in a series that removes calls
to return after skip() in the Lustre test suites.

Calls to return after skip() are removed for:
mmp.sh
ost-pools.sh
parallel-scale-cifs.sh
parallel-scale-nfs.sh
posix.sh

Test-Parameters: trivial testlist=mmp
Test-Parameters: ostcount=1 osscount=1 testlist=ost-pools
Test-Parameters: mdtfilesystemtype=zfs testlist=posix,mmp
Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: Ib6e4c81069b142652a0c50c339683dca21f03199
Reviewed-on: https://review.whamcloud.com/32733
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Quentin Bouget <quentin.bouget@cea.fr>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/mmp.sh
lustre/tests/ost-pools.sh
lustre/tests/parallel-scale-cifs.sh
lustre/tests/parallel-scale-nfs.sh
lustre/tests/posix.sh