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 <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455092 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
45e17cb242
commit
6be900dae8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user