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...")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Associated_release_criterion|Alpha|updates}}
{{Template:Associated_release_criterion|Beta|updates}}
{{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.
# Boot fedora instance
# Boot cloud image
# Get to a bash prompt
# ssh into cloud image
# 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 image
# reboot the instance
# verify installed package functions
# verify installed package functions
|results=
|results=

Latest revision as of 16:30, 17 July 2014

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#updates release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.
Note.png
Associated release criterion
This test case is associated with the Fedora_40_Beta_Release_Criteria#updates release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

Ensure it's possible to install packages via the command line with yum


How to test

  1. Boot fedora instance
  2. Get to a bash prompt
  3. attempt to install a package (emacs, nginx, apache, etc) via yum
  4. Use/configure the installed package
  5. reboot the instance
  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