-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-variables.yml.example
33 lines (33 loc) · 1.35 KB
/
test-variables.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
BROWSER:
NAME: headlesschrome
# List of Chrome options - https://peter.sh/experiments/chromium-command-line-switches/
# --disable-dev-shm-usage and --no-sandbox are required for running chromedriver in a container
OPTIONS: add_argument("--ignore-certificate-errors");add_argument("window-size=1920,1024");add_argument("--disable-dev-shm-usage");add_argument("--no-sandbox")
OCP_CONSOLE_URL: "http://console-openshift-console.apps.my-cluster.test.redhat.com/"
ODH_DASHBOARD_URL: "http://odh-dashboard-opendatahub.apps.my-cluster.test.redhat.com/"
RHODS_PROMETHEUS_URL: "https://prometheus-redhat-ods-monitoring.apps.my-cluster.test.redhat.com/"
# RHODS_PROMETHEUS_TOKEN can be obtained running: oc serviceaccounts get-token prometheus -n redhat-ods-monitoring #
RHODS_PROMETHEUS_TOKEN: "prometheus-token"
TEST_USER:
AUTH_TYPE: foo-auth
USERNAME: foo-user
PASSWORD: foo-passwd
OCP_ADMIN_USER:
AUTH_TYPE: "kube:admin"
USERNAME: kubeadmin
PASSWORD: abc123XYZ!
S3:
AWS_ACCESS_KEY_ID: ID-value
AWS_SECRET_ACCESS_KEY: Secret-Key
ANACONDA_CE:
ACTIVATION_KEY: license-key
SSO:
USERNAME: rh-sso-account
PASSWORD: rh-sso-account-pw
RHOSAK_CONFIG_TEST:
STREAM_REGION: stream-aws-region
CLOUD_PROVIDER: stream-cloud-provider
STREAM_NAME: stream-test-name
SERVICE_ACCOUNT: stream-test-sa
TOPIC_NAME: stream-test-topic
CONSUMER_GROUP: stream-test-cg