From 80d93c31f929dc2e30a34ed9ed030b0034f07a08 Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Fri, 13 Mar 2020 16:37:23 -0700 Subject: [PATCH] Use production provisioning server for unit tests Merge from Widevine repo of http://go/wvgerrit/95848 The production provisioning server supports v16 now. Time to go back home. Bug: 149720416 Test: unit tests w/v16 mod mock Change-Id: Ie67165d7e30dd22c54a08626d50346c4aa57cb72 --- libwvdrmengine/run_all_unit_tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libwvdrmengine/run_all_unit_tests.sh b/libwvdrmengine/run_all_unit_tests.sh index 84235d6d..82e68e8d 100755 --- a/libwvdrmengine/run_all_unit_tests.sh +++ b/libwvdrmengine/run_all_unit_tests.sh @@ -91,10 +91,6 @@ adb_shell_run oemcrypto_test \ GTEST_FILTER="$GTEST_FILTER:*Level1Required" FORCE_LEVEL3_OEMCRYPTO=yes adb_shell_run oemcrypto_test -# TODO(b/149720416): Remove this once the production provisioning server -# supports core messages.. -PROVISIONING_ARG="--provisioning_server_url=https://staging-www.sandbox.googleapis.com/certificateprovisioning/v1/devicecertificates/create?key=AIzaSyB-5OLKTx2iU5mko18DfdwK5611JIjbUhE" - # Run request_license_test next to ensure device is provisioned adb_shell_run request_license_test $PROVISIONING_ARG