From Fedora Project Wiki
(Created page with "== Automated Test Ideas for Base Packages == * does the package increase the "base group" install significantly? * does a "base group" install still boot and shutdown cleanly...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Automated Test Ideas for Base Packages == | == Automated Test Ideas for the Base Packages == | ||
* does the package increase the "base group" install significantly? | * does the package increase the "base group" install significantly? | ||
Line 8: | Line 8: | ||
** no failed services | ** no failed services | ||
** no errors in journal | ** no errors in journal | ||
* no shipped files in directories, which have a pendant in /usr like: | |||
** /etc/tmpfiles.d | |||
** /etc/systemd | |||
** /etc/udev | |||
** /etc/modprobe.d | |||
** /etc/dracut.conf.d | |||
** /etc/bash_completion.d | |||
<!-- | |||
=== Future Tests === | |||
* does the "base group" install still boot and shutdown cleanly after /etc and /var have been formatted | |||
* %config not in /etc | |||
--> |
Latest revision as of 15:06, 13 June 2014
Automated Test Ideas for the Base Packages
- does the package increase the "base group" install significantly?
- does a "base group" install still boot and shutdown cleanly?
- on bare metal
- on VM
- as a container
- no failed services
- no errors in journal
- no shipped files in directories, which have a pendant in /usr like:
- /etc/tmpfiles.d
- /etc/systemd
- /etc/udev
- /etc/modprobe.d
- /etc/dracut.conf.d
- /etc/bash_completion.d