From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Ensure it's possible to install packages with yum |setup= |actions= Be as specific as required for the target audience. # Boot cloud image # ssh i...") |
(s/image/instance/) |
||
Line 4: | Line 4: | ||
|actions= | |actions= | ||
Be as specific as required for the target audience. | Be as specific as required for the target audience. | ||
# Boot cloud | # Boot cloud instance | ||
# ssh into cloud | # ssh into cloud instance | ||
# 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 | ||
# reboot the | # reboot the instance | ||
# verify installed package functions | # verify installed package functions | ||
|results= | |results= |
Revision as of 20:46, 11 July 2014
Description
Ensure it's possible to install packages with yum
How to test
Be as specific as required for the target audience.
- Boot cloud instance
- ssh into cloud instance
- 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