tests: add WRITESAME data verification tests
Based on the corresponding simple tests. Issue a WRITESAME request and confirm that the data written matches the data read back. Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
@@ -272,6 +272,7 @@ void test_writesame10_unmap(void);
|
||||
void test_writesame10_unmap_unaligned(void);
|
||||
void test_writesame10_unmap_until_end(void);
|
||||
void test_writesame10_unmap_vpd(void);
|
||||
void test_writesame10_check(void);
|
||||
|
||||
void test_writesame16_simple(void);
|
||||
void test_writesame16_beyond_eol(void);
|
||||
@@ -281,6 +282,7 @@ void test_writesame16_unmap(void);
|
||||
void test_writesame16_unmap_unaligned(void);
|
||||
void test_writesame16_unmap_until_end(void);
|
||||
void test_writesame16_unmap_vpd(void);
|
||||
void test_writesame16_check(void);
|
||||
|
||||
void test_writeverify10_simple(void);
|
||||
void test_writeverify10_beyond_eol(void);
|
||||
|
||||
Reference in New Issue
Block a user