Merge "Restore fastboot delete-logical-partition command for VTS" into android10-tests-dev
This commit is contained in:
commit
2c8ca771e7
1 changed files with 4 additions and 0 deletions
|
|
@ -261,6 +261,10 @@ TEST_F(LogicalPartitionCompliance, CreateResizeDeleteLP) {
|
|||
GTEST_LOG_(INFO) << "Flashing a logical partition..";
|
||||
EXPECT_EQ(fb->FlashPartition(test_partition_name, buf), SUCCESS)
|
||||
<< "flash logical -partition failed";
|
||||
|
||||
GTEST_LOG_(INFO) << "Testing 'fastboot delete-logical-partition' command";
|
||||
EXPECT_EQ(fb->DeletePartition(test_partition_name), SUCCESS)
|
||||
<< "delete logical-partition failed";
|
||||
}
|
||||
|
||||
// Conformance tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue