# Cohesity E2E test credentials — DO NOT COMMIT
# Source this file before running E2E tests:
#   source tests/.env && python3 -m pytest tests/e2e/ -v -m e2e

# --- Required ---
export COHESITY_E2E=1
export COHESITY_SERVER=10.14.57.205
export COHESITY_USERNAME=admin
export COHESITY_PASSWORD=admin
export COHESITY_VALIDATE_CERTS=false

# --- Oracle Standalone ---
#export ORACLE_SOURCE_TYPE=standalone
#export ORACLE_ENDPOINT=vautogzr90719.eng.cohesity.com

# --- Oracle RAC (uncomment to switch) ---
 export ORACLE_SOURCE_TYPE=rac
 export SCAN_VIP_ADDRESS=10.14.40.126
 export RAC_ENDPOINT=10.14.40.122

# --- Job settings ---
export ORACLE_JOB_NAME=protect_oracle
export ORACLE_JOB_POLICY=Bronze
export ORACLE_STORAGE_DOMAIN=DefaultStorageDomain

# --- Restore settings ---
export ORACLE_SOURCE_DB=db1
export ORACLE_TARGET_DB=db1
export ORACLE_TARGET_SERVER=vautogzr90719.eng.cohesity.com
export ORACLE_HOME=/u01/app/oracle/product/12.1.0.2/db_1
export ORACLE_BASE=/u01/app/oracle
export ORACLE_DATA=/u01/app/oracle/product/12.1.0.2/db_1
