Bug 39114 - utils.package_installed does not consider uninstalled packages
Summary: utils.package_installed does not consider uninstalled packages
Status: CLOSED FIXED
Alias: None
Product: UCS Test
Classification: Unclassified
Component: Framework
Version: unspecified
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: Stefan Gohmann
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-08 10:27 CEST by Stefan Gohmann
Modified: 2023-03-25 06:45 CET (History)
0 users

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2015-08-08 10:27:27 CEST
From Bug #39103

> root@master090:~# dpkg -l univention-samba4
> [...]
> un  univention-samba4 <keine>  (keine Beschreibung vorhanden)
> root@master090:~# python
> Python 2.7.3 (default, Jul  2 2014, 15:00:03) 
> [GCC 4.7.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import univention.testing.utils
> >>> univention.testing.utils.package_installed('univention-samba4')
> univention-samba4
> True
> >>>
Comment 1 Stefan Gohmann univentionstaff 2015-08-08 10:32:26 CEST
Fixed: r62816 + r62817 + r62818

* utils.package_installed(): consider uninstalled packages (Bug #39114)
Comment 2 Stefan Gohmann univentionstaff 2016-10-12 07:48:45 CEST
For this bug is no separate QA needed.