ULT renaming: AUB Command Queue tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2021-03-08 16:07:57 +00:00
committed by Compute-Runtime-Automation
parent e49cf513bc
commit 772e9d30de

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -36,7 +36,7 @@ class AUBPrintfKernelFixture : public AUBFixture,
const char *kernelName = "test_printf_number";
};
HWTEST_F(AUBPrintfKernelFixture, EnqueuePrintfKernel) {
HWTEST_F(AUBPrintfKernelFixture, GivenPrintfKernelThenEnqueuingSucceeds) {
ASSERT_NE(nullptr, pKernel);
size_t offset[3] = {0, 0, 0};