ULT renaming: HW Info Setup tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-11-30 17:40:29 +01:00
committed by Compute-Runtime-Automation
parent bcf946357d
commit b9a185df76
23 changed files with 37 additions and 37 deletions

View File

@ -13,7 +13,7 @@
using namespace NEO;
TEST(SklDeviceIdTest, supportedDeviceId) {
TEST(SklDeviceIdTest, GivenSupportedDeviceIdThenHardwareInfoIsCorrect) {
std::array<DeviceDescriptor, 30> expectedDescriptors = {{
{0x0901, &SKL_1x2x6::hwInfo, &SKL_1x2x6::setupHardwareInfo, GTTYPE_GT1},
{0x1902, &SKL_1x2x6::hwInfo, &SKL_1x2x6::setupHardwareInfo, GTTYPE_GT1},

View File

@ -9,7 +9,7 @@
using namespace NEO;
TEST(SklHwInfoConfig, givenHwInfoErrorneousConfigString) {
TEST(SklHwInfoConfig, GivenIncorrectDataWhenConfiguringHwInfoThenErrorIsReturned) {
if (IGFX_SKYLAKE != productFamily) {
return;
}