Fixes dumpstate_smoke_test failed
- Adds test configuration xml file for the dumpstate_smoke_test.
- Removes the maximum file size verification for dumped files.
- Extends expected completion time to 5 minutes.
Bug: 159685871
Test: atest dumpstate_smoke_test
Change-Id: I312678371603e4b08d2d26a893d8d327e432ef78
Merged-In: I312678371603e4b08d2d26a893d8d327e432ef78
(cherry picked from commit 34aaf4f421a7bdbd294531b71908372f7fb8bc46)
diff --git a/cmds/dumpstate/Android.bp b/cmds/dumpstate/Android.bp
index ead491e..4058934 100644
--- a/cmds/dumpstate/Android.bp
+++ b/cmds/dumpstate/Android.bp
@@ -152,6 +152,8 @@
"tests/dumpstate_smoke_test.cpp",
],
static_libs: ["libgmock"],
+ test_config: "dumpstate_smoke_test.xml",
+ test_suites: ["device-tests"],
}