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

Commit cabb934d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Restore fastboot delete-logical-partition command for VTS" am: 01c8eccc

Change-Id: I6667ecf7dafc16f800ca5d5bbb0908ec024a040c
parents 38d2c770 01c8eccc
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