Skip to content

Commit

Permalink
Merge pull request #1533 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-33845
  • Loading branch information
lsivanand authored Jul 19, 2024
2 parents 8b8d4de + 7c5f246 commit 7c8bdbd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ public static void suiteSetup() {
if (listOfModules.contains("idrepo")) {
setReportName("idrepo");
BaseTestCase.currentModule = "idrepo";
BaseTestCase.certsForModule = "idrepo";
AdminTestUtil.copyIdrepoTestResource();
}

Expand All @@ -287,6 +288,7 @@ public static void suiteSetup() {

if (listOfModules.contains(GlobalConstants.MIMOTO)) {
BaseTestCase.currentModule = GlobalConstants.MIMOTO;
BaseTestCase.certsForModule = GlobalConstants.MIMOTO;
setReportName(GlobalConstants.MIMOTO);
AdminTestUtil.initiateMimotoTest();
mockSMTPListener = new MockSMTPListener();
Expand All @@ -309,6 +311,7 @@ public static void suiteSetup() {
}
if (listOfModules.contains(GlobalConstants.RESIDENT)) {
BaseTestCase.currentModule = GlobalConstants.RESIDENT;
BaseTestCase.certsForModule = GlobalConstants.RESIDENT;
setReportName(GlobalConstants.RESIDENT);
AdminTestUtil.copyResidentTestResource();
mockSMTPListener = new MockSMTPListener();
Expand Down

0 comments on commit 7c8bdbd

Please sign in to comment.