From 4e745ff20319fbb8a2fc0c9384c0f0c434540b6a Mon Sep 17 00:00:00 2001 From: Rahul Frias Date: Thu, 28 Mar 2019 09:32:30 -0700 Subject: [PATCH] Remove references to internal documents [ Merge of http://go/wvgerrit/75303 ] Bug: 117181780 Test: WV unit/integration tests Change-Id: Ica12e270a9ac5fbcff069aace807bb4651814ad7 --- libwvdrmengine/cdm/test/cdm_feature_test.cpp | 11 +++++++---- libwvdrmengine/cdm/test/cdm_feature_test.sh | 3 +-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/libwvdrmengine/cdm/test/cdm_feature_test.cpp b/libwvdrmengine/cdm/test/cdm_feature_test.cpp index 1d1c5547..bf15b2df 100644 --- a/libwvdrmengine/cdm/test/cdm_feature_test.cpp +++ b/libwvdrmengine/cdm/test/cdm_feature_test.cpp @@ -7,12 +7,15 @@ // the modifiable/mock OEMCrypto. OEMCrypto configuration flags // are enabled/disabled when validating features in tests. // -// Instructions to build and use the modifiable OEMCrypto are here -// https://docs.google.com/a/google.com/document/d/1hLK7ThUsBBKkokPhKh8urU1Zo9a8U4dX3bBKDgOU_iY/edit?usp=sharing +// Follow instructions to build and use the modifiable OEMCrypto // // Use the install script to backup the OEM supplied L1 OEMCrypto and // replace with the modifiable/mock OEMCrypto. Use default configuration // amd modify flags as mentioned by the tests. +// +// NOTE: These tests are intended for use by Google to validate +// CDM functionality across a broad range of OEMCrypto implementations +// and are not intended to be run by partners. #include #include @@ -471,7 +474,7 @@ TEST_F(WvCdmFeatureTest, KeyboxProvisioning) { } // These parameterized tests validate SRM scenarios described in -// https://docs.google.com/a/google.com/document/d/1lS33zfTZknh7ab_J1tM0ecCT3kb_ghc0xFiosjpVgmU/edit?usp=sharing +// SRM End-to-End Test Plan doc class WvCdmSrmTest : public WvCdmFeatureTest, public ::testing::WithParamInterface { }; @@ -535,7 +538,7 @@ INSTANTIATE_TEST_CASE_P( &kSrmTestConfiguration[N_ELEM(kSrmTestConfiguration)])); // These parameterized tests validate SRM scenarios described in -// https://docs.google.com/a/google.com/document/d/1lS33zfTZknh7ab_J1tM0ecCT3kb_ghc0xFiosjpVgmU/edit?usp=sharing +// SRM End-to-End Test Plan doc class WvCdmSrmNotSupportedTest : public WvCdmFeatureTest, public ::testing::WithParamInterface {}; diff --git a/libwvdrmengine/cdm/test/cdm_feature_test.sh b/libwvdrmengine/cdm/test/cdm_feature_test.sh index 5c5d4453..bddb3a17 100644 --- a/libwvdrmengine/cdm/test/cdm_feature_test.sh +++ b/libwvdrmengine/cdm/test/cdm_feature_test.sh @@ -4,8 +4,7 @@ # Precondition: # * cdm_feature_test has been pushed to the device and exits at # /data/bin/cdm_feature_test -# * Follow instructions and load modifiable OEMCrypto as specified in -# https://docs.google.com/a/google.com/document/d/1hLK7ThUsBBKkokPhKh8urU1Zo9a8U4dX3bBKDgOU_iY/edit?usp=sharing +# * Follow instructions to load modifiable OEMCrypto KEYBOX="keybox" OEMCERT="oemcert"