As discussed in v2, the tests are only valid for tcp, rdma and fc transport. Thus I updated the requires section accordingly. Also addressed the typo and missing quotes. Signed-off-by: Daniel Wagner <wagi@xxxxxxxxxx> --- Changes in v3: - Fixed typo in requires section - limit tests to tcp, rdma and fc transport - added missing quotes - Link to v2: https://patch.msgid.link/20250408-test-target-v2-0-e9e2512586f8@xxxxxxxxxx Changes in v2: - fixes shellcheck warnings - removed dead code - reworded comments - updated requires section - moved nvmf_wait_for_state to common code - collected tags - Link to v1: https://lore.kernel.org/r/20250318-test-target-v1-0-01e01142cf2b@xxxxxxxxxx --- Daniel Wagner (4): common/nvme: add debug nvmet path variable common/nvme: move nvmf_wait_for_state to common code nvme/060: add test nvme fabrics target resetting during I/O nvme/061: add test teardown and setup fabrics target during I/O common/nvme | 29 ++++++++++++++++++++++++ tests/nvme/048 | 31 ++----------------------- tests/nvme/060 | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/nvme/060.out | 2 ++ tests/nvme/061 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/nvme/061.out | 21 +++++++++++++++++ 6 files changed, 182 insertions(+), 29 deletions(-) --- base-commit: 236edfd5d892f0abb0747f2668d1b9734349e2f6 change-id: 20250318-test-target-0d63599d94b0 Best regards, -- Daniel Wagner <wagi@xxxxxxxxxx>