test/nvmf remove unnecessary line from filesystem.sh
remove 'rm -f /tmp/nvmf.conf' as conf file is no longer used in this test. Change-Id: I4889f10df05acdbecea148907f258d5f2925fe7d Signed-off-by: Pawel Niedzwiecki <pawelx.niedzwiecki@intel.com> Reviewed-on: https://review.gerrithub.io/420364 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
f4ba32fcda
commit
967ca457d0
@ -87,6 +87,4 @@ for incapsule in 0 4096; do
|
||||
killprocess $nvmfpid
|
||||
done
|
||||
|
||||
rm -f /tmp/nvmf.conf
|
||||
|
||||
timing_exit fs_test
|
||||
|
Loading…
Reference in New Issue
Block a user