summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi-Yo Chiang <yochiang@google.com>2022-08-04 23:40:16 +0800
committerYi-Yo Chiang <yochiang@google.com>2022-08-05 02:36:27 +0800
commit4f82a54b82092c5810cc67216cdfa3271ccf3b24 (patch)
treee335bff8beeece4152301cc0323bbf14638b0856
parentff9a13dcbfcd31b8b302ffc62bd82682156a86e0 (diff)
downloadgsid-4f82a54b82092c5810cc67216cdfa3271ccf3b24.tar.gz
DSUEndtoEndTest: Remove deprecated option '--userdata_size'
Bug: 240389742 Test: DSUEndtoEndTest Change-Id: I5b19405c348525cd65ed5a043b20f97c4ca0bd82
-rw-r--r--tests/DSUEndtoEndTest.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/DSUEndtoEndTest.java b/tests/DSUEndtoEndTest.java
index 8e464f2..79799bf 100644
--- a/tests/DSUEndtoEndTest.java
+++ b/tests/DSUEndtoEndTest.java
@@ -51,12 +51,6 @@ public class DSUEndtoEndTest extends DsuTestBase {
importance=Importance.ALWAYS)
private String mSystemImagePath;
- @Option(name="userdata_size",
- shortName='u',
- description="size in bytes of the new userdata partition",
- importance=Importance.ALWAYS)
- private long mUserdataSize = kDefaultUserdataSize;
-
private File mUnsparseSystemImage;
@After
@@ -123,7 +117,7 @@ public class DSUEndtoEndTest extends DsuTestBase {
"gsi_tool install --userdata-size %d"
+ " --gsi-size %d"
+ " && sleep 10000000",
- getDsuUserdataSize(mUserdataSize), gsi.length()),
+ getDsuUserdataSize(kDefaultUserdataSize), gsi.length()),
gsi,
null,
10,