Merge lp://staging/~canonical-platform-qa/ubuntu-ota-tests/dbus-upgrade into lp://staging/ubuntu-ota-tests
Status: | Merged |
---|---|
Approved by: | Brendan Donegan |
Approved revision: | 68 |
Merged at revision: | 15 |
Proposed branch: | lp://staging/~canonical-platform-qa/ubuntu-ota-tests/dbus-upgrade |
Merge into: | lp://staging/ubuntu-ota-tests |
Prerequisite: | lp://staging/~barry/ubuntu-ota-tests/packaging |
Diff against target: |
237 lines (+127/-10) 7 files modified
debian/tests/control (+4/-2) debian/tests/ota-dbus-upgrade (+35/-0) ubuntu_ota_tests/hooks.py (+4/-0) ubuntu_ota_tests/reactors.py (+1/-0) ubuntu_ota_tests/selftests/test_services.py (+2/-1) ubuntu_ota_tests/tests/test_basic_upgrade.py (+27/-5) ubuntu_ota_tests/upgrade.py (+54/-2) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/ubuntu-ota-tests/dbus-upgrade |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot | continuous-integration | Approve | |
Christopher Lee (community) | Approve | ||
Barry Warsaw (community) | Approve | ||
Review via email: mp+253423@code.staging.launchpad.net |
This proposal supersedes a proposal from 2015-03-17.
Commit message
Added the upgrade through dbus.
Description of the change
To get this working with si 3.0:
$ ubuntu-device-flash --revision=-1 touch --developer-mode --password 0000 --channel=
$ phablet-network
$ phablet-shell
phablet@
phablet@
phablet@
phablet@
phablet@
phablet@
$ adt-run -B --unbuilt-tree=. --testname command1 --- ssh -s ./adb-reboot-
After installing si 3.0:
$ sudo -s d/00_default. ini d/01_channel. ini
$ cd /etc/system-image
$ mkdir config.d
$ cp client.ini config.
$ cp channel.ini config.
$ exit
Eventually that wouldn't be needed.