Backport to 15.04 and update integration tests #261

Merged
merged 9 commits into from Jan 4, 2016

Conversation

Projects
None yet
3 participants
Contributor

fgimenez commented Dec 17, 2015

The patch isn't very meaningful with all the renaming, these are the changes that may not be clear from the commit messages:

  • The build tests were failing because of a missing "vendor" field in the package.yaml of local snaps
  • The config tests failed because we were using "systemctl disable" instead of "systemctl mask" for shutting down snappy-autopilot
  • updateSuite.TestUpdateToSameReleaseAndChannel was failing with "mount / is busy", none of the other tests that use the fake upload have this issue. It's been skipped until we understand the problem.

Also, the jenkins job has been updated to take into account the target branch, when it is "15.04" the tests are run in a 15.04/edge image

Collaborator

mvo5 commented Dec 18, 2015

This is very very nice indeed! A bit hard to review as its so much, but given that its a backport so pretty much everything was reviewed before I think its fine. 👍

chipaca added a commit that referenced this pull request Jan 4, 2016

Merge pull request #261 from fgimenez/backport-and-update-integration…
…-tests

Backport to 15.04 and update integration tests

@chipaca chipaca merged commit d84e6e0 into snapcore:15.04 Jan 4, 2016

1 check passed

Integration tests Success 54 tests run, 0 skipped, 0 failed.
Details

@fgimenez fgimenez deleted the fgimenez:backport-and-update-integration-tests branch Jan 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment