Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 221de15b authored by yongcheol.lee's avatar yongcheol.lee Committed by Automerger Merge Worker
Browse files

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

Change-Id: Ia2af9b5c733538b1e2a82a286514657b4bb47b80
parents 45339b23 65e8e380
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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