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 cloud image
# Boot instance
# ssh into cloud image
# 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

  1. Boot instance
  2. Get to a bash prompt (open terminal or ssh into cloud instance)
  3. run 'sudo yum update' (or upgrade a specific package)
  4. If a system update was run, reboot the image

Expected Results

The following must be true to consider this a successful test run.

  1. Yum update should finish without error
  2. Updated package should work without error
  3. If a system update was run, ensure the image reboots and runs correctly