TESTS: Add tests that get_lba_status for a single range works
Add a test for unmapping a single range of blocks and that get_lba_status returns correct data. Test unmapping a single block at offsets 0-255 Test unmapping 1-255 blocks at offset 0 and verify that get_lba_status at LBA 0 returns a descriptor of 1-255 blocks. get_lba_status at the last block of the unmapped range returns a descriptor for a single block. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
@@ -57,6 +57,7 @@ void test_compareandwrite_miscompare(void);
|
||||
|
||||
void test_get_lba_status_simple(void);
|
||||
void test_get_lba_status_beyond_eol(void);
|
||||
void test_get_lba_status_unmap_single(void);
|
||||
|
||||
void test_inquiry_alloc_length(void);
|
||||
void test_inquiry_block_limits(void);
|
||||
|
||||
Reference in New Issue
Block a user