From 6be900dae8de4aaedb4ed593db79125f340a68c7 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Mon, 20 May 2019 14:51:54 +0200 Subject: [PATCH] test/vhost: remove sourcing from integrity_vm.sh We do not need these lines in this script as it is meant to run as standalone in a spawned VM. Change-Id: I172227b6a7c6271d082f21677f13f2ce810fcfcf Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455092 Reviewed-by: Tomasz Zawadzki Reviewed-by: Pawel Kaminski Reviewed-by: Jim Harris Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins --- test/vhost/integrity/integrity_vm.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/vhost/integrity/integrity_vm.sh b/test/vhost/integrity/integrity_vm.sh index e1716d181..8082f6bec 100755 --- a/test/vhost/integrity/integrity_vm.sh +++ b/test/vhost/integrity/integrity_vm.sh @@ -1,11 +1,6 @@ #!/usr/bin/env bash set -xe -testdir=$(readlink -f $(dirname $0)) -rootdir=$(readlink -f $testdir/../../..) -source $rootdir/test/common/autotest_common.sh -source $rootdir/test/vhost/common.sh - MAKE="make -j$(( $(nproc) * 2 ))" if [[ $1 == "spdk_vhost_scsi" ]]; then