From Fedora Project Wiki

Revision as of 17:55, 7 July 2014 by Roshi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Ensure it's possible to install packages with yum


How to test

Be as specific as required for the target audience.

  1. Boot cloud image
  2. ssh into cloud image
  3. attempt to install a package (emacs, nginx, apache, etc) via yum
  4. Use/configure the installed package
  5. reboot the image
  6. verify installed package functions

Expected Results

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

  1. yum finishes without error
  2. The installed package runs without error
  3. System successfully reboots