android hikey-v2 boottime: skip the first boot
we don't like to collect the boot time information
for the first time boot at the moment, so boot it to
homescreen and reboot to skip it
Change-Id: I0200d176914c0bde977a349157523d6b06d7afe6
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
diff --git a/android/hikey-v2/template-boottime.yaml b/android/hikey-v2/template-boottime.yaml
index 4fbd109..5892128 100644
--- a/android/hikey-v2/template-boottime.yaml
+++ b/android/hikey-v2/template-boottime.yaml
@@ -112,6 +112,30 @@
timeout:
minutes: 300
definitions:
+ - repository: https://git.linaro.org/people/yongqin.liu/public/test-definitions.git
+ from: git
+ path: automated/android/boottime/boottime.yaml
+ name: first-boot-ignored
+ params:
+ OPERATION: COLLECT
+ COLLECT_NO: "0"
+
+- boot:
+ namespace: droid
+ connection: serial
+ prompts:
+ - 'root@(.*):/#'
+ - 'hikey:/'
+ timeout:
+ minutes: 15
+ method: fastboot
+
+- test:
+ namespace: tlxc
+ connection: lxc
+ timeout:
+ minutes: 300
+ definitions:
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
path: automated/android/boottime/boottime.yaml