Merge "Remove references to internal documents"
This commit is contained in:
@@ -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 <errno.h>
|
||||
#include <getopt.h>
|
||||
@@ -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<SrmTestParameters*> {
|
||||
};
|
||||
@@ -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<SrmTestParameters*> {};
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user