Loading
test/nvmf: fix test/nvmf/nvme_cli/nvme_cli.sh
We need to sleep for a small amount of time after the ./nvme connect since the connection will not appear immediately. Remove unnecessary sed commands - this script did not modify spdk.conf before running these tests, so it shouldn't be modifying spdk.conf afterwards. "kill SIGINT" is not valid - a process ID must be specified. Just exit with error instead. Also clean up a typo. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I03b659844c8cfb301b734586eb84b18fc665dc01 Reviewed-on: https://review.gerrithub.io/423743 Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Seth Howell <seth.howell5141@gmail.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>