summaryrefslogtreecommitdiff
path: root/automated/android
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android')
-rwxr-xr-xautomated/android/boottime/boottime.sh6
-rw-r--r--automated/android/boottime/boottime.yaml5
2 files changed, 9 insertions, 2 deletions
diff --git a/automated/android/boottime/boottime.sh b/automated/android/boottime/boottime.sh
index 2d271c7..bc70088 100755
--- a/automated/android/boottime/boottime.sh
+++ b/automated/android/boottime/boottime.sh
@@ -28,6 +28,12 @@ done
initialize_adb
wait_boot_completed "${BOOT_TIMEOUT}"
+
+# call disablesuspend.sh if it exists
+if adb_shell_which disablesuspend.sh; then
+ adb shell /system/bin/disablesuspend.sh
+fi
+
create_out_dir "${OUTPUT}"
install_deps 'curl tar xz-utils' "${SKIP_INSTALL}"
diff --git a/automated/android/boottime/boottime.yaml b/automated/android/boottime/boottime.yaml
index 51bc5df..1f67b38 100644
--- a/automated/android/boottime/boottime.yaml
+++ b/automated/android/boottime/boottime.yaml
@@ -26,8 +26,9 @@ params:
OPERATION: "COLLECT"
COLLECT_NO: "1"
# Specify url and token for file uploading.
- URL: "https://archive.validation.linaro.org/artifacts/team/qa/"
- TOKEN: "4373c97b474497dbd12373689d7d492e"
+ #URL: "https://archive.validation.linaro.org/artifacts/team/qa/"
+ URL: "http://archive.validation.linaro.org/artifacts/pub/"
+ TOKEN: ""
run:
steps: