Improve tests

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2021-07-30 07:12:54 +00:00
committed by Compute-Runtime-Automation
parent af4b1afdbd
commit cee37a43d2
3 changed files with 46 additions and 72 deletions

View File

@@ -257,7 +257,7 @@ HWTEST_P(CommandQueueWithBlitOperationsTests, givenDeviceWithSubDevicesSupportin
std::unique_ptr<OsContext> bcsOsContext;
auto subDevice = device->getDeviceById(0);
auto bcsEngine = subDevice->getEngine(aub_stream::EngineType::ENGINE_BCS, EngineUsage::Regular);
auto &bcsEngine = subDevice->getEngine(aub_stream::EngineType::ENGINE_BCS, EngineUsage::Regular);
MockCommandQueue cmdQ(nullptr, device.get(), 0, false);
auto cmdType = GetParam();