kiwi-el8/test/unit/package_manager
Marcus Schäfer 79080d1c97
Fixed uninstall handling via dnf, microdnf, zypper
The above package managers supports uninstall instructions
like 'iwl*'. In kiwi there was code checking via rpm if
the packages given to uninstall actually exists. That code
does not work if the given package to uninstall is an
instruction that matches a pattern. Therefore if we use
the uninstall section in the kiwi image description, just
pass the provided information to the package manager and
don't try to be clever in kiwi itself.
2021-09-10 23:49:37 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
apt_test.py Change packagemanager setting from apt-get to apt 2021-03-15 16:13:02 +01:00
base_test.py Decommission obsolete code reaching EOL 2021-04-10 20:04:39 +02:00
dnf_test.py Fixed uninstall handling via dnf, microdnf, zypper 2021-09-10 23:49:37 +02:00
init_test.py Delete yum from packagemanager in schema 2021-03-19 15:45:11 +01:00
microdnf_test.py Fixed uninstall handling via dnf, microdnf, zypper 2021-09-10 23:49:37 +02:00
pacman_test.py Prevent calling pacman through a shell 2021-06-21 11:51:43 +02:00
zypper_test.py Fixed uninstall handling via dnf, microdnf, zypper 2021-09-10 23:49:37 +02:00