LU-14264 tests: make PARALLEL available to all suites
The PARALLEL environment variable is checked and a default
value is set in the sanity test suite, but recovery-small
also uses PARALLEL and does not check/initialize it.
Move check and set the PARALLEL environment variable to a
default value in the init_test_env() routine in
test-framework.sh.
Fixes:
688d5da6a89 (“LU-12846 mdd: return error while delete failed”)
Fixes:
26e8f1137b8 (“LU-13116 mgc: do not lose sptlrpc config lock”)
Test-Parameters: trivial testlist=sanity,recovery-small
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: If773e2ea7300056a0ef00a2cb24e13e20a971bd6
Reviewed-on: https://review.whamcloud.com/44763
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>