Loading
test/nvmf: fix some nvme_cli.sh test issues
1) remove unnecessary disconnect for cnode2 - this subsystem doesn't exist (and the || true was hiding the failure 2) remove || true from the cnode1 disconnect 3) remove extra spaces when assigning nvme_model - maybe these spaces are OK on some versions of bash, but when I run this locally this doesn't work at all 4) remove trailing spaces from model returned by identify data before comparison Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: If3dd7ddc2ba44fc880e5b398b5fe0922b6637b80 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454689 Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Seth Howell <seth.howell5141@gmail.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>