summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2020-08-12 22:35:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-08-12 22:35:47 +0000
commitb0aa5f1852b5864799e50fcd485cc382c9b592fa (patch)
treee2293f0f86c34d0842e5f019ac1288ccbde994c7 /test
parent6ac8a0c9b01b9a4b65e5926814d399f13981902f (diff)
parent68e1198375c34d165848cd69a35060b0684e3958 (diff)
downloadlibvpx-b0aa5f1852b5864799e50fcd485cc382c9b592fa.tar
libvpx-b0aa5f1852b5864799e50fcd485cc382c9b592fa.tar.gz
libvpx-b0aa5f1852b5864799e50fcd485cc382c9b592fa.tar.bz2
libvpx-b0aa5f1852b5864799e50fcd485cc382c9b592fa.zip
Merge "test/*: use canonical downloads.webmproject url"
Diffstat (limited to 'test')
-rw-r--r--test/android/README2
-rwxr-xr-xtest/stress.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/android/README b/test/android/README
index f67fea50c..0cd30779d 100644
--- a/test/android/README
+++ b/test/android/README
@@ -16,7 +16,7 @@ Note: Both adb and ndk-build are available at:
3) Run get_files.py to download the test files:
python get_files.py -i /path/to/test-data.sha1 -o /path/to/put/files \
- -u http://downloads.webmproject.org/test_data/libvpx
+ -u https://storage.googleapis.com/downloads.webmproject.org/test_data/libvpx
4) Transfer files to device using adb. Ensure you have proper permissions for
the target
diff --git a/test/stress.sh b/test/stress.sh
index b11c658a9..ba79a52ac 100755
--- a/test/stress.sh
+++ b/test/stress.sh
@@ -18,7 +18,7 @@
YUV="${LIBVPX_TEST_DATA_PATH}/niklas_1280_720_30.yuv"
VP8="${LIBVPX_TEST_DATA_PATH}/tos_vp8.webm"
VP9="${LIBVPX_TEST_DATA_PATH}/vp90-2-sintel_1920x818_tile_1x4_fpm_2279kbps.webm"
-DATA_URL="http://downloads.webmproject.org/test_data/libvpx/"
+DATA_URL="https://storage.googleapis.com/downloads.webmproject.org/test_data/libvpx/"
SHA1_FILE="$(dirname $0)/test-data.sha1"
# Set sha1sum to proper sha program (sha1sum, shasum, sha1). This code is