test: delete all iscsi.conf.* and iscsi.conf files.

Change-Id: I232eff9099bd6c39206004c72783bfd25d1b9f26
Signed-off-by: chenlo2x <longx.o.chen@intel.com>
Reviewed-on: https://review.gerrithub.io/398554
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
chenlo2x 2018-02-06 14:41:38 +08:00 committed by Daniel Verkamp
parent 6cfdeefe23
commit 79beab1686

View File

@ -10,7 +10,7 @@ if [[ -z "$pid" ]]; then
fi
# delete any existing temporary iscsi.conf files
rm -f /tmp/iscsi.conf.*
rm -f /tmp/iscsi.conf*
kill -USR1 "$pid"