Source release 18.5.0
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "create_test_file_system.h"
|
||||
#include "crypto_session.h"
|
||||
#include "oec_device_features.h"
|
||||
#include "properties.h"
|
||||
#include "provisioning_holder.h"
|
||||
#include "test_base.h"
|
||||
@@ -22,8 +23,14 @@ namespace wvcdm {
|
||||
class CdmOtaKeyboxTest : public ::testing::Test {
|
||||
public:
|
||||
void SetUp() override {
|
||||
if (wvoec::global_features.provisioning_method != OEMCrypto_Keybox) {
|
||||
GTEST_SKIP() << "Test for Prov 2.0 devices only.";
|
||||
}
|
||||
::testing::Test::SetUp();
|
||||
Properties::Init();
|
||||
if (wvoec::global_features.provisioning_method != OEMCrypto_Keybox) {
|
||||
GTEST_SKIP() << "Test for Prov 2.0 devices only.";
|
||||
}
|
||||
const ::testing::TestInfo* const test_info =
|
||||
::testing::UnitTest::GetInstance()->current_test_info();
|
||||
LOGD("Running test %s.%s", test_info->test_case_name(), test_info->name());
|
||||
|
||||
Reference in New Issue
Block a user