Log dir path should be pass to udm to simplify debugging
Bug #1279532 reported by
Manuel de la Peña
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
Fix Released
|
Low
|
Manuel de la Peña |
Bug Description
In order to simplify debugging udm should support getting the log via the command line (bug 1279521) and the tests should pass the tmp dir of the tests.
Related branches
lp://qastaging/~mandel/ubuntu-system-image/udm-log
- Barry Warsaw (community): Approve
-
Diff: 13 lines (+2/-1)1 file modifiedsystemimage/testing/controller.py (+2/-1)
lp://qastaging/~barry/ubuntu-system-image/citrain-2.2
Merged
into
lp://qastaging/~ubuntu-managed-branches/ubuntu-system-image/system-image
at
revision 231
- Manuel de la Peña (community): Approve
- Ubuntu CI managed package branches: Pending requested
-
Diff: 1484 lines (+646/-221)33 files modifiedNEWS.rst (+22/-0)
PKG-INFO (+1/-1)
debian/changelog (+26/-0)
debian/patches/lp1284217.patch (+0/-106)
debian/patches/series (+0/-1)
debian/rules (+3/-0)
ini-manpage.rst (+6/-2)
setup.cfg (+1/-1)
system_image.egg-info/PKG-INFO (+1/-1)
system_image.egg-info/SOURCES.txt (+4/-0)
system_image.egg-info/entry_points.txt (+1/-1)
systemimage/api.py (+16/-3)
systemimage/bag.py (+9/-1)
systemimage/config.py (+54/-14)
systemimage/dbus.py (+29/-13)
systemimage/download.py (+13/-39)
systemimage/main.py (+6/-2)
systemimage/scores.py (+1/-1)
systemimage/state.py (+2/-10)
systemimage/testing/controller.py (+2/-1)
systemimage/testing/dbus.py (+0/-2)
systemimage/testing/helpers.py (+11/-0)
systemimage/tests/data/channel_02.ini (+3/-0)
systemimage/tests/data/config_05.ini (+36/-0)
systemimage/tests/data/config_06.ini (+36/-0)
systemimage/tests/data/config_07.ini (+36/-0)
systemimage/tests/data/config_08.ini (+36/-0)
systemimage/tests/test_api.py (+16/-2)
systemimage/tests/test_bag.py (+61/-0)
systemimage/tests/test_config.py (+56/-4)
systemimage/tests/test_dbus.py (+128/-14)
systemimage/tests/test_main.py (+29/-1)
systemimage/version.txt (+1/-1)
tags: | added: client |
Changed in ubuntu-system-image: | |
status: | In Progress → Fix Released |
status: | Fix Released → In Progress |
Changed in ubuntu-system-image: | |
status: | In Progress → Fix Committed |
milestone: | none → 2.2 |
Changed in ubuntu-system-image: | |
milestone: | 2.2 → none |
status: | Fix Committed → Triaged |
importance: | Medium → Low |
Changed in ubuntu-system-image: | |
milestone: | none → 2.2 |
status: | Triaged → Fix Committed |
Changed in ubuntu-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.