Skip to content

Commit

Permalink
Removed TargetVerifyPhaseSuite Tests suite since it did not contain a…
Browse files Browse the repository at this point in the history
…ny tests
  • Loading branch information
apop5 committed Jul 12, 2024
1 parent c024ed1 commit 1494b02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions MfciPkg/MfciDxe/Test/MfciVerifyPolicyAndChangeHostTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ UefiTestMain (
{
EFI_STATUS Status;
UNIT_TEST_FRAMEWORK_HANDLE Framework;
UNIT_TEST_SUITE_HANDLE TargetVerifyPhaseSuite;
UNIT_TEST_SUITE_HANDLE VerifyAndChangePhaseSuite;

Framework = NULL;
Expand All @@ -817,16 +816,6 @@ UefiTestMain (

// The blob parsing part is tested in MfciPolicyParsingUnitTest, so will not go through those here.

//
// Populate the TargetVerifyPhaseSuite Unit Test Suite.
//
Status = CreateUnitTestSuite (&TargetVerifyPhaseSuite, Framework, "TargetVerifyPhase", "ReportRouter.Phase", NULL, NULL);
if (EFI_ERROR (Status)) {
DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for TargetVerifyPhaseSuite\n"));
Status = EFI_OUT_OF_RESOURCES;
goto EXIT;
}

//
// Populate the VerifyAndChangePhaseSuite Unit Test Suite.
//
Expand Down
11 changes: 0 additions & 11 deletions MfciPkg/MfciDxe/Test/MfciVerifyPolicyAndChangeRoTHostTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ UefiTestMain (
{
EFI_STATUS Status;
UNIT_TEST_FRAMEWORK_HANDLE Framework;
UNIT_TEST_SUITE_HANDLE TargetVerifyPhaseSuite;
UNIT_TEST_SUITE_HANDLE VerifyAndChangePhaseSuite;

Framework = NULL;
Expand All @@ -264,16 +263,6 @@ UefiTestMain (

// The blob parsing part is tested in MfciPolicyParsingUnitTest, so will not go through those here.

//
// Populate the TargetVerifyPhaseSuite Unit Test Suite.
//
Status = CreateUnitTestSuite (&TargetVerifyPhaseSuite, Framework, "TargetVerifyPhase", "ReportRouter.Phase", NULL, NULL);
if (EFI_ERROR (Status)) {
DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for TargetVerifyPhaseSuite\n"));
Status = EFI_OUT_OF_RESOURCES;
goto EXIT;
}

//
// Populate the VerifyAndChangePhaseSuite Unit Test Suite.
//
Expand Down

0 comments on commit 1494b02

Please sign in to comment.