test: correct initialization of max os context count in L0 tests

Related-To: NEO-9860
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-01-16 11:33:34 +00:00
committed by Compute-Runtime-Automation
parent e354c01acc
commit 5392841b39

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2023 Intel Corporation
* Copyright (C) 2020-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -46,6 +46,7 @@ struct L0DebuggerFixture {
MockSipData::useMockSip = true;
}
executionEnvironment->calculateMaxOsContextCount();
executionEnvironment->rootDeviceEnvironments[0]->initGmm();
executionEnvironment->initializeMemoryManager();