diff --git a/.github/migration-tester/data-population-and-validation/1-user-creation/create-bulk-users.sh b/.github/migration-tester/data-population-and-validation/1-user-creation/create-bulk-users.sh index 8338cb72623..a94fc0b3012 100644 --- a/.github/migration-tester/data-population-and-validation/1-user-creation/create-bulk-users.sh +++ b/.github/migration-tester/data-population-and-validation/1-user-creation/create-bulk-users.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/1-user-creation/create-user.sh b/.github/migration-tester/data-population-and-validation/1-user-creation/create-user.sh index 72919df448b..98b77281dd0 100644 --- a/.github/migration-tester/data-population-and-validation/1-user-creation/create-user.sh +++ b/.github/migration-tester/data-population-and-validation/1-user-creation/create-user.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh b/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh index eb40a0d7eef..975e62dcd3b 100644 --- a/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh +++ b/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh @@ -12,12 +12,12 @@ os=$1 # Set deployment file and path based on OS if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully${NC}" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-user-in-userstore.sh b/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-user-in-userstore.sh index 0487fb3ddaa..a311924f6d9 100644 --- a/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-user-in-userstore.sh +++ b/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-user-in-userstore.sh @@ -12,13 +12,13 @@ os=$1 # Set deployment file and path based on OS if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore-soapAPI.sh b/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore-soapAPI.sh index b39fcd91866..d3a9dfd7e3f 100644 --- a/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore-soapAPI.sh +++ b/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore-soapAPI.sh @@ -13,13 +13,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore.sh b/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore.sh index dd931aea576..be8c66b530c 100644 --- a/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore.sh +++ b/.github/migration-tester/data-population-and-validation/3-userstore-creation/create-userstore.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/create-user-in-a-service-provider.sh b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/create-user-in-a-service-provider.sh index 0b0f7310c6c..7aabd714391 100644 --- a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/create-user-in-a-service-provider.sh +++ b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/create-user-in-a-service-provider.sh @@ -12,13 +12,13 @@ os=$1 # Set deployment file and path based on OS if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo -e "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo -e "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-mac.sh b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-mac.sh index 1098a22ee13..1e2f1a082b6 100644 --- a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-mac.sh +++ b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-mac.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-ubuntu.sh b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-ubuntu.sh index 3498969473b..d87fca3f1b3 100644 --- a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-ubuntu.sh +++ b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider-get-access-token-ubuntu.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider.sh b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider.sh index d49aec85d9b..287fce7b9d2 100644 --- a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider.sh +++ b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/register-a-service-provider.sh @@ -13,13 +13,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-mac.sh b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-mac.sh index 314a2e16530..48509da76c4 100644 --- a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-mac.sh +++ b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-mac.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-ubuntu.sh b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-ubuntu.sh index 23d352747de..040cc3013e4 100644 --- a/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-ubuntu.sh +++ b/.github/migration-tester/data-population-and-validation/4-service-provider-creation/validate-database-ubuntu.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/5-group-creation/create-group.sh b/.github/migration-tester/data-population-and-validation/5-group-creation/create-group.sh index a296a7c07ab..38481c21409 100644 --- a/.github/migration-tester/data-population-and-validation/5-group-creation/create-group.sh +++ b/.github/migration-tester/data-population-and-validation/5-group-creation/create-group.sh @@ -14,13 +14,13 @@ os=$1 if [ "$os" = "ubuntu-latest" ]; then chmod +x env.sh - . "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + . "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Ubuntu sourced successfully" fi if [ "$os" = "macos-latest" ]; then chmod +x env.sh - source "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" + source "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" fi diff --git a/.github/migration-tester/data-population-and-validation/windows-os/automated-data-poputation-and-validation-script.sh b/.github/migration-tester/data-population-and-validation/windows-os/automated-data-poputation-and-validation-script.sh index d24cbed539a..a13695e7fc0 100644 --- a/.github/migration-tester/data-population-and-validation/windows-os/automated-data-poputation-and-validation-script.sh +++ b/.github/migration-tester/data-population-and-validation/windows-os/automated-data-poputation-and-validation-script.sh @@ -18,7 +18,7 @@ for script in \ if [ -f "$script" ] && [ -x "$script" ]; then echo "Running script: $script" # execute script and redirect output to console and file - "./$script" | tee -a /home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/logs.txt + "./$script" | tee -a /home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/logs.txt fi done @@ -33,7 +33,7 @@ for dir in */; do if [ -f "$script" ] && [ -x "$script" ]; then echo "Running script: $script" # execute script and redirect output to console and file - "./$script" | tee -a /home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/logs.txt + "./$script" | tee -a /home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/logs.txt fi done cd .. diff --git a/.github/migration-tester/data-population-and-validation/windows-os/env.sh b/.github/migration-tester/data-population-and-validation/windows-os/env.sh index 60d8ba04774..809c6848a07 100644 --- a/.github/migration-tester/data-population-and-validation/windows-os/env.sh +++ b/.github/migration-tester/data-population-and-validation/windows-os/env.sh @@ -18,37 +18,37 @@ export DATA_POPULATION="/home/runner/work/Automating-Product-Migration-Testing/A export SERVICE_PROVIDER_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/data-population-and-validation/4-service-provider-creation" # Absolute path to home folder -export AUTOMATION_HOME="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" +export AUTOMATION_HOME="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" # Absolute path to the deployment file to replace -export DEPLOYMENT="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" +export DEPLOYMENT="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" # Absolute path to the oldIS deployment file -export DEPLOYMENT_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf" +export DEPLOYMENT_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf" # Absolute path to the newIS deployment file -export DEPLOYMENT_PATH_NEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/conf" +export DEPLOYMENT_PATH_NEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/conf" # Absolute path to the mysql-ubuntu deployment file in migration-tester/migration-automation folder -exportDEPLOYMENT_AUTOMATION_MYSQL="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment.toml" +exportDEPLOYMENT_AUTOMATION_MYSQL="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment.toml" # Absolute path to the postgre-ubuntu deployment file in migration-tester/migration-automation folder -exportDEPLOYMENT_AUTOMATION_MYSQL_POSTGRE_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deploymentpostgres.toml" +exportDEPLOYMENT_AUTOMATION_MYSQL_POSTGRE_UBUNTU="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deploymentpostgres.toml" # Absolute path to the mssql-ubuntu deployment file in migration-tester/migration-automation folder -exportDEPLOYMENT_AUTOMATION_MYSQL_MSSQL_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deploymentmssql.toml" +exportDEPLOYMENT_AUTOMATION_MYSQL_MSSQL_UBUNTU="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deploymentmssql.toml" # Absolute path to IS old deployment.toml -export PATH_IS_OLD="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" +export PATH_IS_OLD="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" # Absolute path to IS old bin folder -export BIN_ISOLD="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" +export BIN_ISOLD="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" # Absolute path to IS New bin folder -export BIN_ISNEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/bin" +export BIN_ISNEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/bin" # Absolute path to IS Home New folder -export IS_HOME_NEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW" +export IS_HOME_NEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW" # Absolute path for the relevant JDBC driver for the version you are using export JDBC="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils" @@ -64,16 +64,16 @@ export DB_SCRIPT_CONSENT="/home/runner/work/Automating-Product-Migration-Testing export DB_SCRIPT_METRICS="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/db-scripts/IS-5.11/metrics/mysql.sql" # Absolute path for the /repository/components/lib folder -export LIB="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/components/lib" +export LIB="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/components/lib" # Absolute path for the /repository/components/bin folder -export IS_OLD_BIN="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" +export IS_OLD_BIN="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" # Absolute path for the mysql jar connector export JAR_MYSQL="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/mysql-connector-java-8.0.29.jar" # Absolute path for the /repository/components/lib folder -export LIB_NEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" +export LIB_NEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" # Absolute path for the mssql jar connector export JAR_MSSQL="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/mssql-jdbc-9.2.0.jre8.jar" @@ -82,22 +82,22 @@ export JAR_MSSQL="/home/runner/work/Automating-Product-Migration-Testing/Automat export JAR_POSTGRE="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/postgresql-42.5.3.jar" # Absolute path for the /Tenants folder -export TENANT_OLD_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository" +export TENANT_OLD_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository" # Absolute path for the /Tenants folder -export TENANT_NEW_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" +export TENANT_NEW_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" # Absolute path for the /Resources folder -export RESOURCES_OLD_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/resources" +export RESOURCES_OLD_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/resources" # Absolute path for the /Resources folder -export RESOURCES_NEW_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/resources" +export RESOURCES_NEW_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/resources" # Absolute path for the /Userstores folder -export USERSTORE_OLD_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/deployment/server/userstores" +export USERSTORE_OLD_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/deployment/server/userstores" # Absolute path for the /Userstores folder -export USERSTORE_NEW_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/deployment/server/" +export USERSTORE_NEW_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/deployment/server/" # Link to download migration client export LINK_TO_MIGRATION_CLIENT="https://github.com/wso2-enterprise/identity-migration-resources/releases/download/v1.0.230/wso2is-migration-1.0.230.zip" @@ -112,19 +112,19 @@ export utils="/home/runner/work/Automating-Product-Migration-Testing/Automating- export DROPINS_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/wso2is-migration-1.0.225/dropins" # Absolute path to IS_HOME_NEW/repository/components -export COMPONENTS_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components" +export COMPONENTS_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components" # Absolute path to migration resources folder export MIGRATION_RESOURCES="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/wso2is-migration-1.0.225/migration-resources" # Absolute path to latest wso2IS root folder -export IS_NEW_ROOT="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion" +export IS_NEW_ROOT="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion" # Absolute path to migration resources folder in latest IS -export MIGRATION_RESOURCES_NEW_IS="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources" +export MIGRATION_RESOURCES_NEW_IS="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources" # Absolute path to migration config.yaml file in new IS -export MIGRATION_CONFIG_YAML="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources/migration-config.yaml" +export MIGRATION_CONFIG_YAML="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources/migration-config.yaml" # Absolute path to POC folder export MIGRATION_YAML_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/02-POC" @@ -142,7 +142,7 @@ export MIGRATION_YAML_UBUNTU="/home/runner/work/Automating-Product-Migration-Tes export DIRECTORY_HOME_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing" #Absolute path to IS_HOME_OLD -export IS_HOME_OLD_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD" +export IS_HOME_OLD_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD" # Absolute path to data population script export DATA_POPULATION_MAC_="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/02-POC/macos/data-population-and-validation" @@ -151,37 +151,37 @@ export DATA_POPULATION_MAC_="/Users/runner/work/Automating-Product-Migration-Tes export SERVICE_PROVIDER_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/data-population-and-validation/4-service-provider-creation" # Absolute path to home folder -export AUTOMATION_HOME_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" +export AUTOMATION_HOME_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" # Absolute path to the deployment file to replace -export DEPLOYMENT_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" +export DEPLOYMENT_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" # Absolute path to the oldIS conf folder -export DEPLOYMENT_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf" +export DEPLOYMENT_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf" # Absolute path to the newIS conf folder -export DEPLOYMENT_PATH_NEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/conf" +export DEPLOYMENT_PATH_NEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/conf" # Absolute path to the mysql-ubuntu deployment file in migration-tester/migration-automation folder -exportDEPLOYMENT_AUTOMATION_MYSQL_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-toml-mac-with-mysql.toml" +exportDEPLOYMENT_AUTOMATION_MYSQL_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-toml-mac-with-mysql.toml" # Absolute path to the postgre-ubuntu deployment file in migration-tester/migration-automation folder -exportDEPLOYMENT_AUTOMATION_MYSQL_POSTGRE_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deploymentpostgres.toml" +exportDEPLOYMENT_AUTOMATION_MYSQL_POSTGRE_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deploymentpostgres.toml" # Absolute path to the mssql-ubuntu deployment file in migration-tester/migration-automation folder -exportDEPLOYMENT_AUTOMATION_MYSQL_MSSQL_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deploymentmssql.toml" +exportDEPLOYMENT_AUTOMATION_MYSQL_MSSQL_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deploymentmssql.toml" # Absolute path to IS old deployment.toml -export PATH_IS_OLD_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" +export PATH_IS_OLD_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/conf/deployment.toml" # Absolute path to IS old bin folder -export BIN_ISOLD_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" +export BIN_ISOLD_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" # Absolute path to IS New bin folder -export BIN_ISNEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/bin" +export BIN_ISNEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/bin" # Absolute path to IS Home New folder -export IS_HOME_NEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW" +export IS_HOME_NEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW" # Link to download wso2IS Old export LINK_TO_IS_OLD_MAC="https://github.com/wso2/product-is/releases/download/v5.11.0/wso2is-5.11.0.zip" @@ -200,13 +200,13 @@ export DB_SCRIPT_CONSENT_MAC="/Users/runner/work/Automating-Product-Migration-Te export DB_SCRIPT_METRICS_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/db-scripts/IS-5.11/metrics/mysql.sql" # Absolute path for the /repository/components/lib folder -export LIB_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/components/lib" +export LIB_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/components/lib" # Absolute path for the /repository/components/bin folder -export IS_OLD_BIN_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" +export IS_OLD_BIN_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/bin" # Absolute path for the /repository/components/lib folder -export LIB_NEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" +export LIB_NEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" # Absolute path for the mysql jar connector export JAR_MYSQL_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/mysql-connector-java-8.0.29.jar" @@ -218,22 +218,22 @@ export JAR_MSSQL_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Au export JAR_POSTGRE_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/postgresql-42.5.3.jar" # Absolute path for the /Tenants folder -export TENANT_OLD_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository" +export TENANT_OLD_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository" # Absolute path for the /Tenants folder -export TENANT_NEW_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" +export TENANT_NEW_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components/" # Absolute path for the /Resources folder -export RESOURCES_OLD_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/resources" +export RESOURCES_OLD_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/resources" # Absolute path for the /Resources folder -export RESOURCES_NEW_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/resources" +export RESOURCES_NEW_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/resources" # Absolute path for the /Userstores folder -export USERSTORE_OLD_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/deployment/server/userstores" +export USERSTORE_OLD_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/currentVersion/repository/deployment/server/userstores" #Absolute path for the /Userstores folder -export USERSTORE_NEW_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/deployment/server/" +export USERSTORE_NEW_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/deployment/server/" # Link to download wso2IS New export LINK_TO_IS_NEW_MAC="https://github.com/wso2/product-is/releases/download/v6.0.0-rc2/wso2is-6.0.0-rc2.zip" @@ -254,19 +254,19 @@ export UTILS_MAC_PATH="/Users/runner/work/Automating-Product-Migration-Testing/A export DROPINS_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/wso2is-migration-1.0.225/dropins" # Absolute path to IS_HOME_NEW/repository/components -export COMPONENTS_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components" +export COMPONENTS_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/repository/components" # Absolute path to migration resources folder export MIGRATION_RESOURCES_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/wso2is-migration-1.0.225/migration-resources" # Absolute path to latest wso2IS root folder -export IS_NEW_ROOT_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion" +export IS_NEW_ROOT_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion" # Absolute path to migration resources folder in latest IS -export MIGRATION_RESOURCES_NEW_IS_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources" +export MIGRATION_RESOURCES_NEW_IS_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources" # Absolute path to migration config.yaml file in new IS -export MIGRATION_CONFIG_YAML_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources/migration-config.yaml" +export MIGRATION_CONFIG_YAML_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/migratingVersion/migration-resources/migration-config.yaml" # Absolute path to POC folder export MIGRATION_YAML_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/02-POC" @@ -428,7 +428,7 @@ export REDIRECTURI=https://localhost:8080/callback # ENV CONFIGS RELATED TO DATABASE BACKUP - COMMON TO LINUX & MACOS # ############################################################################################################################### -export BACKUP_PATH=/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/backup_db.sql +export BACKUP_PATH=/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/backup_db.sql diff --git a/.github/migration-tester/migration-automation/change-deployment-toml.sh b/.github/migration-tester/migration-automation/change-deployment-toml.sh index 90541054740..22e114fbbbe 100644 --- a/.github/migration-tester/migration-automation/change-deployment-toml.sh +++ b/.github/migration-tester/migration-automation/change-deployment-toml.sh @@ -16,14 +16,14 @@ if [ "$os" = "ubuntu-latest" ]; then if [ "$startServer" = "current" ]; then deployment_file="$DEPLOYMENT_PATH/deployment.toml" deployment_path="$DEPLOYMENT_PATH" - cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file for Ubuntu sourced successfully${RESET}" elif [ "$startServer" = "migrated" ]; then deployment_file="$DEPLOYMENT_PATH_NEW/deployment.toml" deployment_path="$DEPLOYMENT_PATH_NEW" - cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file for Migrating Identity server in Ubuntu os sourced successfully${RESET}" @@ -32,14 +32,14 @@ elif [ "$os" = "macos-latest" ]; then if [ "$startServer" = "current" ]; then deployment_file="$DEPLOYMENT_PATH_MAC/deployment.toml" deployment_path="$DEPLOYMENT_PATH_MAC" - cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" elif [ "$startServer" = "migrated" ]; then deployment_file="$DEPLOYMENT_PATH_NEW_MAC/deployment.toml" deployment_path="$DEPLOYMENT_PATH_NEW_MAC" - cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file for migrating Identity server in Macos sourced successfully${RESET}" diff --git a/.github/migration-tester/migration-automation/change-migration-config-yaml.sh b/.github/migration-tester/migration-automation/change-migration-config-yaml.sh index f90d99e5bfb..8a0d43c12d7 100644 --- a/.github/migration-tester/migration-automation/change-migration-config-yaml.sh +++ b/.github/migration-tester/migration-automation/change-migration-config-yaml.sh @@ -11,7 +11,7 @@ os="$3" # Setup file and path based on OS if [ "$os" = "ubuntu-latest" ]; then - cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file for Ubuntu sourced successfully${RESET}" @@ -95,7 +95,7 @@ if [ "$os" = "ubuntu-latest" ]; then fi if [ "$os" = "macos-latest" ]; then - cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" diff --git a/.github/migration-tester/migration-automation/copy-jar-file.sh b/.github/migration-tester/migration-automation/copy-jar-file.sh index 4457c71a3e5..cbd5291149f 100644 --- a/.github/migration-tester/migration-automation/copy-jar-file.sh +++ b/.github/migration-tester/migration-automation/copy-jar-file.sh @@ -10,13 +10,13 @@ os=$2 # Setup file and path based on OS if [ "$os" = "ubuntu-latest" ]; then - cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file for Ubuntu sourced successfully${RESET}" elif [ "$os" = "macos-latest" ]; then - cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" 1 + cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" 1 chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" diff --git a/.github/migration-tester/migration-automation/env.sh b/.github/migration-tester/migration-automation/env.sh index 5a4d416e883..6ff5a7e84e1 100644 --- a/.github/migration-tester/migration-automation/env.sh +++ b/.github/migration-tester/migration-automation/env.sh @@ -16,79 +16,79 @@ export DATA_POPULATION="/home/runner/work/Automating-Product-Migration-Testing/A export SERVICE_PROVIDER_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/data-population-and-validation/4-service-provider-creation" # Absolute path to home folder -export AUTOMATION_HOME="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" +export AUTOMATION_HOME="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" # Absolute path to ubuntu folder -export UBUNTU_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/ubuntu-os" +export UBUNTU_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/ubuntu-os" # Absolute path to the deployment file to replace -export DEPLOYMENT="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" +export DEPLOYMENT="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" # Absolute path to the oldIS deployment file -export DEPLOYMENT_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf" +export DEPLOYMENT_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf" # Absolute path to the newIS deployment file -export DEPLOYMENT_PATH_NEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/conf" +export DEPLOYMENT_PATH_NEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/conf" # Absolute path to the mysql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_9_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_10_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_11_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_0_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_1_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_2_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_9_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_10_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_11_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_0_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_1_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_2_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql-migration.toml" # Absolute path to the postgre deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_9_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_10_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_11_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_0_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_1_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_2_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_9_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_10_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_11_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_0_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_1_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_2_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre-migration.toml" # Absolute path to the mssql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_9_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_10_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_11_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_0_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_1_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_2_MIGRATION="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_9_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_10_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_11_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_0_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_1_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_2_MIGRATION="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql-migration.toml" # Absolute path to the mysql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_10="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_11="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_0="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_1="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_2="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_9="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_10="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_5_11="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_0="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_1="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_UBUNTU_IS_6_2="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql.toml" # Absolute path to the postgre deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_10="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_11="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_0="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_1="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_2="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_9="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_10="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_5_11="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_0="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_1="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_UBUNTU_IS_6_2="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre.toml" # Absolute path to the mssql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_10="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_11="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_0="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_1="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_2="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_9="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_10="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_5_11="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_0="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_1="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_UBUNTU_IS_6_2="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql.toml" # Absolute path to IS old deployment.toml -export PATH_IS_OLD="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" +export PATH_IS_OLD="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" # Absolute path to IS old bin folder -export BIN_ISOLD="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" +export BIN_ISOLD="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" # Absolute path to IS New bin folder -export BIN_ISNEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/bin" +export BIN_ISNEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/bin" # Absolute path to IS Home New folder -export IS_HOME_NEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW" +export IS_HOME_NEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW" # Absolute path for the relevant JDBC driver for the version you are using export JDBC="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client" @@ -111,13 +111,13 @@ export DB_SCRIPT_CONSENT_5_9="/home/runner/work/Automating-Product-Migration-Tes export DB_SCRIPT_METRICS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/db-scripts/IS-5.9/metrics/mysql.sql" # Absolute path for the /repository/components/lib folder -export LIB="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/components/lib" +export LIB="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/components/lib" # Absolute path for the /repository/components/lib folder -export LIB_NEW="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" +export LIB_NEW="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" # Absolute path for the /repository/components/bin folder -export IS_OLD_BIN="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" +export IS_OLD_BIN="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" # Absolute path for the mysql jar connector export JAR_MYSQL="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/jars/mysql/mysql-connector-java-8.0.29.jar" @@ -129,22 +129,22 @@ export JAR_MSSQL="/home/runner/work/Automating-Product-Migration-Testing/Automat export JAR_POSTGRE="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/jars/postgresql/postgresql-42.5.3.jar" # Absolute path for the /Tenants folder -export TENANT_OLD_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository" +export TENANT_OLD_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository" # Absolute path for the /Tenants folder -export TENANT_NEW_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" +export TENANT_NEW_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" # Absolute path for the /Resources folder -export RESOURCES_OLD_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/resources" +export RESOURCES_OLD_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/resources" # Absolute path for the /Resources folder -export RESOURCES_NEW_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/resources" +export RESOURCES_NEW_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/resources" # Absolute path for the /Userstores folder -export USERSTORE_OLD_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/deployment/server/userstores" +export USERSTORE_OLD_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/deployment/server/userstores" # Absolute path for the /Userstores folder -export USERSTORE_NEW_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/deployment/server/" +export USERSTORE_NEW_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/deployment/server/" # Link to download migration client export LINK_TO_MIGRATION_CLIENT="https://github.com/wso2-enterprise/identity-migration-resources/releases/download/v1.0.231/wso2is-migration-1.0.225.zip" @@ -159,25 +159,25 @@ export UTILS="/home/runner/work/Automating-Product-Migration-Testing/Automating- export DROPINS_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/wso2is-migration-1.0.225/dropins" # Absolute path to IS_HOME_NEW/repository/components -export COMPONENTS_PATH="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components" +export COMPONENTS_PATH="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components" # Absolute path to migration resources folder export MIGRATION_RESOURCES="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/wso2is-migration-1.0.225/migration-resources" # Absolute path to latest wso2IS root folder -export IS_NEW_ROOT="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion" +export IS_NEW_ROOT="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion" # Absolute path to migration resources folder in latest IS -export MIGRATION_RESOURCES_NEW_IS_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources" +export MIGRATION_RESOURCES_NEW_IS_UBUNTU="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources" # Absolute path to migration config.yaml file in new IS -export MIGRATION_CONFIG_YAML_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources/migration-config.yaml" +export MIGRATION_CONFIG_YAML_UBUNTU="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources/migration-config.yaml" # Absolute path to change migration config yaml file -export MIGRATION_YAML_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/ubuntu-os/change-migration-config-yaml-ubuntu.sh" +export MIGRATION_YAML_UBUNTU="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/ubuntu-os/change-migration-config-yaml-ubuntu.sh" # Absolute path to ubuntu folder -export UBUNTU_HOME="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/ubuntu-os" +export UBUNTU_HOME="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/ubuntu-os" # Absolute path to ubuntu update tool export UPDATE_TOOL_UBUNTU="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/update-tools/wso2update_linux " @@ -194,7 +194,7 @@ export UPDATE_TOOL_UBUNTU="/home/runner/work/Automating-Product-Migration-Testin export DIRECTORY_HOME_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing" #Absolute path to IS_HOME_OLD -export IS_HOME_OLD_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD" +export IS_HOME_OLD_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD" # Absolute path to data population script export DATA_POPULATION_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/data-population-and-validation" @@ -203,79 +203,79 @@ export DATA_POPULATION_MAC="/Users/runner/work/Automating-Product-Migration-Test export SERVICE_PROVIDER_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/data-population-and-validation/4-service-provider-creation" # Absolute path to home folder -export AUTOMATION_HOME_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" +export AUTOMATION_HOME_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" # Absolute path to mac folder -export MAC_PATH="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/mac-os" +export MAC_PATH="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/mac-os" # Absolute path to the deployment file to replace -export DEPLOYMENT_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" +export DEPLOYMENT_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" # Absolute path to the oldIS conf folder -export DEPLOYMENT_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf" +export DEPLOYMENT_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf" # Absolute path to the newIS conf folder -export DEPLOYMENT_PATH_NEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/conf" +export DEPLOYMENT_PATH_NEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/conf" # Absolute paths to the mysql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_9_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_10_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_11_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_0_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_1_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql-migration.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_2_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_9_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_10_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_11_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_0_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_1_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql-migration.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_2_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql-migration.toml" # Absolute paths to the postgre deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_9_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_10_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_11_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_0_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_1_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre-migration.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_2_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_9_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_10_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_11_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_0_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_1_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre-migration.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_2_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre-migration.toml" # Absolute paths to the mssql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_9_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_10_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_11_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_0_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_1_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql-migration.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_2_MIGRATION="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_9_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_10_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_11_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_0_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_1_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql-migration.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_2_MIGRATION="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql-migration.toml" # Absolute paths to the mysql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_9="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_10="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_11="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_0="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_1="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_2="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_9="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_10="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_5_11="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_0="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_1="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_MAC_IS_6_2="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql.toml" # Absolute paths to the postgre deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_9="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_10="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_11="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_0="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_1="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_2="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_9="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_10="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_5_11="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_0="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_1="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_MAC_IS_6_2="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre.toml" # Absolute paths to the mssql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_9="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_10="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_11="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_0="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_1="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_2="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_9="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_10="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_5_11="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_0="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_1="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MSSQL_MAC_IS_6_2="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql.toml" # Absolute path to IS old deployment.toml -export PATH_IS_OLD_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" +export PATH_IS_OLD_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/conf/deployment.toml" # Absolute path to IS old bin folder -export BIN_ISOLD_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" +export BIN_ISOLD_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" # Absolute path to IS New bin folder -export BIN_ISNEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/bin" +export BIN_ISNEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/bin" # Absolute path to IS Home New folder -export IS_HOME_NEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW" +export IS_HOME_NEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW" # Link to download wso2IS Old export LINK_TO_IS_OLD_MAC="https://github.com/wso2/product-is/releases/download/v5.11.0/wso2is-5.11.0.zip" @@ -301,13 +301,13 @@ export DB_SCRIPT_CONSENT_5_9_MAC="/home/runner/work/Automating-Product-Migration export DB_SCRIPT_METRICS_5_9_MAC="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/db-scripts/IS-5.9/metrics/mysql.sql" # Absolute path for the /repository/components/lib folder -export LIB_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/components/lib" +export LIB_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/components/lib" # Absolute path for the /repository/components/bin folder -export IS_OLD_BIN_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" +export IS_OLD_BIN_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/bin" # Absolute path for the /repository/components/lib folder -export LIB_NEW_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" +export LIB_NEW_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" # Absolute path for the mysql jar connector export JAR_MYSQL_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/jars/mysql/mysql-connector-java-8.0.29.jar" @@ -319,22 +319,22 @@ export JAR_MSSQL_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Au export JAR_POSTGRE_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/jars/postgresql/postgresql-42.5.3.jar" # Absolute path for the /Tenants folder -export TENANT_OLD_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository" +export TENANT_OLD_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository" # Absolute path for the /Tenants folder -export TENANT_NEW_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" +export TENANT_NEW_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components/" # Absolute path for the /Resources folder -export RESOURCES_OLD_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/resources" +export RESOURCES_OLD_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/resources" # Absolute path for the /Resources folder -export RESOURCES_NEW_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/resources" +export RESOURCES_NEW_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/resources" # Absolute path for the /Userstores folder -export USERSTORE_OLD_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/deployment/server/userstores" +export USERSTORE_OLD_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/CurrentVersion/repository/deployment/server/userstores" #Absolute path for the /Userstores folder -export USERSTORE_NEW_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/deployment/server/" +export USERSTORE_NEW_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/deployment/server/" # Link to download wso2IS New export LINK_TO_IS_NEW_MAC="https://github.com/wso2/product-is/releases/download/v6.0.0-rc2/wso2is-6.0.0-rc2.zip" @@ -355,25 +355,25 @@ export UTILS_MAC_PATH="/Users/runner/work/Automating-Product-Migration-Testing/A export DROPINS_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/wso2is-migration-1.0.225/dropins" # Absolute path to IS_HOME_NEW/repository/components -export COMPONENTS_PATH_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components" +export COMPONENTS_PATH_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/repository/components" # Absolute path to migration resources folder export MIGRATION_RESOURCES_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/wso2is-migration-1.0.225/migration-resources" # Absolute path to latest wso2IS root folder -export IS_NEW_ROOT_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion" +export IS_NEW_ROOT_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion" # Absolute path to migration resources folder in latest IS -export MIGRATION_RESOURCES_NEW_IS_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources" +export MIGRATION_RESOURCES_NEW_IS_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources" # Absolute path to migration config.yaml file in new IS -export MIGRATION_CONFIG_YAML_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources/migration-config.yaml" +export MIGRATION_CONFIG_YAML_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_NEW/MigratingVersion/migration-resources/migration-config.yaml" # Absolute path to migration config yaml file -export MIGRATION_YAML_MAC="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/mac-os/change-migration-config-yaml-mac.sh" +export MIGRATION_YAML_MAC="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/mac-os/change-migration-config-yaml-mac.sh" # Absolute path to macos folder -export MAC_HOME="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/mac-os" +export MAC_HOME="/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/mac-os" # Absolute path to macos update tool export UPDATE_TOOL_MACOS="/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/update-tools/wso2update_darwin" @@ -532,7 +532,7 @@ export REDIRECTURI=https://localhost:8080/callback # ENV CONFIGS RELATED TO DATABASE BACKUP - COMMON TO LINUX & MACOS # ############################################################################################################################### -export BACKUP_PATH=/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/backup_db.sql +export BACKUP_PATH=/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/backup_db.sql ############################################################################################################################### # DOCKER MYSQL CONFIGS - COMMON TO LINUX & MACOS # @@ -554,25 +554,25 @@ export DATABASE_NAME=testdb ############################################################################################################################### # Absolute path to the mysql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_10="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_11="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_0="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_1="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_2="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_9="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_10="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_11="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_0="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_1="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mysql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_2="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mysql.toml" # Absolute path to the postgre deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_5_10="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_5_11="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_6_0="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_6_1="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre.toml" -export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_6_2="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_5_9="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_5_10="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_5_11="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_6_0="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_6_1="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-postgre.toml" +export DEPLOYMENT_AUTOMATION_POSTGRE_WINDOWS_IS_6_2="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-postgre.toml" # Absolute path to the mssql deployment files in migration-tester/migration-automation folder -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_9="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_10="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_11="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_0="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_1="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql.toml" -export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_2="/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_9="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.9/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_10="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.10/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_5_11="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-5.11/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_0="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.0/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_1="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.1/deployment-mssql.toml" +export DEPLOYMENT_AUTOMATION_MYSQL_WINDOWS_IS_6_2="/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/deployment-tomls/IS-6.2/deployment-mssql.toml" diff --git a/.github/migration-tester/migration-automation/mac-os/migration-script-mac.sh b/.github/migration-tester/migration-automation/mac-os/migration-script-mac.sh index 49d08ce2485..30e9b99dba3 100644 --- a/.github/migration-tester/migration-automation/mac-os/migration-script-mac.sh +++ b/.github/migration-tester/migration-automation/mac-os/migration-script-mac.sh @@ -38,8 +38,8 @@ currentVersion=$(echo $currentVersion | xargs) combinedCurrentVersion="wso2is-${currentVersion}" # Replace all instances of "CurrentVersion" with the combined version value -sed "s/CurrentVersion/${combinedCurrentVersion}/g" "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" >temp_env.sh -mv temp_env.sh "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" +sed "s/CurrentVersion/${combinedCurrentVersion}/g" "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" >temp_env.sh +mv temp_env.sh "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" # Remove spaces from the beginning and end of the migratingVersion variable migratingVersion=$(echo $migratingVersion | xargs) @@ -48,8 +48,8 @@ migratingVersion=$(echo $migratingVersion | xargs) combinedMigratingVersion="wso2is-${migratingVersion}" # Replace all instances of "MigratingVersion" with the value of the "migratingVersion" input, without spaces -sed "s/MigratingVersion/${combinedMigratingVersion}/g" "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" >temp_env.sh -mv temp_env.sh "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" +sed "s/MigratingVersion/${combinedMigratingVersion}/g" "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" >temp_env.sh +mv temp_env.sh "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" # Define the message in a variable for easier modification echo @@ -65,7 +65,7 @@ echo echo "${ORANGE}"PROCESS STARTED!"${RESET}" # Source env file -cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" +cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file sourced successfully!${RESET}" @@ -316,7 +316,7 @@ echo "${GREEN}==> Unzipped migration client successfully${RESET}" cd "$AUTOMATION_HOME_MAC" # Copy migration client from home to migration client folder -cp -r "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/wso2is-migration-1.0.225" "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/" & +cp -r "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation/wso2is-migration-1.0.225" "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/" & cp_pid=$! wait $cp_pid diff --git a/.github/migration-tester/migration-automation/mac-os/setup-mysql-mac.sh b/.github/migration-tester/migration-automation/mac-os/setup-mysql-mac.sh index 732f9e96015..ad17dd1ae91 100644 --- a/.github/migration-tester/migration-automation/mac-os/setup-mysql-mac.sh +++ b/.github/migration-tester/migration-automation/mac-os/setup-mysql-mac.sh @@ -8,7 +8,7 @@ RESET='\033[0m' # reset color database=$5 # Source env file -cd /Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation +cd /Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation chmod +x env.sh source ./env.sh diff --git a/.github/migration-tester/migration-automation/start-server.sh b/.github/migration-tester/migration-automation/start-server.sh index acd303c17b3..8250dda61b2 100644 --- a/.github/migration-tester/migration-automation/start-server.sh +++ b/.github/migration-tester/migration-automation/start-server.sh @@ -12,7 +12,7 @@ migratingVersion=$4 # Setup file and path based on OS and server number if [ "$os" = "ubuntu-latest" ]; then - cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file for Ubuntu sourced successfully${RESET}" @@ -36,7 +36,7 @@ if [ "$os" = "ubuntu-latest" ]; then echo "./wso2server.sh -Dmigrate -Dcomponent=identity -Dcarbon.bootstrap.timeout=300" > start.sh fi elif [ "$os" = "macos-latest" ]; then - cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" diff --git a/.github/migration-tester/migration-automation/stop-server.sh b/.github/migration-tester/migration-automation/stop-server.sh index e4ca3633958..76225e80b8c 100644 --- a/.github/migration-tester/migration-automation/stop-server.sh +++ b/.github/migration-tester/migration-automation/stop-server.sh @@ -10,13 +10,13 @@ stopServer=$2 # Setup file and path based on OS if [ "$os" = "ubuntu-latest" ]; then - cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file for Ubuntu sourced successfully${RESET}" elif [ "$os" = "macos-latest" ]; then - cd "/Users/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" + cd "/Users/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh source ./env.sh echo "${GREEN}==> Env file for Mac sourced successfully${RESET}" diff --git a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh index 4341091dfae..15833335f7f 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh @@ -47,7 +47,7 @@ migratingVersion=$(echo $migratingVersion | xargs) combinedMigratingVersion="wso2is-${migratingVersion}" # Replace all instances of "MigratingVersion" with the value of the "migratingVersion" input, without spaces -sed -i "s/MigratingVersion/${combinedMigratingVersion}/g" /home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh +sed -i "s/MigratingVersion/${combinedMigratingVersion}/g" /home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh # Define the message in a variable for easier modification echo @@ -63,7 +63,7 @@ echo echo "${ORANGE}"PROCESS STARTED!"${RESET}" # Source env file -cd "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation" +cd "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation" chmod +x env.sh . ./env.sh echo "${GREEN}==> Env file sourced successfully${RESET}" @@ -219,7 +219,7 @@ ls -a echo "${GREEN}==> Unzipped migration client successfully${RESET}" # Copy migration client from home to migration client folder -cp -r "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/wso2is-migration-1.0.225" "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/" & +cp -r "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/wso2is-migration-1.0.225" "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/utils/migration-client/" & cp_pid=$! wait $cp_pid diff --git a/.github/migration-tester/migration-automation/ubuntu-os/setup-mysql-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/setup-mysql-ubuntu.sh index 480263bef24..85ede14db80 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/setup-mysql-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/setup-mysql-ubuntu.sh @@ -8,7 +8,7 @@ RESET='\033[0m' # reset color currentVersion=$1 # Source env file -cd /home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation +cd /home/runner/work/product-is/product-is/.github/migration-tester/migration-automation chmod +x env.sh . ./env.sh diff --git a/.github/migration-tester/migration-automation/ubuntu-os/update-pack.sh b/.github/migration-tester/migration-automation/ubuntu-os/update-pack.sh index 86484e2af98..597b0f10b98 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/update-pack.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/update-pack.sh @@ -13,7 +13,7 @@ startServer=$3 # Source env file -. "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh" +. "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/env.sh" echo -e "${GREEN}==> Env file for Ubuntu sourced successfully${NC}" # Copy update tool from utils to bin folder diff --git a/.github/migration-tester/migration-automation/windows-os/migration-script-windows.ps1 b/.github/migration-tester/migration-automation/windows-os/migration-script-windows.ps1 index 89f29366e91..7dcd3cadd6d 100644 --- a/.github/migration-tester/migration-automation/windows-os/migration-script-windows.ps1 +++ b/.github/migration-tester/migration-automation/windows-os/migration-script-windows.ps1 @@ -235,7 +235,7 @@ WaitUntilServerIsUp #cd "$BIN_ISOLD" #bash server-start.sh& -#cd /home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/IS_HOME_OLD/wso2is-5.11.0/bin +#cd /home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/IS_HOME_OLD/wso2is-5.11.0/bin Write-Host "Diverted to bin" #Set-Location -Path "D:\a\Automating-Product-Migration-Testing\Automating-Product-Migration-Testing\02-POC\macos\data-population-and-validation" @@ -767,7 +767,7 @@ cd "D:\a\Automating-Product-Migration-Testing\Automating-Product-Migration-Testi #bash download-migration-client.sh # Wait for the Migration client to be copied -#while [ ! -f "/home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/wso2is-migration-1.0.225" ] +#while [ ! -f "/home/runner/work/product-is/product-is/.github/migration-tester/migration-automation/wso2is-migration-1.0.225" ] #do #echo "\033[0;32m\033[1mMigration client not found in folder, waiting...\033[0;m" #sleep 5