Enable tests that cover renewals/releases with client IDs
[ Merge of http://go/wvgerrit/14480 ] Server upgrades have been completed and allow these tests to run successfully against UAT. They were earlier tested against staging. b/21479112 Change-Id: Ifc5e5780fa5305c6ddfd662ada204db599cb5c6e
This commit is contained in:
@@ -1320,7 +1320,7 @@ class WvCdmStreamingLicenseRenewalTest
|
|||||||
public ::testing::WithParamInterface<
|
public ::testing::WithParamInterface<
|
||||||
RenewWithClientIdTestConfiguration*> {};
|
RenewWithClientIdTestConfiguration*> {};
|
||||||
|
|
||||||
TEST_P(WvCdmStreamingLicenseRenewalTest, DISABLED_WithClientId) {
|
TEST_P(WvCdmStreamingLicenseRenewalTest, WithClientId) {
|
||||||
RenewWithClientIdTestConfiguration* config = GetParam();
|
RenewWithClientIdTestConfiguration* config = GetParam();
|
||||||
std::string key_id;
|
std::string key_id;
|
||||||
if (config->renew_with_client_id) {
|
if (config->renew_with_client_id) {
|
||||||
@@ -1442,7 +1442,7 @@ class WvCdmOfflineLicenseReleaseTest
|
|||||||
public ::testing::WithParamInterface<
|
public ::testing::WithParamInterface<
|
||||||
RenewWithClientIdTestConfiguration*> {};
|
RenewWithClientIdTestConfiguration*> {};
|
||||||
|
|
||||||
TEST_P(WvCdmOfflineLicenseReleaseTest, DISABLED_WithClientId) {
|
TEST_P(WvCdmOfflineLicenseReleaseTest, WithClientId) {
|
||||||
Unprovision();
|
Unprovision();
|
||||||
Provision(kLevelDefault);
|
Provision(kLevelDefault);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user