From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= This test case will focus on testing Fedora CoreOS to upgrade from Stable/Testing to the new stable. |setup= |results= |optional= }}") |
No edit summary |
||
Line 2: | Line 2: | ||
|description= This test case will focus on testing Fedora CoreOS to upgrade from Stable/Testing to the new stable. | |description= This test case will focus on testing Fedora CoreOS to upgrade from Stable/Testing to the new stable. | ||
|setup= | |setup= | ||
# Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=stable <b>stable</b>] | |||
# Download and verify the latest [https://getfedora.org/coreos/download?tab=metal_virtualized&stream=testing <b>testing</b>] | |||
|actions= | |||
# Stop the service that performs automatic updates by executing <code>$ sudo systemctl stop zincati.service</code> | |||
# Perform the rebase to a different stream and reboot | |||
<pre>Available streams: "stable", "testing", and "next" | |||
STREAM="testing" | |||
$ sudo rpm-ostree rebase "fedora/x86_64/coreos/${STREAM}"</pre> | |||
|results= | |results= | ||
# Inspect the package difference | |||
# The system will boot the latest release on the new stream and will follow that stream for future updates | |||
|optional= | |optional= | ||
}} | }} |
Revision as of 10:10, 25 May 2020
Description
This test case will focus on testing Fedora CoreOS to upgrade from Stable/Testing to the new stable.
Setup
How to test
- Stop the service that performs automatic updates by executing
$ sudo systemctl stop zincati.service
- Perform the rebase to a different stream and reboot
Available streams: "stable", "testing", and "next" STREAM="testing" $ sudo rpm-ostree rebase "fedora/x86_64/coreos/${STREAM}"
Expected Results
- Inspect the package difference
- The system will boot the latest release on the new stream and will follow that stream for future updates