summaryrefslogtreecommitdiff
path: root/automated/android/cts/cts.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/cts/cts.yaml')
-rw-r--r--automated/android/cts/cts.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/automated/android/cts/cts.yaml b/automated/android/cts/cts.yaml
index 74e65cf..d12e149 100644
--- a/automated/android/cts/cts.yaml
+++ b/automated/android/cts/cts.yaml
@@ -17,8 +17,8 @@ params:
SKIP_INSTALL: "false"
# Specify timeout in seconds for wait_boot_completed and wait_homescreen.
TIMEOUT: "300"
- # Specify adb device SN if more then one device connected.
- SN: ""
+ # Specify adb device serial no. if more then one device connected.
+ ANDROID_SERIAL: ""
JDK: "openjdk-8-jdk-headless"
# Download CTS package or copy it from local disk.
# CTS_URL: "/root/android-cts/linaro/7.1_r1/android-cts-7.1_r1.zip"
@@ -30,7 +30,7 @@ params:
run:
steps:
- cd ./automated/android/cts
- - ./cts.sh -s "${SKIP_INSTALL}" -o "${TIMEOUT}" -n "${SN}" -d "${JDK}" -c "${CTS_URL}" -t "${TEST_PARAMS}"
+ - ./cts.sh -s "${SKIP_INSTALL}" -o "${TIMEOUT}" -n "${ANDROID_SERIAL}" -d "${JDK}" -c "${CTS_URL}" -t "${TEST_PARAMS}"
# Upload test log and result files to artifactorial.
- cp -r ./android-cts/results ./output/ || true
- cp -r ./android-cts/logs ./output/ || true