Merge lp://staging/~ara/hwcert-tools/enabled_vs_certified into lp://staging/~hardware-certification/hwcert-tools/reporting-tools
Proposed by
Ara Pulido
Status: | Merged |
---|---|
Approved by: | Daniel Manrique |
Approved revision: | 113 |
Merged at revision: | 113 |
Proposed branch: | lp://staging/~ara/hwcert-tools/enabled_vs_certified |
Merge into: | lp://staging/~hardware-certification/hwcert-tools/reporting-tools |
Diff against target: |
23 lines (+6/-0) 1 file modified
certification_reports/enabledvscertified.py (+6/-0) |
To merge this branch: | bzr merge lp://staging/~ara/hwcert-tools/enabled_vs_certified |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel Manrique (community) | Approve | ||
Review via email: mp+173054@code.staging.launchpad.net |
Description of the change
There are systems that have two or more pre-installed certificates (hardware or software refresh), but currently the enabled_
If a system has more than 1 pre-installed certificate, we want to report on the newest version of Ubuntu only for n+1 purporses
To post a comment you must log in.
Looks OK, I ran the old and new reports to compare.
I saw a few systems that change:
201206-11404 HP Pro 3500 Series MT PC PASS 12.04
in the new report it has:
201206-11404 HP Pro 3500 Series MT PC PASS 12.04.2
201202-10646 Lenovo ThinkPad Edge E430 PASS 11.10
in the new report it has:
201202-10646 Lenovo ThinkPad Edge E430 FAIL 12.04
as an example, there are a few more.
So it appears to be correctly picking up the *latest* Ubuntu release hat was tested for systems with pre-installed certs.
Thanks!