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"