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=<>