[ubuntu/saucy-proposed] checkbox 0.16.1 (Accepted)
Daniel Manrique
roadmr at ubuntu.com
Wed May 15 21:25:17 UTC 2013
checkbox (0.16.1) saucy; urgency=low
* New upstream release (LP: #1180545):
* Launchpad automated translation updates
[ Alberto Milone ]
* scripts/graphics_stress_test, scripts/rotation_test: make sure to
always reset the "screen" variable. Somehow the NVIDIA driver manages
to make it unusable after the first time. (LP: #1172667)
[ Brendan Donegan ]
* checkbox/parsers/submission.py - publish kernel-release information to
interested parties.
* scripts/rendercheck_test - change nargs='+' to action='append' for blacklist
option so it works as expected.
jobs/rendercheck.txt.in - blacklist gradients test as it is known to produce
false positives. (LP: #1093718)
* plugins/hexr_transport.py - added plugin for submitting to HEXR and
certification based on certify_new_transport from checkbox-certification.
examples/checkbox-qt.ini - blacklisted hexr_transport as we won't use it
examples/checkbox-cli.ini - blacklisted hexr_transport as we won't use it
examples/checkbox-urwid.ini - blacklisted hexr_transport as we won't use it
[ Daniel Manrique ]
* Ensured that button strings from the "continue" dialog are translatable
(LP: #1176695)
[ Jeff Lane ]
* checkbox/parsers/cpuinfo.py - split on first instance of ':' in cpuinfo
output lines to avoid splitting into more than 2 items. Also fixed a pep8
issue discovered while working on this. (LP: #1180496)
* scripts/cpu_offlining: Modified script to no longer offline cpu0 to resolve
a bug on ARM. Modified output so most of it is redirected to stderr for
fail cases, we don't need that much for success cases. (LP: #1078897)
* jobs/mediacard.txt.in: Modified test instructions to be less confusing
(LP: #970857)
* scripts/cpu_topology: define the cpuinfo nested dicts on creation rather
than define elements during parsing of /proc/cpuinfo (LP: #1111878)
* scripts/lsmod_info: Corrected error handling for the check_output() call to
trap the correct error. (LP: #1103647)
* jobs/camera.txt.in: removed an extraneous requres line for gir1.2
scripts/camera_test: added code to determine what version of gst we're
using and set video type and plugin accordingly. (LP: #1100594)
* scripts/network_check: added ability to specify custom target URL for
debugging failures (LP: #1128017)
* scripts/removable_storage_test: Added error handling to trap OSError on
non-writable media and modified output to handle subsequent
ZeroDivisionError issues when summarizing test results.
jobs/media.txt.in: Modified instructions for SD/SDHC to specify using
UNLOCKED cards to avoid issues when testing read-only media (LP: #1153894)
[ Sylvain Pineau ]
* jobs/suspend.txt.in, scripts/gpu_test: Remove the need of running the script
with the root user, restore the workspaces switch and the HTML5 video
playback ; remove the extra suspend/resume (LP: #1172851)
* checkbox/parsers/udevadm.py: Only filter devices without product AND vendor
information (LP: #1167733)
Date: Wed, 15 May 2013 16:39:12 -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.1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 15 May 2013 16:39:12 -0400
Source: checkbox
Binary: checkbox checkbox-cli checkbox-urwid checkbox-gtk checkbox-qt checkbox-hw-collection
Architecture: source
Version: 0.16.1
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: 970857 1078897 1093718 1100594 1103647 1111878 1128017 1153894 1167733 1172667 1172851 1176695 1180496 1180545
Changes:
checkbox (0.16.1) saucy; urgency=low
.
* New upstream release (LP: #1180545):
.
* Launchpad automated translation updates
.
[ Alberto Milone ]
* scripts/graphics_stress_test, scripts/rotation_test: make sure to
always reset the "screen" variable. Somehow the NVIDIA driver manages
to make it unusable after the first time. (LP: #1172667)
.
[ Brendan Donegan ]
* checkbox/parsers/submission.py - publish kernel-release information to
interested parties.
* scripts/rendercheck_test - change nargs='+' to action='append' for blacklist
option so it works as expected.
jobs/rendercheck.txt.in - blacklist gradients test as it is known to produce
false positives. (LP: #1093718)
* plugins/hexr_transport.py - added plugin for submitting to HEXR and
certification based on certify_new_transport from checkbox-certification.
examples/checkbox-qt.ini - blacklisted hexr_transport as we won't use it
examples/checkbox-cli.ini - blacklisted hexr_transport as we won't use it
examples/checkbox-urwid.ini - blacklisted hexr_transport as we won't use it
.
[ Daniel Manrique ]
* Ensured that button strings from the "continue" dialog are translatable
(LP: #1176695)
.
[ Jeff Lane ]
* checkbox/parsers/cpuinfo.py - split on first instance of ':' in cpuinfo
output lines to avoid splitting into more than 2 items. Also fixed a pep8
issue discovered while working on this. (LP: #1180496)
* scripts/cpu_offlining: Modified script to no longer offline cpu0 to resolve
a bug on ARM. Modified output so most of it is redirected to stderr for
fail cases, we don't need that much for success cases. (LP: #1078897)
* jobs/mediacard.txt.in: Modified test instructions to be less confusing
(LP: #970857)
* scripts/cpu_topology: define the cpuinfo nested dicts on creation rather
than define elements during parsing of /proc/cpuinfo (LP: #1111878)
* scripts/lsmod_info: Corrected error handling for the check_output() call to
trap the correct error. (LP: #1103647)
* jobs/camera.txt.in: removed an extraneous requres line for gir1.2
scripts/camera_test: added code to determine what version of gst we're
using and set video type and plugin accordingly. (LP: #1100594)
* scripts/network_check: added ability to specify custom target URL for
debugging failures (LP: #1128017)
* scripts/removable_storage_test: Added error handling to trap OSError on
non-writable media and modified output to handle subsequent
ZeroDivisionError issues when summarizing test results.
jobs/media.txt.in: Modified instructions for SD/SDHC to specify using
UNLOCKED cards to avoid issues when testing read-only media (LP: #1153894)
.
[ Sylvain Pineau ]
* jobs/suspend.txt.in, scripts/gpu_test: Remove the need of running the script
with the root user, restore the workspaces switch and the HTML5 video
playback ; remove the extra suspend/resume (LP: #1172851)
* checkbox/parsers/udevadm.py: Only filter devices without product AND vendor
information (LP: #1167733)
Checksums-Sha1:
34459e4f7ca75124c04d7afb6d2478a9dcfb59e7 1640 checkbox_0.16.1.dsc
79220216a551d73a0d5ed9fc3c64c8106790f5f4 4817536 checkbox_0.16.1.tar.gz
Checksums-Sha256:
a5e14d010e0ab464a7cc2a23a8e92ae90856621f572aecee8f777b83bd223503 1640 checkbox_0.16.1.dsc
b653b967ced08007dfe45b1259fea133352d3ab9cd9921836204cb262678f16a 4817536 checkbox_0.16.1.tar.gz
Files:
809a8f2ca7f58475665898cd919515fe 1640 utils optional checkbox_0.16.1.dsc
232f024ad8d51476d3951bc3af6319a4 4817536 utils optional checkbox_0.16.1.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAEBAgAGBQJRk/PyAAoJELLN2o+BkKXQVKUIAIytGOfiLzfg+fI9qpR7dSMJ
Yl1jzX8A26gBKw9aOTU8VRAzvx4Q2j9Sg5gPOz3jxZVWdBsc+sSixbXFX6anrMBp
8OvgRrgKSIrqlshnt7f7lUrSrU1DleIPoJtlmA+/7pl96jp9K1WCH9jVtTJSGp7z
YBv8UbR3AWECJ7qZlVW5GZmWIK6AIBbdXswuEhmKdoO2wzmIVZhoLMdkdYkyckmL
5a1kekK5d3335KmqxZe6zP5G5VGEs70ZWMRLOWSIfrKOsvHXKSUxNtArMQhKJ0uS
1HHEdVPnhLCS1lh3JPGILCCSXIb3xcP0x5X2mJxDHisqkcVKxdzaHZUOvE74Sus=
=6+PX
-----END PGP SIGNATURE-----
More information about the Saucy-changes
mailing list