~canonical-platform-qa/snappy-ecosystem-tests/no-ephemeral-containers

« back to all changes in this revision

Viewing changes to snappy_ecosystem_tests/configs/ecosystem_tests.cfg

  • Committer: Heber Parrucci
  • Date: 2017-02-15 13:56:40 UTC
  • mfrom: (6.1.11 snappy-ecosystem-tests)
  • Revision ID: heber.parrucci@canonical.com-20170215135640-slzmv5k54hd71our
Fixing comments on code review.
Fixing pylint issues.
Addind a simple test for login to Store REST API

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[web-ui]
 
2
browser=chrome
 
3
stage_url=https://myapps.developer.staging.ubuntu.com/
 
4
production_url=https://myapps.developer.ubuntu.com/
 
5
 
 
6
[store]
 
7
# store to use in tests. Possible values: staging or production
 
8
environment=staging
 
9
 
 
10
[staging_urls]
 
11
root_api=https://myapps.developer.staging.ubuntu.com/dev/api/
 
12
upload=https://upload.apps.staging.ubuntu.com/
 
13
sso=https://login.staging.ubuntu.com/api/v2/
 
14
search=https://search.apps.staging.ubuntu.com/
 
15
 
 
16
[production_urls]
 
17
root_api=https://myapps.developer.ubuntu.com/dev/api/
 
18
upload=https://upload.apps.ubuntu.com/
 
19
sso=https://login.ubuntu.com/api/v2/
 
20
search=https://search.apps.ubuntu.com/