From 54f0ad123b4302bbd162ae0213c8726afd3df82a Mon Sep 17 00:00:00 2001 From: Chris Ruffin Date: Thu, 25 Jul 2024 20:04:31 -0400 Subject: [PATCH] DfciPkg/DfciTests: remove silicon-specific test --- .../TestCases/DFCI_InTuneSettings/DfciSettings.xml | 6 +----- .../TestCases/DFCI_InTuneSettings/run.robot | 14 ++++---------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/DfciSettings.xml b/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/DfciSettings.xml index 046eebce..a07a24f6 100644 --- a/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/DfciSettings.xml +++ b/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/DfciSettings.xml @@ -26,13 +26,9 @@ Dfci3.OnboardWpbt.Enable Disabled - - Dfci3.ProcessorSMT.Enable - Disabled - Dfci3.AssetTag.String DFCI.LAB.001234 - \ No newline at end of file + diff --git a/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/run.robot b/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/run.robot index e31c978f..d706af93 100644 --- a/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/run.robot +++ b/DfciPkg/UnitTests/DfciTests/TestCases/DFCI_InTuneSettings/run.robot @@ -122,29 +122,23 @@ Initialize lists of tests # Testcase 3 V3 Set variables @{VTEST_03_SET1}= Create List Dfci3.OnboardWpbt.Enable Enabled - @{VTEST_03_SET2}= Create List Dfci3.ProcessorSMT.Enable Enabled @{VTEST_03_CHECK1}= Create List Dfci3.OnboardWpbt.Enable Enabled - @{VTEST_03_CHECK2}= Create List Dfci3.ProcessorSMT.Enable Enabled ${VTEST_03_RESULTS} Create Dictionary Dfci3.OnboardWpbt.Enable ${STATUS_SUCCESS} - Set To Dictionary ${VTEST_03_RESULTS} Dfci3.ProcessorSMT.Enable ${STATUS_SUCCESS} - @{VTEST_03_SETS}= Create List ${VTEST_03_SET1} ${VTEST_03_SET2} - @{VTEST_03_CHECKS}= Create List ${VTEST_03_CHECK1} ${VTEST_03_CHECK2} + @{VTEST_03_SETS}= Create List ${VTEST_03_SET1} + @{VTEST_03_CHECKS}= Create List ${VTEST_03_CHECK1} # Testcase 4 V3 Set variables disabled @{VTEST_04_SET1}= Create List Dfci3.OnboardWpbt.Enable Disabled - @{VTEST_04_SET2}= Create List Dfci3.ProcessorSMT.Enable Disabled @{VTEST_04_CHECK1}= Create List Dfci3.OnboardWpbt.Enable Disabled - @{VTEST_04_CHECK2}= Create List Dfci3.ProcessorSMT.Enable Disabled ${VTEST_04_RESULTS} Create Dictionary Dfci3.OnboardWpbt.Enable ${STATUS_SUCCESS} - Set To Dictionary ${VTEST_04_RESULTS} Dfci3.ProcessorSMT.Enable ${STATUS_SUCCESS} - @{VTEST_04_SETS}= Create List ${VTEST_04_SET1} ${VTEST_04_SET2} - @{VTEST_04_CHECKS}= Create List ${VTEST_04_CHECK1} ${VTEST_04_CHECK2} + @{VTEST_04_SETS}= Create List ${VTEST_04_SET1} + @{VTEST_04_CHECKS}= Create List ${VTEST_04_CHECK1} # The full tests are here