From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=A brief description of the functionality being tested. |setup=Optionally include information on preparing the test environment |actions= Be as spec...")
 
(half modified,modification in progress)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=A brief description of the functionality being tested.
|description=This test verifies how you can upgrade your Workstation Graphically from Fedora 23 to Fedora 24 with Gnome Software
|setup=Optionally include information on preparing the test environment
|setup=
# Make sure you are running Fedora 23 Workstation with a decent internet connection and root access.
# Enable COPR repo  run {{command|1=dnf copr enable rhughes/f23-gnome320}}
# Install all packages run {{command|1=dnf install PackageKit libhif libgusb libappstream-glib json-glib gnome-software fwupd f24-backgrounds appstream-data}}
# Reboot and look for ''fedora.json'' which you will find {{command|1=~/.cache/gnome-software/3.20/upgrades/fedora.json}}
# Once inside search for ''f24'' change the corresponding key pair value from ''Under Development'' to ''Active'' this will create a situation for gnome-software to prompt us for the updates.
|actions=
|actions=
Be as specific as required for the target audience.
{{admon/warning|Data loss|During upgrade you are advised to backup all your important data as the following process might delete your important files}}
# Start here ...
# gnome-software should notify you when it discovers that a newer OS version is available.
# Next do this ...
# Next do this ...
# Finally click that
# Finally click that

Revision as of 07:16, 11 May 2016

Description

This test verifies how you can upgrade your Workstation Graphically from Fedora 23 to Fedora 24 with Gnome Software

Setup

  1. Make sure you are running Fedora 23 Workstation with a decent internet connection and root access.
  2. Enable COPR repo run dnf copr enable rhughes/f23-gnome320
  3. Install all packages run dnf install PackageKit libhif libgusb libappstream-glib json-glib gnome-software fwupd f24-backgrounds appstream-data
  4. Reboot and look for fedora.json which you will find ~/.cache/gnome-software/3.20/upgrades/fedora.json
  5. Once inside search for f24 change the corresponding key pair value from Under Development to Active this will create a situation for gnome-software to prompt us for the updates.

How to test

Warning.png
Data loss
During upgrade you are advised to backup all your important data as the following process might delete your important files
  1. gnome-software should notify you when it discovers that a newer OS version is available.
  2. Next do this ...
  3. Finally click that

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 completes without error
  2. The system boots into runlevel 5
  3. Program completes with exit code 0

Optional

Optionally provide hints for exploratory testing.