Merge lp://staging/~canonical-platform-qa/auto-upgrade-testing-specifications/updating_profiles into lp://staging/auto-upgrade-testing-specifications
Proposed by
Christopher Lee
Status: | Merged |
---|---|
Approved by: | Max Brustkern |
Approved revision: | 11 |
Merged at revision: | 2 |
Proposed branch: | lp://staging/~canonical-platform-qa/auto-upgrade-testing-specifications/updating_profiles |
Merge into: | lp://staging/auto-upgrade-testing-specifications |
Diff against target: |
601 lines (+460/-0) 21 files modified
cloudinit/default (+16/-0) cloudinit/ubuntu-desktop (+20/-0) examples/backends/backend-example-lxc.yaml (+16/-0) examples/backends/backend-example-qemu.yaml (+15/-0) examples/backends/backend-example-touch.yaml (+14/-0) examples/specifications/example-test-specification.yaml (+32/-0) profiles/trusty/ubuntu-trusty-xenial-basic-amd64_lxc.yaml (+15/-0) profiles/trusty/ubuntu-trusty-xenial-basic-amd64_qemu.yaml (+16/-0) profiles/trusty/ubuntu-trusty-xenial-basic-i386_lxc.yaml (+15/-0) profiles/trusty/ubuntu-trusty-xenial-basic-i386_qemu.yaml (+16/-0) profiles/trusty/ubuntu-trusty-xenial-desktop-amd64_lxc.yaml (+15/-0) profiles/trusty/ubuntu-trusty-xenial-desktop-amd64_qemu.yaml (+18/-0) profiles/trusty/ubuntu-trusty-xenial-desktop-i386_lxc.yaml (+15/-0) profiles/trusty/ubuntu-trusty-xenial-desktop-i386_qemu.yaml (+18/-0) profiles/wily/ubuntu-wily-xenial-basic-amd64_qemu.yaml (+16/-0) profiles/wily/ubuntu-wily-xenial-basic-i386_qemu.yaml (+16/-0) profiles/wily/ubuntu-wily-xenial-desktop-amd64_qemu.yaml (+18/-0) profiles/wily/ubuntu-wily-xenial-desktop-i386_qemu.yaml (+18/-0) tests/lts-desktop/post (+104/-0) tests/lts-desktop/pre (+43/-0) tests/null (+4/-0) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/auto-upgrade-testing-specifications/updating_profiles |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Max Brustkern (community) | Approve | ||
Review via email: mp+286575@code.staging.launchpad.net |
Commit message
Update specifications to refer to tests scripts relative path. Update details in examples.
Description of the change
Update specifications to refer to tests scripts relative path. Update details in examples.
To post a comment you must log in.
We'll also need the cloudinit directory for some of the desktop profiles to work. Also, diff comments. Most of them could be ignored until later, but it seems like a little cleanup when starting a new project isn't the worst idea. I can make a branch for that if you want.