summaryrefslogtreecommitdiff
path: root/tests/kernel.config/AndroidTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kernel.config/AndroidTest.xml')
-rw-r--r--tests/kernel.config/AndroidTest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/kernel.config/AndroidTest.xml b/tests/kernel.config/AndroidTest.xml
index 1e50e0a6..df7aa49b 100644
--- a/tests/kernel.config/AndroidTest.xml
+++ b/tests/kernel.config/AndroidTest.xml
@@ -23,5 +23,8 @@
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp" />
<option name="module-name" value="CtsKernelConfigTestCases" />
+ <!-- Make sure there is some data in the pstore -->
+ <option name="before-test-cmd" value="echo HELLOWORLD >/dev/pmsg0" />
+ <option name="reboot-before-test" value="true" />
</test>
</configuration>