Closed nvenkataddn closed 3 years ago
Please submit a pull request instead of submitting patches as an attachment.
I have submitted a pull request at #355. Also created a patch for the 1.19 branch since the patch for master does not work with 1.19. patch_inq_bdc_1.19.txt
In the iscsi-test-cu.c, inquiry is being issued with block device characteristics page and if the command fails with any error other than invalid opcode, it causes a test failure. However, block device characteristics page is an optional command and the target may not be supporting this inquiry. So as a fix moved the test out of the main test code and made it part of the inquiry test suites. patch_inq_bdc.txt