Whamcloud - gitweb
LU-11010 tests: remove calls to return after skip() 31/32731/3
authorJames Nunez <jnunez@whamcloud.com>
Tue, 26 Jun 2018 16:46:14 +0000 (10:46 -0600)
committerOleg Drokin <green@whamcloud.com>
Mon, 30 Jul 2018 22:24:51 +0000 (22:24 +0000)
commitbf19f7a4fa6970f57bfe922461cfae7a3e80f89c
tree4385c05b9cf6f3a2a261a1b1c65481e648885420
parent8d150d1ca0db1e584511b795c03b5da7a2787b4d
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 followed skip() should be removed.

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

Calls to return after skip() are removed for:
dne_sanity
insanity
obdfilter-survey
sgpdd-survey

Test-Parameters: trivial testlist=dne-sanity,insanity,obdfilter-survey,sgpdd-survey
Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I4b9aeaeddd673dcba371b8340dd635ddeed2b6be
Reviewed-on: https://review.whamcloud.com/32731
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/dne_sanity.sh
lustre/tests/insanity.sh
lustre/tests/obdfilter-survey.sh
lustre/tests/sgpdd-survey.sh