test/iscsi_target.sh: cleanup includes
Change-Id: I64f91706ec91c49ef26b670764296ce64101225a Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457465 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
This commit is contained in:
parent
fb4ed96728
commit
ef33878dd5
@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
testdir=$(readlink -f $(dirname $0))
|
||||||
|
rootdir=$(readlink -f $testdir/../../..)
|
||||||
|
source $rootdir/test/common/autotest_common.sh
|
||||||
|
source $rootdir/test/iscsi_tgt/common.sh
|
||||||
|
|
||||||
|
rpc_py="$rootdir/scripts/rpc.py -s $testdir/rpc_iscsi.sock"
|
||||||
|
|
||||||
BLK_SIZE=4096
|
BLK_SIZE=4096
|
||||||
RW=randrw
|
RW=randrw
|
||||||
@ -13,7 +19,6 @@ DISKNO="ALL"
|
|||||||
CPUMASK=0x02
|
CPUMASK=0x02
|
||||||
NUM_JOBS=1
|
NUM_JOBS=1
|
||||||
ISCSI_TGT_CM=0x02
|
ISCSI_TGT_CM=0x02
|
||||||
. $(readlink -e "$(dirname $0)/../common.sh")
|
|
||||||
|
|
||||||
# Performance test for iscsi_tgt, run on devices with proper hardware support (target and inititator)
|
# Performance test for iscsi_tgt, run on devices with proper hardware support (target and inititator)
|
||||||
function usage()
|
function usage()
|
||||||
@ -48,10 +53,6 @@ while getopts 'h-:' optchar; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
. $(readlink -e "$(dirname $0)/../../common/autotest_common.sh") || exit 1
|
|
||||||
testdir=$(readlink -f $(dirname $0))
|
|
||||||
rootdir=$(readlink -f $testdir/../../..)
|
|
||||||
|
|
||||||
if [ -z "$TARGET_IP" ]; then
|
if [ -z "$TARGET_IP" ]; then
|
||||||
error "No IP address of iscsi target is given"
|
error "No IP address of iscsi target is given"
|
||||||
fi
|
fi
|
||||||
@ -73,7 +74,6 @@ function ssh_initiator(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
NETMASK=$INITIATOR_IP/32
|
NETMASK=$INITIATOR_IP/32
|
||||||
rpc_py="$rootdir/scripts/rpc.py -s $testdir/rpc_iscsi.sock"
|
|
||||||
iscsi_fio_results="$testdir/perf_output/iscsi_fio.json"
|
iscsi_fio_results="$testdir/perf_output/iscsi_fio.json"
|
||||||
rm -rf $iscsi_fio_results
|
rm -rf $iscsi_fio_results
|
||||||
mkdir -p $testdir/perf_output
|
mkdir -p $testdir/perf_output
|
||||||
|
Loading…
Reference in New Issue
Block a user