[ubuntu/saucy-proposed] checkbox 0.16.5 (Accepted)
Daniel Manrique
roadmr at ubuntu.com
Thu Aug 29 14:34:14 UTC 2013
checkbox (0.16.5) saucy; urgency=low
[ Brendan Donegan ]
* data/whitelists/sru.whitelist - Remove erroneously added usb3 after suspend
test in SRU whitelist.
* plugins/launchpad_report.py - Don't include attachments which have a status
of 'unsupported' (LP: #1196531)
* checkbox/parsers/lshwjson.py, scripts/memory_compare - Create a parser for
lshw and use this in the memory_compare script instead of dmidecode
(LP: #1184661)
* plugins/subunit_report.py - Prevent crash when job output contains
non-ASCII characters (LP: #1196838)
* jobs/info.txt.in - Add lshw_attachment job with dependency on the lshw
package, and also give dmidecode_attachment a dependency on dmidecode,
this way we get the right attachments (LP: #1199245)
[ Daniel Manrique ]
* scripts/internet_test: Added a passing threshold parameter for packet
loss, added auto-adjustment of ping count and deadline so that they don't
conflict with each other (LP: #1211144)
* checkbox/parsers/udevadm: Fixed incorrect determination of network and
wireless device IDs(LP: #1211521)
* checkbox:parsers:submission: Tests and fixes for architecture matching
which was causing udevadm processing to fail on armhf. (LP: #1214123).
* checkbox/parsers/udevadm: Sent some uninteresting devices to the null
category, and other minor tweaks to device categorization (LP: #1211369)
* scripts/network_device_info: ignore UTF-8 decoding errors from udevadm
output, as we do everywhere else (LP: #1210050)
* jobs/stress.txt.in: Added --log-dir to poweroff and reboot stress tests so
log files get written in the expected location (LP: #1205194)
* scripts/gpu_test, jobs/graphics.txt.in: Added checks for existence of
required video files, failing tests if they're not found (LP: #1202946)
* checkbox-old/scripts/gst_pipeline_test: Better debugging output, and
script exits gracefully when the pipeline is unparsable or has a missing
element.
* checkbox-old/jobs/graphics.txt.in: Use videoconvert instead of
ffmpegcolorspace, with a fallback if videoconvert is not found
(LP: #1199259)
* checkbox-old/jobs/input.txt.in: Add more details in pointing test names
so they are easier to identify (LP: #1192541)
* scripts/storage_test: Use parted silent mode to avoid hanging on disks
with GPT (LP: #1215778)
[ Po-Hsu Lin ]
* jobs/mobilebroadband.txt.in: Make it disconnect from the mobile broadband
network after job is completed to avoid any unexpected data transmission
expense (LP: #1204799)
[ Jeff Lane ]
* scripts/fwts_test: script now fails on aborted tests if desired.
jobs/power-management.txt.in: jobs that depend on fwts_wakealarm to pass or
fail now fail on aborted test result. (LP: #1192684)
* scripts/memory_compare: output now displays kB properly, not bytes labled
as kB. (LP: #1217506)
[ Alberto Milone ]
* checkbox-old/scripts/color_depth_info:
- Be more strict in the regex so as to make sure that we catch the
correct string.
- Open the log using the 'rb' flag. This prevents python from throwing
a UnicodeDecodeError.
[ Sylvain Pineau ]
* checkbox-old/scripts/meminfo_resource, cpuinfo_resource: sort items for a
deterministic output. Meant to be used with after_suspend jobs.
* checkbox-old/scripts/gpu_test: Open kern.log in byte mode to avoid the
UnicodeDecodeError management.
* checkbox-old/scripts/memory_compare: set a variable diff. threshold.
* checkbox-old/jobs/suspend.txt.in: Set the wifi reconnect timeout to 90s.
* checkbox-old/scripts/bluetooth_test: Full rewrite in python to log all
obexftp errors.
* checkbox-old/scripts/fwts_test: Added the following new tests:
method, msr, aspm, klog, oops and uefirtvariable (LP: #1202493)
Date: Thu, 29 Aug 2013 09:20:25 -0400
Changed-By: Daniel Manrique <roadmr at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/checkbox/0.16.5
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 29 Aug 2013 09:20:25 -0400
Source: checkbox
Binary: checkbox checkbox-cli checkbox-urwid checkbox-gtk checkbox-qt checkbox-hw-collection
Architecture: source
Version: 0.16.5
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Daniel Manrique <roadmr at ubuntu.com>
Description:
checkbox - System testing application
checkbox-cli - Command line interface for checkbox
checkbox-gtk - GTK interface for checkbox
checkbox-hw-collection - CLI tool for collecting HW information from a system
checkbox-qt - QT4 interface for checkbox
checkbox-urwid - Urwid interface for checkbox
Launchpad-Bugs-Fixed: 1184661 1192541 1192684 1196531 1196838 1199245 1199259 1202493 1202946 1204799 1205194 1210050 1211144 1211369 1211521 1214123 1215778 1217506
Changes:
checkbox (0.16.5) saucy; urgency=low
.
[ Brendan Donegan ]
* data/whitelists/sru.whitelist - Remove erroneously added usb3 after suspend
test in SRU whitelist.
* plugins/launchpad_report.py - Don't include attachments which have a status
of 'unsupported' (LP: #1196531)
* checkbox/parsers/lshwjson.py, scripts/memory_compare - Create a parser for
lshw and use this in the memory_compare script instead of dmidecode
(LP: #1184661)
* plugins/subunit_report.py - Prevent crash when job output contains
non-ASCII characters (LP: #1196838)
* jobs/info.txt.in - Add lshw_attachment job with dependency on the lshw
package, and also give dmidecode_attachment a dependency on dmidecode,
this way we get the right attachments (LP: #1199245)
.
[ Daniel Manrique ]
* scripts/internet_test: Added a passing threshold parameter for packet
loss, added auto-adjustment of ping count and deadline so that they don't
conflict with each other (LP: #1211144)
* checkbox/parsers/udevadm: Fixed incorrect determination of network and
wireless device IDs(LP: #1211521)
* checkbox:parsers:submission: Tests and fixes for architecture matching
which was causing udevadm processing to fail on armhf. (LP: #1214123).
* checkbox/parsers/udevadm: Sent some uninteresting devices to the null
category, and other minor tweaks to device categorization (LP: #1211369)
* scripts/network_device_info: ignore UTF-8 decoding errors from udevadm
output, as we do everywhere else (LP: #1210050)
* jobs/stress.txt.in: Added --log-dir to poweroff and reboot stress tests so
log files get written in the expected location (LP: #1205194)
* scripts/gpu_test, jobs/graphics.txt.in: Added checks for existence of
required video files, failing tests if they're not found (LP: #1202946)
* checkbox-old/scripts/gst_pipeline_test: Better debugging output, and
script exits gracefully when the pipeline is unparsable or has a missing
element.
* checkbox-old/jobs/graphics.txt.in: Use videoconvert instead of
ffmpegcolorspace, with a fallback if videoconvert is not found
(LP: #1199259)
* checkbox-old/jobs/input.txt.in: Add more details in pointing test names
so they are easier to identify (LP: #1192541)
* scripts/storage_test: Use parted silent mode to avoid hanging on disks
with GPT (LP: #1215778)
.
[ Po-Hsu Lin ]
* jobs/mobilebroadband.txt.in: Make it disconnect from the mobile broadband
network after job is completed to avoid any unexpected data transmission
expense (LP: #1204799)
.
[ Jeff Lane ]
* scripts/fwts_test: script now fails on aborted tests if desired.
jobs/power-management.txt.in: jobs that depend on fwts_wakealarm to pass or
fail now fail on aborted test result. (LP: #1192684)
* scripts/memory_compare: output now displays kB properly, not bytes labled
as kB. (LP: #1217506)
.
[ Alberto Milone ]
* checkbox-old/scripts/color_depth_info:
- Be more strict in the regex so as to make sure that we catch the
correct string.
- Open the log using the 'rb' flag. This prevents python from throwing
a UnicodeDecodeError.
.
[ Sylvain Pineau ]
* checkbox-old/scripts/meminfo_resource, cpuinfo_resource: sort items for a
deterministic output. Meant to be used with after_suspend jobs.
* checkbox-old/scripts/gpu_test: Open kern.log in byte mode to avoid the
UnicodeDecodeError management.
* checkbox-old/scripts/memory_compare: set a variable diff. threshold.
* checkbox-old/jobs/suspend.txt.in: Set the wifi reconnect timeout to 90s.
* checkbox-old/scripts/bluetooth_test: Full rewrite in python to log all
obexftp errors.
* checkbox-old/scripts/fwts_test: Added the following new tests:
method, msr, aspm, klog, oops and uefirtvariable (LP: #1202493)
Checksums-Sha1:
d0b44bf971d275fdf8dcee52678fa9f5261cea32 1630 checkbox_0.16.5.dsc
976a7eea275a2ec32b99f7d2e190622b603fb661 4783353 checkbox_0.16.5.tar.gz
Checksums-Sha256:
992b2fc4e8d599fbfbf07fff882fe8f1dde573c218a145fbfcf59c533403c901 1630 checkbox_0.16.5.dsc
159572a3d3b8de1adcc016ced5a22dfc5e2aa63bbe5397bd5ffb9098afbfab33 4783353 checkbox_0.16.5.tar.gz
Files:
1bdaa251568e81ccbdaf4332b7f8876a 1630 utils optional checkbox_0.16.5.dsc
8fe188655d0e21ab4f9bdbdd200dc5ea 4783353 utils optional checkbox_0.16.5.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAEBAgAGBQJSH1XAAAoJELLN2o+BkKXQLAYIAIcDa4imduUL83LcvNnqLl4N
gCOhfPxiVvqcN6GHaRtDwhjYC2mPsoFzd9UJ+EXbc0ovrs7H6j51rX/pa0mF4ppj
cjvaaAgC8xdAcX/cNWxfrv0gWeKundQtWnLf6ZVw/hfeB3jdwyyGNRPjadf0MNrp
iRG8q+ePDk/8mfmxQs387mAX+2usO06z9+zNT8F3a3HG6j0kXAyy6KJL3zgQUVq2
MXKHqYjbTtKUDcuGQJ3jb1u0U1IzAjPn+KUE+GJdrx9RhIFfmauYgI6ylAIBsth5
ZJeZnHNy9O+8F2ON8i3NY3MHA1hckLkaZeTypxeaJX5/E0Cq20EHM4489Jp8OgU=
=pLlV
-----END PGP SIGNATURE-----
More information about the Saucy-changes
mailing list