TESTS: Add WRITESAME10 tests to the new testsuite

This commit is contained in:
Ronnie Sahlberg
2013-01-26 09:05:02 -08:00
parent 0f73f062d2
commit f8298d013c
13 changed files with 682 additions and 6 deletions

View File

@@ -112,4 +112,11 @@ void test_write16_0blocks(void);
void test_write16_wrprotect(void);
void test_write16_flags(void);
void test_writesame10_simple(void);
void test_writesame10_beyond_eol(void);
void test_writesame10_0blocks(void);
void test_writesame10_wrprotect(void);
void test_writesame10_unmap(void);
void test_writesame10_unmap_unaligned(void);
#endif /* _ISCSI_TEST_CU_H_ */