numam-spdk/test/iscsi_tgt
Michal Berger 742f04b3f7 check_format: Fixes for shellcheck's SC2251 directive
SC2251: This ! is not on a condition and skips errexit.
        Use && exit 1 instead, or make sure $? is checked.

This is critical since our test suites heavily depend on errexit
to catch all abnormal conditions. Replace ! foo ... with a call to
NOT() wherever possible. For the test/ocf pieces, use [[ ]] instead
to define the condition for the existance of the ocf bdev.

Signed-off-by: Michal Berger <michalx.berger@intel.com>
Change-Id: Ied3f99b9f1dc0594e4aef64fc21e51498f19ac23
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8504
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2021-06-30 22:43:05 +00:00
..
bdev_io_wait test/iscsi: remove VPP tests 2020-08-17 08:19:46 +00:00
calsoft iscsi: Add DataSequenceInOrder in discovery_ignored_param 2020-06-11 19:51:04 +00:00
digests autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
ext4test script/gen_nvme: do not generate legacy configuration 2020-10-22 17:08:41 +00:00
filesystem test/iscsi: remove VPP tests 2020-08-17 08:19:46 +00:00
fio autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
fuzz test/iscsi: remove VPP tests 2020-08-17 08:19:46 +00:00
initiator test/iscsi: remove VPP tests 2020-08-17 08:19:46 +00:00
ip_migration autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
login_redirection autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
lvol autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
multiconnection autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
nvme_remote autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
perf script/gen_nvme: do not generate legacy configuration 2020-10-22 17:08:41 +00:00
pmem autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
qos autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
rbd rbd/rpc: Add a rpc call to get the info of the clusters. 2021-05-26 09:21:48 +00:00
reset autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
rpc_config check_format: Fixes for shellcheck's SC2251 directive 2021-06-30 22:43:05 +00:00
sock test/iscsi: remove VPP tests 2020-08-17 08:19:46 +00:00
trace_record autotest: Replace fio.py with a bash wrapper in tests 2021-05-12 08:48:10 +00:00
common.sh test: add bdev_wait_for_examine to static JSON configs 2021-05-13 10:07:07 +00:00
iscsi_tgt.sh test/iscsi_tgt: Test login redirection 2020-08-31 15:22:44 +00:00