aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-10-17 22:58:47 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-10-18 18:54:26 +0800
commit325eeedf46801e1439ffe2a1d799517b01824cde (patch)
tree24d82fadfafaffd64328c2d7b56a70e6f2c060c7 /android
parent5cdd719e3f2d6323e5680267fba9056f3cf586ff (diff)
android hikey-v2: collect memory info for both 1st boot and 2nd boot
also fix typo in boottime template Change-Id: I6b9ff1867c413c1b665596a9ed0fe1241293ed72 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/hikey-v2/template-boottime.yaml2
-rw-r--r--android/hikey-v2/template.yaml23
2 files changed, 23 insertions, 2 deletions
diff --git a/android/hikey-v2/template-boottime.yaml b/android/hikey-v2/template-boottime.yaml
index 5892128..ec34319 100644
--- a/android/hikey-v2/template-boottime.yaml
+++ b/android/hikey-v2/template-boottime.yaml
@@ -112,7 +112,7 @@ actions:
timeout:
minutes: 300
definitions:
- - repository: https://git.linaro.org/people/yongqin.liu/public/test-definitions.git
+ - repository: https://git.linaro.org/qa/test-definitions.git
from: git
path: automated/android/boottime/boottime.yaml
name: first-boot-ignored
diff --git a/android/hikey-v2/template.yaml b/android/hikey-v2/template.yaml
index b5b74ed..d619124 100644
--- a/android/hikey-v2/template.yaml
+++ b/android/hikey-v2/template.yaml
@@ -115,7 +115,7 @@ actions:
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
path: automated/android/meminfo/meminfo.yaml
- name: meminfo
+ name: meminfo-first
- repository: https://git.linaro.org/qa/test-definitions.git
from: git
path: automated/android/busybox/busybox.yaml
@@ -132,3 +132,24 @@ actions:
from: git
path: automated/android/tjbench/tjbench.yaml
name: tjbench
+
+- boot:
+ namespace: droid
+ connection: serial
+ prompts:
+ - 'root@(.*):/#'
+ - 'hikey:/'
+ timeout:
+ minutes: 15
+ method: fastboot
+
+- test:
+ namespace: tlxc
+ connection: lxc
+ timeout:
+ minutes: 15
+ definitions:
+ - repository: https://git.linaro.org/qa/test-definitions.git
+ from: git
+ path: automated/android/meminfo/meminfo.yaml
+ name: meminfo-second