test: Restore dbgSettings on WhiteboxAil destruction

Related-To: HSD-16028004193, NEO-15740

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2025-08-11 11:46:31 +00:00
committed by Compute-Runtime-Automation
parent 3f5bdc2cf6
commit b501d0fa8f

View File

@@ -8,6 +8,7 @@
#pragma once
#include "shared/source/ail/ail_configuration.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
namespace NEO {
class MockAILConfiguration : public AILConfiguration {
@@ -95,6 +96,8 @@ class AILWhitebox : public AILConfigurationHw<productFamily> {
using AILConfiguration::isKernelHashCorrect;
using AILConfiguration::processName;
using AILConfiguration::sourcesContain;
DebugManagerStateRestore dbgRestore;
};
} // namespace NEO