Ferrochrome: Use base image for booting test
This reduces download amount by 66% (from 1.5G to 550MB),
so expected to improve test runtime and increase stability.
Plus, added --test param for backward compatibility.
Bug: 353663791
Test: Run locally with tangorpro
Change-Id: I139851dcb5fce5774944f4df99a214ab8992ce96
diff --git a/tests/ferrochrome/AndroidTest.xml b/tests/ferrochrome/AndroidTest.xml
index 8053674..9eaaed3 100644
--- a/tests/ferrochrome/AndroidTest.xml
+++ b/tests/ferrochrome/AndroidTest.xml
@@ -34,7 +34,7 @@
<option name="throw-if-cmd-fail" value="false" />
<option name="run-command" value="mkdir /data/local/tmp" />
<option name="teardown-command" value="pkill vmlauncher" />
- <option name="teardown-command" value="rm /data/local/tmp/chromiumos_test_image.bin" />
+ <option name="teardown-command" value="rm /data/local/tmp/chromiumos_base_image.bin" />
</target_preparer>
<test class="com.android.tradefed.testtype.binary.ExecutableHostTest" >