This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
overwritecfg.sh
executable file
·56 lines (43 loc) · 2.14 KB
/
overwritecfg.sh
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
cat << EOF > radtests.properties
# OPENSHIFT Version
com.redhat.xpaas.openshift.version=3.7
# OPENSHIFT server domain
com.redhat.xpaas.config.master.url=https://10.15.17.78:8443
# OPENSHIFT username/password
com.redhat.xpaas.config.master.username=developer
com.redhat.xpaas.config.master.password=developer
# OPENSHIFT project/namespace to run the testsuite
com.redhat.xpaas.config.master.namespace=radtests-one
com.redhat.xpaas.config.login.maxattempts=20
# General
# TODO: Change to a reasonable timeout, currently set to high for test dev, 1000=1sec
com.redhat.xpaasqe.rad.config.timeout=500000000
com.redhat.xpaasqe.rad.config.httptimeout=5000000
com.redhat.xpaasqe.rad.config.webdriver=webdriver.chrome.driver
com.redhat.xpaasqe.rad.config.webdriver.path=/usr/bin/chromedriver
com.redhat.xpaasqe.rad.config.host.ip=10.15.17.78
com.redhat.xpaasqe.rad.config.route.suffix=.nip.io
com.redhat.xpaasqe.rad.config.use.headless.tests=true
# If running locally set to false
com.redhat.xpaasqe.utilities.config.openshift.use.token=true
com.redhat.xpaasqe.utilities.config.auth.token=J7JqMKgZvD1IujvzGQrflBZMQIlyrGmDuecfNBLXHRU
# Ophicleide configs
com.redhat.xpaasqe.rad.ophicleide.config.ophicleide.app.name=ophicleide
com.redhat.xpaasqe.rad.ophicleide.config.model.name=Linconl's Plan of Reconstruction
com.redhat.xpaasqe.rad.ophicleide.config.model.url=https://www.gutenberg.org/files/56039/56039-0.txt
com.redhat.xpaasqe.rad.ophicleide.config.model.queryWord=james
# Oshinko config
com.redhat.xpaasqe.rad.oshinko.config.app.name=oshinko-web
com.redhat.xpaasqe.rad.oshinko.config.service.account=oshinko
com.redhat.xpaasqe.rad.oshinko.config.use.headless=true
com.redhat.xpaasqe.rad.oshinko.config.sparkcluster.name=sparkc
com.redhat.xpaasqe.rad.oshinko.config.oshinko.initialworkers=2
com.redhat.xpaasqe.rad.oshinko.config.oshinko.masterurl=spark://sparkc:7077
# MongoDB
com.redhat.xpaasqe.rad.mongoDB.config.mongodb.name=ophicleide
com.redhat.xpaasqe.rad.mongoDB.config.mongodb.app.name=mongodb
# Hadoop info
com.redhat.xpaasqe.rad.hadoop.host=et10.et.eng.bos.redhat.com
com.redhat.xpaasqe.rad.hadoop.port=9000
com.redhat.xpaasqe.rad.hadoop.path=/integration/README.txt
EOF