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= | |description=This test verifies how you can upgrade your Workstation Graphically from Fedora 23 to Fedora 24 with Gnome Software | ||
| | |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= | ||
{{admon/warning|Data loss|During upgrade you are advised to backup all your important data as the following process might delete your important files}} | |||
# | # 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
- Make sure you are running Fedora 23 Workstation with a decent internet connection and root access.
- Enable COPR repo run
dnf copr enable rhughes/f23-gnome320
- Install all packages run
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
~/.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.
How to test
- gnome-software should notify you when it discovers that a newer OS version is available.
- Next do this ...
- Finally click that
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- Step #1 completes without error
- The system boots into runlevel 5
- Program completes with exit code 0
Optional
Optionally provide hints for exploratory testing.