Merge lp://qastaging/~lool/ubuntu-system-image/use-system-bus-instead-of-session-bus into lp://qastaging/~registry/ubuntu-system-image/client
Proposed by
Loïc Minier
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Barry Warsaw | ||||
Approved revision: | 113 | ||||
Merge reported by: | Barry Warsaw | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://qastaging/~lool/ubuntu-system-image/use-system-bus-instead-of-session-bus | ||||
Merge into: | lp://qastaging/~registry/ubuntu-system-image/client | ||||
Diff against target: |
135 lines (+18/-18) 5 files modified
systemimage/service.py (+4/-4) systemimage/testing/controller.py (+6/-6) systemimage/testing/dbus.py (+2/-2) systemimage/tests/data/dbus-system.conf.in (+2/-2) systemimage/tests/test_dbus.py (+4/-4) |
||||
To merge this branch: | bzr merge lp://qastaging/~lool/ubuntu-system-image/use-system-bus-instead-of-session-bus | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw (community) | Approve | ||
Review via email: mp+177562@code.qastaging.launchpad.net |
Commit message
Use system bus instead of session bus.
Description of the change
Use system bus instead of session bus; this is helpful for the mocks to work like the real service and for consistency with production.
To post a comment you must log in.
NB: tests passed except test_lp1199361 which seems to be either super-slow or misbehaving on my system; seems unrelated though.