Add tests that BlockLimits VPD matches the AtomicWrite16 support

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-09-09 06:48:49 -07:00
parent 80b81772e2
commit b4cdf07271
5 changed files with 107 additions and 6 deletions

View File

@@ -385,6 +385,7 @@ static CU_TestInfo tests_writeatomic16[] = {
{ (char *)"ZeroBlocks", test_writeatomic16_0blocks },
{ (char *)"WriteProtect", test_writeatomic16_wrprotect },
{ (char *)"DpoFua", test_writeatomic16_dpofua },
{ (char *)"VPD", test_writeatomic16_vpd },
CU_TEST_INFO_NULL
};