Tuning of unit test granulatity.

Signed-off-by: bradocaj <branislav.radocaj@intel.com>
This commit is contained in:
bradocaj
2021-07-20 23:41:33 +00:00
committed by Compute-Runtime-Automation
parent af6fb0fea7
commit 2715f03ee2
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ HWTEST_F(PreambleTest, givenInactiveKernelDebuggingWhenPreambleKernelDebuggingCo
EXPECT_EQ(0u, size);
}
HWTEST_F(PreambleTest, whenKernelDebuggingCommandsAreProgrammedThenCorrectCommandsArePlacedIntoStream) {
HWTEST2_F(PreambleTest, whenKernelDebuggingCommandsAreProgrammedThenCorrectCommandsArePlacedIntoStream, IsAtMostGen12lp) {
typedef typename FamilyType::MI_LOAD_REGISTER_IMM MI_LOAD_REGISTER_IMM;
auto bufferSize = PreambleHelper<FamilyType>::getKernelDebuggingCommandsSize(true);