ULT renaming: Gen9-specific AUB tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2021-03-22 15:53:54 +01:00
committed by Compute-Runtime-Automation
parent 8e5acf11e1
commit 365dfd6d7d

View File

@@ -26,7 +26,7 @@ class AUBRunKernelIntegrateTest : public RunKernelFixture<AUBRunKernelFixtureFac
}
};
SKLTEST_F(AUBRunKernelIntegrateTest, ooqExecution) {
SKLTEST_F(AUBRunKernelIntegrateTest, GivenOoqExecutionThenExpectationsMet) {
cl_uint workDim = 1;
size_t globalWorkOffset[3] = {0, 0, 0};
size_t globalWorkSize[3] = {16, 1, 1};
@@ -239,7 +239,7 @@ SKLTEST_F(AUBRunKernelIntegrateTest, ooqExecution) {
delete pCmdQ2;
}
SKLTEST_F(AUBRunKernelIntegrateTest, deviceSideVme) {
SKLTEST_F(AUBRunKernelIntegrateTest, GivenDeviceSideVmeThenExpectationsMet) {
const cl_int testWidth = 32;
const cl_int testHeight = 16;
const cl_uint workDim = 2;