Restore fastboot delete-logical-partition command for VTS am: 65e8e3803e

Change-Id: Ia2af9b5c733538b1e2a82a286514657b4bb47b80
This commit is contained in:
yongcheol.lee 2020-04-30 23:35:31 +00:00 committed by Automerger Merge Worker
commit 221de15b07
1 changed files with 4 additions and 0 deletions

View File

@ -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