aboutsummaryrefslogtreecommitdiff
path: root/android/hikey-v2/template-cts-opengl-v8a.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-03-08 22:03:12 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-03-08 22:03:12 +0800
commit7665531f84746c60e6ce67c750f57fc68d299ee2 (patch)
tree0d353c90585617c067db5e70e39058ad0579f28a /android/hikey-v2/template-cts-opengl-v8a.yaml
parentddd7f9ba27bcd523ff24d0bfa57b5640b4d9eb36 (diff)
hikey-v2 cts template: fix the WIFI AP infor place holder
The templates here will be used by post-build-lava.py, and need to use %%%% place holders Change-Id: I2076df9e205a7697acae7a423b673a766408768a Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android/hikey-v2/template-cts-opengl-v8a.yaml')
-rw-r--r--android/hikey-v2/template-cts-opengl-v8a.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/hikey-v2/template-cts-opengl-v8a.yaml b/android/hikey-v2/template-cts-opengl-v8a.yaml
index 5d84dba..098f7b5 100644
--- a/android/hikey-v2/template-cts-opengl-v8a.yaml
+++ b/android/hikey-v2/template-cts-opengl-v8a.yaml
@@ -13,8 +13,8 @@ visibility:
- lkft
secrets:
- AP_SSID: "${AP_SSID}"
- AP_KEY: "${AP_KEY}"
+ AP_SSID: "%%AP_SSID%%"
+ AP_KEY: "%%AP_KEY%%"
metadata:
android.build: "%%ANDROID_META_BUILD%%"