From 56905f3ad6bca220f7a03ac11261c446e987bc0d Mon Sep 17 00:00:00 2001 From: malshanisenarathne Date: Tue, 10 Dec 2024 12:15:14 +0530 Subject: [PATCH] Fix PR comments --- .../framework/constant/AUConstants.groovy | 2 +- .../test-grid-job/deployment.properties | 29 ++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/integration-test-suite/cds-toolkit-test-framework/src/main/groovy/org/wso2/cds/test/framework/constant/AUConstants.groovy b/integration-test-suite/cds-toolkit-test-framework/src/main/groovy/org/wso2/cds/test/framework/constant/AUConstants.groovy index 38c1b7e9..a3e93c1b 100644 --- a/integration-test-suite/cds-toolkit-test-framework/src/main/groovy/org/wso2/cds/test/framework/constant/AUConstants.groovy +++ b/integration-test-suite/cds-toolkit-test-framework/src/main/groovy/org/wso2/cds/test/framework/constant/AUConstants.groovy @@ -590,7 +590,7 @@ class AUConstants extends OBConstants { public static final String CALLBACK_MISMATCH = "Callback url mismatch" public static final String LOCALHOST = "localhost" - public static String REPORTING_DBNAME = "mig_openbank_ob_reporting_statsdb" + public static String REPORTING_DBNAME = "openbank_ob_reporting_statsdb" public static String UNAUTHENTICATED = "Unauthenticated" public static String HIGH_PRIORITY = "High Priority" public static String LOW_PRIORITY = "Low Priority" diff --git a/integration-test-suite/test-grid-job/deployment.properties b/integration-test-suite/test-grid-job/deployment.properties index e00cf23b..08616687 100644 --- a/integration-test-suite/test-grid-job/deployment.properties +++ b/integration-test-suite/test-grid-job/deployment.properties @@ -14,21 +14,22 @@ # specific language governing permissions and limitations # under the License. -ApimHostname=ob-am -IamHostname=ob-iam -BiHostname=ob-bi -BrowserAutomation.HeadlessEnabled=true -ApiVersion=1.3.0 -DbType=mysql -DBServerHost=localhost -DBUsername=root -DBPassword=p@ssw0rd -DBDriverClass=com.mysql.jdbc.Driver +ApimHostname=<> +IamHostname=<> +BiHostname=<> +#Value should be true or false +BrowserAutomation.HeadlessEnabled=<> +ApiVersion=<> +DbType=<> +DBServerHost=<> +DBUsername=<> +DBPassword=<> +DBDriverClass=<> #Following configuration is required only for Oracle DB -OracleDBSID=xe +OracleDBSID=<> #Value Should be mac or linux -OSName=mac -ApimServerPath=/Users/malshanisenarathne/Documents/CDS_Toolkit/MigrationNew/OB2_AM/wso2am-4.2.0 +OSName=<> +ApimServerPath=<> #Value should be Smoke or Functional -TestType=Functional +TestType=<>