test: Move product matcher to common matchers header

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2024-11-21 14:45:37 +00:00
committed by Compute-Runtime-Automation
parent 194da4b7ef
commit 8fdada84d6
2 changed files with 2 additions and 3 deletions

View File

@@ -911,8 +911,6 @@ TEST(SysmanProductHelperTest, GivenInvalidProductFamilyWhenCallingProductHelperC
EXPECT_EQ(nullptr, pSysmanProductHelper);
}
using IsNotDG1 = IsNotWithinProducts<IGFX_DG1, IGFX_DG1>;
HWTEST2_F(SysmanProductHelperMemoryTest, GivenSysmanProductHelperInstanceWhenCallingGetMemoryPropertiesThenVerifyCallSucceeds, IsNotDG1) {
std::unique_ptr<MockMemoryNeoDrm> pDrm = std::make_unique<MockMemoryNeoDrm>(const_cast<NEO::RootDeviceEnvironment &>(pSysmanDeviceImp->getRootDeviceEnvironment()));
pDrm->setMemoryType(NEO::DeviceBlobConstants::MemoryType::hbm3);
@@ -1176,4 +1174,4 @@ HWTEST2_F(SysmanProductHelperMemoryTest, GivenSysmanProductHelperInstanceWhenCal
} // namespace ult
} // namespace Sysman
} // namespace L0
} // namespace L0