Merge lp:~canonical-platform-qa/snappy-ecosystem-tests/fixes-environment-setup into lp:snappy-ecosystem-tests

Proposed by Heber Parrucci
Status: Merged
Approved by: Santiago Baldassin
Approved revision: 42
Merged at revision: 42
Proposed branch: lp:~canonical-platform-qa/snappy-ecosystem-tests/fixes-environment-setup
Merge into: lp:snappy-ecosystem-tests
Diff against target: 25 lines (+2/-2)
2 files modified
snappy_ecosystem_tests/environment/containers/lxd.py (+1/-1)
snappy_ecosystem_tests/environment/data/snapd.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/snappy-ecosystem-tests/fixes-environment-setup
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Santiago Baldassin (community) Approve
Review via email: mp+319920@code.launchpad.net

Commit message

Fix the problem of reaching the container images url and the ping for checking internet connectivity.

Description of the change

Fix the problem of reaching the container images url and the ping for checking internet connectivity.

To post a comment you must log in.
Revision history for this message
Santiago Baldassin (sbaldassin) wrote :

Looks good

review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snappy_ecosystem_tests/environment/containers/lxd.py'
2--- snappy_ecosystem_tests/environment/containers/lxd.py 2017-03-10 12:40:23 +0000
3+++ snappy_ecosystem_tests/environment/containers/lxd.py 2017-03-15 12:40:23 +0000
4@@ -153,7 +153,7 @@
5 for _ in range(attempts_count):
6 try:
7 self._execute_command(
8- container, 'ping -c 1 {}'.format(ping_domain))
9+ container, 'curl -I {}'.format(ping_domain))
10 break
11 except ValueError:
12 LOGGER.info('Sleeping for %s second(s)', attempt_interval)
13
14=== modified file 'snappy_ecosystem_tests/environment/data/snapd.py'
15--- snappy_ecosystem_tests/environment/data/snapd.py 2017-03-09 17:24:06 +0000
16+++ snappy_ecosystem_tests/environment/data/snapd.py 2017-03-15 12:40:23 +0000
17@@ -25,7 +25,7 @@
18 "source": {
19 "type": "image",
20 "mode": "pull",
21- "server": "https://cloud-images.ubuntu.com/releases",
22+ "server": "http://cloud-images.ubuntu.com/releases",
23 "protocol": "simplestreams",
24 "fingerprint": "16.04"
25 },

Subscribers

People subscribed via source and target branches