From: Alan Adamson Date: Wed, 16 Nov 2022 22:39:45 +0000 (-0800) Subject: tests/nvme/039: Remove passthrough command tests X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=068bd2afefcea44c2dc2d08428e2316b85f65fde;p=users%2Fsagi%2Fblktests.git tests/nvme/039: Remove passthrough command tests Commit d7ac8dca938c ("nvme: quiet user passthrough command errors") disabled error logging for passthrough commands so the associated tests should be removed. When an error logging opt-in mechanism for passthrough commands is provided, the tests can be added back. Signed-off-by: Alan Adamson Reviewed-by: Chaitanya Kulkarni Signed-off-by: Shin'ichiro Kawasaki --- diff --git a/tests/nvme/039 b/tests/nvme/039 index e175055..11d6d24 100755 --- a/tests/nvme/039 +++ b/tests/nvme/039 @@ -143,9 +143,6 @@ test_device() { inject_invalid_status_on_read "${ns_dev}" inject_write_fault_on_write "${ns_dev}" - inject_access_denied_on_identify "${ctrl_dev}" - inject_invalid_admin_cmd "${ctrl_dev}" - _nvme_err_inject_cleanup "${ns_dev}" "${ctrl_dev}" echo "Test complete" diff --git a/tests/nvme/039.out b/tests/nvme/039.out index 162935e..139070d 100644 --- a/tests/nvme/039.out +++ b/tests/nvme/039.out @@ -2,6 +2,4 @@ Running nvme/039 Read(0x2) @ LBA 0, 1 blocks, Unrecovered Read Error (sct 0x2 / sc 0x81) DNR Read(0x2) @ LBA 0, 1 blocks, Unknown (sct 0x3 / sc 0x75) DNR Write(0x1) @ LBA 0, 1 blocks, Write Fault (sct 0x2 / sc 0x80) DNR - Identify(0x6), Access Denied (sct 0x2 / sc 0x86) DNR - Unknown(0x96), Invalid Command Opcode (sct 0x0 / sc 0x1) DNR Test complete