From Fedora Project Wiki
(s/image/instance/) |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=Ensure it's possible to install packages with yum | |description=Ensure it's possible to install packages via the command line with yum | ||
|setup= | |setup= | ||
|actions= | |actions= | ||
Be as specific as required for the target audience. | Be as specific as required for the target audience. | ||
# Boot | # Boot fedora instance | ||
# | # Get to a bash prompt | ||
# attempt to install a package (emacs, nginx, apache, etc) via yum | # attempt to install a package (emacs, nginx, apache, etc) via yum | ||
# Use/configure the installed package | # Use/configure the installed package |
Revision as of 14:42, 17 July 2014
Description
Ensure it's possible to install packages via the command line with yum
How to test
Be as specific as required for the target audience.
- Boot fedora instance
- Get to a bash prompt
- attempt to install a package (emacs, nginx, apache, etc) via yum
- Use/configure the installed package
- reboot the instance
- verify installed package functions
Expected Results
The following must be true to consider this a successful test run.
- yum finishes without error
- The installed package runs without error
- System successfully reboots