Skip to content

Commit

Permalink
Fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malshaniS committed Dec 10, 2024
1 parent fed14b8 commit 56905f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
29 changes: 15 additions & 14 deletions integration-test-suite/test-grid-job/deployment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=<<APIM_HOSTNAME>>
IamHostname=<<IS_HOSTNAME>>
BiHostname=<<SI_HOSTNAME>>
#Value should be true or false
BrowserAutomation.HeadlessEnabled=<<HEADLESS_ENABLED>>
ApiVersion=<<API_VERSION>>
DbType=<<DB_TYPE>>
DBServerHost=<<DB_HOSTNAME>>
DBUsername=<<DB_USERNAME>>
DBPassword=<<DB_PASSWORD>>
DBDriverClass=<<DB_DRIVER>>
#Following configuration is required only for Oracle DB
OracleDBSID=xe
OracleDBSID=<<ORACLE_SID>>
#Value Should be mac or linux
OSName=mac
ApimServerPath=/Users/malshanisenarathne/Documents/CDS_Toolkit/MigrationNew/OB2_AM/wso2am-4.2.0
OSName=<<OS_TYPE>>
ApimServerPath=<<PATH_TO_APIM_HOME>>
#Value should be Smoke or Functional
TestType=Functional
TestType=<<TEST_TYPE>>

0 comments on commit 56905f3

Please sign in to comment.