]> granicus.if.org Git - libvpx/commitdiff
test/*: use canonical downloads.webmproject url
authorJames Zern <jzern@google.com>
Fri, 7 Aug 2020 20:32:39 +0000 (13:32 -0700)
committerJames Zern <jzern@google.com>
Fri, 7 Aug 2020 20:32:39 +0000 (13:32 -0700)
prefer
https://storage.googleapis.com/downloads.webmproject.org/
to
http://downloads.webmproject.org/

similar to libs.mk

BUG=b/163149610

Change-Id: I6abe0848120849b9512fc5a6122ddc54b5cc2240

test/android/README
test/stress.sh

index f67fea50c7b8a80cd4e5822d1a5867808b6fc498..0cd30779d41ef982380fa59367701b728e50c0d6 100644 (file)
@@ -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
index b11c658a9663dedb8d9f19b34cb7e0d26b658df3..ba79a52ac3cf58db8259c46b95f40644c1acc902 100755 (executable)
@@ -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