vhost: No longer source autotest_common.sh in common.sh

This is now sourced by each of the individual test scripts.

Change-Id: I0b4982a96455fcb376310658c1f2ad90a1232379
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454495
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Ben Walker 2019-05-10 11:17:16 -07:00 committed by Darek Stojaczyk
parent ad25a95cfa
commit 7ee6f1f8e5

View File

@ -31,15 +31,6 @@ mkdir -p $TEST_DIR
# #
source $BASE_DIR/common/autotest.config source $BASE_DIR/common/autotest.config
# Trace flag is optional, if it wasn't set earlier - disable it after sourcing
# autotest_common.sh
if [[ $- =~ x ]]; then
source $SPDK_BUILD_DIR/test/common/autotest_common.sh
else
source $SPDK_BUILD_DIR/test/common/autotest_common.sh
set +x
fi
function message() function message()
{ {
if ! $SPDK_VHOST_VERBOSE; then if ! $SPDK_VHOST_VERBOSE; then