e351dca373
The former will force Bash to complain if $ip consists of more than one ip address. E.g.: 1:08:55 # '[' -z 192.168.121.37 192.168.121.36 ']' line 104: [: 192.168.121.37: binary operator expected The alternative is to properly quote the $ip inside [, however, [[ is always the safest approach. Change-Id: Iced7319a106ce35a183840984aa6e6e1e52caa16 Signed-off-by: Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4478 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
||
---|---|---|
.. | ||
host | ||
target | ||
common.sh | ||
nvmf.sh | ||
README.md |
NVMe-oF test scripts
The test scripts in this directory hierarchy can be run in isolation by passing the --iso flag when running the test script. This will set up the RDMA NIC for testing and then tear it back down again when the test is completed.