Merge lp:~fgimenez/snappy/enable-all-for-remote-testbeds into lp:~snappy-dev/snappy/snappy-moved-to-github

Proposed by Federico Gimenez on 2015-07-13
Status: Merged
Approved by: Leo Arias on 2015-07-14
Approved revision: 574
Merged at revision: 579
Proposed branch: lp:~fgimenez/snappy/enable-all-for-remote-testbeds
Merge into: lp:~snappy-dev/snappy/snappy-moved-to-github
Prerequisite: lp:~fgimenez/snappy/failover-with-fake-update
Diff against target: 14 lines (+2/-3)
1 file modified
_integration-tests/main.go (+2/-3)
To merge this branch: bzr merge lp:~fgimenez/snappy/enable-all-for-remote-testbeds
Reviewer Review Type Date Requested Status
Leo Arias 2015-07-13 Approve on 2015-07-14
Review via email: mp+264523@code.launchpad.net

Commit Message

All tests enabled for remote testbeds

Description of the Change

All tests enabled for remote testbeds

To post a comment you must log in.
Leo Arias (elopio) wrote :

good, lets get them all running.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '_integration-tests/main.go'
2--- _integration-tests/main.go 2015-07-08 16:41:48 +0000
3+++ _integration-tests/main.go 2015-07-13 09:20:38 +0000
4@@ -81,9 +81,8 @@
5 } else {
6 execCommand("ssh-copy-id", "-p", strconv.Itoa(testbedPort),
7 "ubuntu@"+testbedIP)
8- // TODO: Also run the other tests.
9- adtRun(rootPath, testFilter, []string{"latest"},
10- remoteTestbedSSHOptions(testbedIP, testbedPort), false)
11+ adtRun(rootPath, testFilter, testPackages,
12+ remoteTestbedSSHOptions(testbedIP, testbedPort), true)
13 }
14 }
15

Subscribers

People subscribed via source and target branches