-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini.sample
47 lines (37 loc) · 1.64 KB
/
config.ini.sample
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
[login]
username=<Enter_username for pantheon2 login>
password=<Enter_password for pantheon2 login>
api_password=<Enter password for API auth>
[uploader]
username=<enter username for pantheon uploader>
password=<enter password for pantheon uploader>
[admin_login]
username=<enter admin username required for teardown operations>
password=<enter admin password required for teardown operations>
[qa]
base_url=https://qa.example.com/
sso_url=https://sso.qa.example.com/
[stage]
base_url=https://stage.example.com/
sso_url=https://sso.stage.example.com/
[dev]
base_url=https://stage.example.com/
sso_url=https://sso.dev.example.com/
[prod]
base_url=https://prod.example.com/
sso_url=https://sso.example.com/
[proxy]
proxy_server=<proxy server url>
[test_mode]
headless=yes #If you don't want your tests to run in headless mode, change the value to 'no'.
[test_repo]
test_repo_url=<URL for test repo to be used, this is a required value for the tests to execute>
repo_name=<Repository name as mentioned in pantheon2.yml in the above test repo>
module_prefix=<Prefix used for all modules in the above test repo>
assembly_prefix=<Prefix used for all assemblies in the above test repo>
[git_import_test_repo]
git_import_repo_url=<URL for test repo to be used, this is a required value for the tests to execute>
git_import_repo_name=<Repository name as mentioned in pantheon2.yml in the above test repo>
git_import_repo_branch=<specify the branch name from which you want to import, eg. master>
number_of_modules_imported=<specify the known number of modules you are uploading, eg. 10>
number_of_files_imported=<specify the known number of files you are uploading, eg. 23>