aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-03-05 20:00:12 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-03-08 11:26:37 +0000
commitddd7f9ba27bcd523ff24d0bfa57b5640b4d9eb36 (patch)
tree4bca0b210c105c7385fdaffcb4c4d370ef5247a4
parent318d7e08e1a43a2fec2c21a921bada3b55c3eb4b (diff)
android/hikey-v2/template-cts*: add suppport for wifi connection
add the secrets section to specify WIFI AP and key word Change-Id: Ief693f34397a2b7b936189d75b1c5cac786f5996 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--android/hikey-v2/template-cts-focused1-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-focused1-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-focused2-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-focused2-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-media-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-media-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-media2-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-media2-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-opengl-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-opengl-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part1-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part1-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part2-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part2-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part3-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part3-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part4-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part4-v8a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part5-v7a.yaml4
-rw-r--r--android/hikey-v2/template-cts-part5-v8a.yaml4
20 files changed, 80 insertions, 0 deletions
diff --git a/android/hikey-v2/template-cts-focused1-v7a.yaml b/android/hikey-v2/template-cts-focused1-v7a.yaml
index cc79c07..c69a37f 100644
--- a/android/hikey-v2/template-cts-focused1-v7a.yaml
+++ b/android/hikey-v2/template-cts-focused1-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-focused1-v8a.yaml b/android/hikey-v2/template-cts-focused1-v8a.yaml
index d146f37..089ab8e 100644
--- a/android/hikey-v2/template-cts-focused1-v8a.yaml
+++ b/android/hikey-v2/template-cts-focused1-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-focused2-v7a.yaml b/android/hikey-v2/template-cts-focused2-v7a.yaml
index 6d2c955..ad91577 100644
--- a/android/hikey-v2/template-cts-focused2-v7a.yaml
+++ b/android/hikey-v2/template-cts-focused2-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-focused2-v8a.yaml b/android/hikey-v2/template-cts-focused2-v8a.yaml
index 008ab60..2bc4519 100644
--- a/android/hikey-v2/template-cts-focused2-v8a.yaml
+++ b/android/hikey-v2/template-cts-focused2-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-media-v7a.yaml b/android/hikey-v2/template-cts-media-v7a.yaml
index 649d66e..5e58947 100644
--- a/android/hikey-v2/template-cts-media-v7a.yaml
+++ b/android/hikey-v2/template-cts-media-v7a.yaml
@@ -14,6 +14,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-media-v8a.yaml b/android/hikey-v2/template-cts-media-v8a.yaml
index 055b814..1e8b7ee 100644
--- a/android/hikey-v2/template-cts-media-v8a.yaml
+++ b/android/hikey-v2/template-cts-media-v8a.yaml
@@ -14,6 +14,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-media2-v7a.yaml b/android/hikey-v2/template-cts-media2-v7a.yaml
index 1ba211e..a551476 100644
--- a/android/hikey-v2/template-cts-media2-v7a.yaml
+++ b/android/hikey-v2/template-cts-media2-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-media2-v8a.yaml b/android/hikey-v2/template-cts-media2-v8a.yaml
index 4931e8a..baede94 100644
--- a/android/hikey-v2/template-cts-media2-v8a.yaml
+++ b/android/hikey-v2/template-cts-media2-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-opengl-v7a.yaml b/android/hikey-v2/template-cts-opengl-v7a.yaml
index 1b25c36..3550981 100644
--- a/android/hikey-v2/template-cts-opengl-v7a.yaml
+++ b/android/hikey-v2/template-cts-opengl-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-opengl-v8a.yaml b/android/hikey-v2/template-cts-opengl-v8a.yaml
index c97bc91..5d84dba 100644
--- a/android/hikey-v2/template-cts-opengl-v8a.yaml
+++ b/android/hikey-v2/template-cts-opengl-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part1-v7a.yaml b/android/hikey-v2/template-cts-part1-v7a.yaml
index e5e6e44..835a4b1 100644
--- a/android/hikey-v2/template-cts-part1-v7a.yaml
+++ b/android/hikey-v2/template-cts-part1-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part1-v8a.yaml b/android/hikey-v2/template-cts-part1-v8a.yaml
index d784571..a93fc85 100644
--- a/android/hikey-v2/template-cts-part1-v8a.yaml
+++ b/android/hikey-v2/template-cts-part1-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part2-v7a.yaml b/android/hikey-v2/template-cts-part2-v7a.yaml
index 71dcf92..348308b 100644
--- a/android/hikey-v2/template-cts-part2-v7a.yaml
+++ b/android/hikey-v2/template-cts-part2-v7a.yaml
@@ -14,6 +14,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part2-v8a.yaml b/android/hikey-v2/template-cts-part2-v8a.yaml
index 2bffceb..153b47c 100644
--- a/android/hikey-v2/template-cts-part2-v8a.yaml
+++ b/android/hikey-v2/template-cts-part2-v8a.yaml
@@ -14,6 +14,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part3-v7a.yaml b/android/hikey-v2/template-cts-part3-v7a.yaml
index 5e68623..8899f55 100644
--- a/android/hikey-v2/template-cts-part3-v7a.yaml
+++ b/android/hikey-v2/template-cts-part3-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part3-v8a.yaml b/android/hikey-v2/template-cts-part3-v8a.yaml
index 1d86323..ff1631b 100644
--- a/android/hikey-v2/template-cts-part3-v8a.yaml
+++ b/android/hikey-v2/template-cts-part3-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part4-v7a.yaml b/android/hikey-v2/template-cts-part4-v7a.yaml
index cb1dd1b..8cd4081 100644
--- a/android/hikey-v2/template-cts-part4-v7a.yaml
+++ b/android/hikey-v2/template-cts-part4-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part4-v8a.yaml b/android/hikey-v2/template-cts-part4-v8a.yaml
index e445898..8693d0f 100644
--- a/android/hikey-v2/template-cts-part4-v8a.yaml
+++ b/android/hikey-v2/template-cts-part4-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part5-v7a.yaml b/android/hikey-v2/template-cts-part5-v7a.yaml
index 54a567a..8f3666e 100644
--- a/android/hikey-v2/template-cts-part5-v7a.yaml
+++ b/android/hikey-v2/template-cts-part5-v7a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"
diff --git a/android/hikey-v2/template-cts-part5-v8a.yaml b/android/hikey-v2/template-cts-part5-v8a.yaml
index 5935cae..af9819e 100644
--- a/android/hikey-v2/template-cts-part5-v8a.yaml
+++ b/android/hikey-v2/template-cts-part5-v8a.yaml
@@ -12,6 +12,10 @@ visibility:
group:
- lkft
+secrets:
+ AP_SSID: "${AP_SSID}"
+ AP_KEY: "${AP_KEY}"
+
metadata:
android.build: "%%ANDROID_META_BUILD%%"
android.name: "%%ANDROID_META_NAME%%"