TESTS: Add tests that WRITE10/12/16 handle residuals correctly
Also test that IF the iSCSI layer provides 2 blocks of DATA-OUT but the SCSI WRITE* command only covers one single block, then only the first block will be modified but not the second block.
This commit is contained in:
@@ -173,18 +173,21 @@ void test_write10_beyond_eol(void);
|
||||
void test_write10_0blocks(void);
|
||||
void test_write10_wrprotect(void);
|
||||
void test_write10_flags(void);
|
||||
void test_write10_residuals(void);
|
||||
|
||||
void test_write12_simple(void);
|
||||
void test_write12_beyond_eol(void);
|
||||
void test_write12_0blocks(void);
|
||||
void test_write12_wrprotect(void);
|
||||
void test_write12_flags(void);
|
||||
void test_write12_residuals(void);
|
||||
|
||||
void test_write16_simple(void);
|
||||
void test_write16_beyond_eol(void);
|
||||
void test_write16_0blocks(void);
|
||||
void test_write16_wrprotect(void);
|
||||
void test_write16_flags(void);
|
||||
void test_write16_residuals(void);
|
||||
|
||||
void test_writesame10_simple(void);
|
||||
void test_writesame10_beyond_eol(void);
|
||||
|
||||
Reference in New Issue
Block a user