From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Ensure the system and packages can be upgraded |setup= |actions= # Boot cloud image # ssh into cloud image # run 'sudo yum update' (or upgrade a s...") |
No edit summary |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
|actions= | |actions= | ||
# Boot | # Boot instance | ||
# ssh into cloud | # Get to a bash prompt (open terminal or ssh into cloud instance) | ||
# run 'sudo yum update' (or upgrade a specific package) | # run 'sudo yum update' (or upgrade a specific package) | ||
# If a system update was run, reboot the image | # If a system update was run, reboot the image |
Revision as of 15:29, 17 July 2014
Description
Ensure the system and packages can be upgraded
How to test
- Boot instance
- Get to a bash prompt (open terminal or ssh into cloud instance)
- run 'sudo yum update' (or upgrade a specific package)
- If a system update was run, reboot the image
Expected Results
The following must be true to consider this a successful test run.
- Yum update should finish without error
- Updated package should work without error
- If a system update was run, ensure the image reboots and runs correctly