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:
parent
6cfdeefe23
commit
79beab1686
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user