feature: Enable kmd migration by default on PVC platform

Related-To: NEO-6465

Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2023-05-15 14:02:19 +00:00
committed by Compute-Runtime-Automation
parent 425a2a6fa2
commit 50d831bee0
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ PVCTEST_F(PvcProductHelperLinux, givenProductHelperWhenAskedIsPageFaultSupported
HWTEST_EXCLUDE_PRODUCT(ProductHelperTest, givenProductHelperWhenAskedIfKmdMigrationIsSupportedThenReturnFalse, IGFX_PVC);
PVCTEST_F(PvcProductHelperLinux, givenProductHelperWhenAskedIsKmdMigrationSupportedThenReturnTrue) {
EXPECT_FALSE(productHelper->isKmdMigrationSupported());
EXPECT_TRUE(productHelper->isKmdMigrationSupported());
}
PVCTEST_F(PvcProductHelperLinux, givenAotConfigWhenSetHwInfoRevisionIdForPvcThenCorrectValueIsSet) {