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>
diff --git a/android/hikey-v2/template-cts-focused1-v7a.yaml b/android/hikey-v2/template-cts-focused1-v7a.yaml
index c69a37f..b4d16d3 100644
--- a/android/hikey-v2/template-cts-focused1-v7a.yaml
+++ b/android/hikey-v2/template-cts-focused1-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-focused1-v8a.yaml b/android/hikey-v2/template-cts-focused1-v8a.yaml
index 089ab8e..bc614b5 100644
--- a/android/hikey-v2/template-cts-focused1-v8a.yaml
+++ b/android/hikey-v2/template-cts-focused1-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-focused2-v7a.yaml b/android/hikey-v2/template-cts-focused2-v7a.yaml
index ad91577..d7e7684 100644
--- a/android/hikey-v2/template-cts-focused2-v7a.yaml
+++ b/android/hikey-v2/template-cts-focused2-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-focused2-v8a.yaml b/android/hikey-v2/template-cts-focused2-v8a.yaml
index 2bc4519..4f62cd3 100644
--- a/android/hikey-v2/template-cts-focused2-v8a.yaml
+++ b/android/hikey-v2/template-cts-focused2-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-media-v7a.yaml b/android/hikey-v2/template-cts-media-v7a.yaml
index 5e58947..28c5029 100644
--- a/android/hikey-v2/template-cts-media-v7a.yaml
+++ b/android/hikey-v2/template-cts-media-v7a.yaml
@@ -15,8 +15,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-media-v8a.yaml b/android/hikey-v2/template-cts-media-v8a.yaml
index 1e8b7ee..ad206b3 100644
--- a/android/hikey-v2/template-cts-media-v8a.yaml
+++ b/android/hikey-v2/template-cts-media-v8a.yaml
@@ -15,8 +15,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-media2-v7a.yaml b/android/hikey-v2/template-cts-media2-v7a.yaml
index a551476..b5753db 100644
--- a/android/hikey-v2/template-cts-media2-v7a.yaml
+++ b/android/hikey-v2/template-cts-media2-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-media2-v8a.yaml b/android/hikey-v2/template-cts-media2-v8a.yaml
index baede94..1aae502 100644
--- a/android/hikey-v2/template-cts-media2-v8a.yaml
+++ b/android/hikey-v2/template-cts-media2-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-opengl-v7a.yaml b/android/hikey-v2/template-cts-opengl-v7a.yaml
index 3550981..f6bf131 100644
--- a/android/hikey-v2/template-cts-opengl-v7a.yaml
+++ b/android/hikey-v2/template-cts-opengl-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
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 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part1-v7a.yaml b/android/hikey-v2/template-cts-part1-v7a.yaml
index 835a4b1..4aa37e0 100644
--- a/android/hikey-v2/template-cts-part1-v7a.yaml
+++ b/android/hikey-v2/template-cts-part1-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part1-v8a.yaml b/android/hikey-v2/template-cts-part1-v8a.yaml
index a93fc85..45f9f3f 100644
--- a/android/hikey-v2/template-cts-part1-v8a.yaml
+++ b/android/hikey-v2/template-cts-part1-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part2-v7a.yaml b/android/hikey-v2/template-cts-part2-v7a.yaml
index 348308b..ec19d07 100644
--- a/android/hikey-v2/template-cts-part2-v7a.yaml
+++ b/android/hikey-v2/template-cts-part2-v7a.yaml
@@ -15,8 +15,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part2-v8a.yaml b/android/hikey-v2/template-cts-part2-v8a.yaml
index 153b47c..b424ab9 100644
--- a/android/hikey-v2/template-cts-part2-v8a.yaml
+++ b/android/hikey-v2/template-cts-part2-v8a.yaml
@@ -15,8 +15,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part3-v7a.yaml b/android/hikey-v2/template-cts-part3-v7a.yaml
index 8899f55..257e471 100644
--- a/android/hikey-v2/template-cts-part3-v7a.yaml
+++ b/android/hikey-v2/template-cts-part3-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part3-v8a.yaml b/android/hikey-v2/template-cts-part3-v8a.yaml
index ff1631b..23a81bd 100644
--- a/android/hikey-v2/template-cts-part3-v8a.yaml
+++ b/android/hikey-v2/template-cts-part3-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part4-v7a.yaml b/android/hikey-v2/template-cts-part4-v7a.yaml
index 8cd4081..b89244c 100644
--- a/android/hikey-v2/template-cts-part4-v7a.yaml
+++ b/android/hikey-v2/template-cts-part4-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part4-v8a.yaml b/android/hikey-v2/template-cts-part4-v8a.yaml
index 8693d0f..27604a7 100644
--- a/android/hikey-v2/template-cts-part4-v8a.yaml
+++ b/android/hikey-v2/template-cts-part4-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part5-v7a.yaml b/android/hikey-v2/template-cts-part5-v7a.yaml
index 8f3666e..e30e25a 100644
--- a/android/hikey-v2/template-cts-part5-v7a.yaml
+++ b/android/hikey-v2/template-cts-part5-v7a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"
diff --git a/android/hikey-v2/template-cts-part5-v8a.yaml b/android/hikey-v2/template-cts-part5-v8a.yaml
index af9819e..74e0291 100644
--- a/android/hikey-v2/template-cts-part5-v8a.yaml
+++ b/android/hikey-v2/template-cts-part5-v8a.yaml
@@ -13,8 +13,8 @@
     - lkft
 
 secrets:
-    AP_SSID: "${AP_SSID}"
-    AP_KEY: "${AP_KEY}"
+    AP_SSID: "%%AP_SSID%%"
+    AP_KEY: "%%AP_KEY%%"
 
 metadata:
   android.build: "%%ANDROID_META_BUILD%%"