Add persist to CopyEfsTest

Change-Id: I8e12b0ac5e529e15697f35b88ac8b43c798fedd1
Test: atest CopyEfsTest
Flag: TEST_ONLY
Bug: 352567354
This commit is contained in:
Steven Moreland 2024-07-12 21:21:48 +00:00 committed by Daniel Rosenberg
parent 069a8098b3
commit 175979b0ca

View file

@ -56,6 +56,7 @@ public class CopyEfsTest extends BaseHostJUnit4Test {
testDumpF2FS("efs"); testDumpF2FS("efs");
testDumpF2FS("efs_backup"); testDumpF2FS("efs_backup");
testDumpF2FS("modem_userdata"); testDumpF2FS("modem_userdata");
testDumpF2FS("persist");
} }
private void testDumpF2FS(String name) throws Exception { private void testDumpF2FS(String name) throws Exception {