From Fedora Project Wiki
(Fixed some formatting) |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This test case ensures that disk drive(s) are properly unmounted during a power-down or a restart. | |description=This test case ensures that disk drive(s) are properly unmounted during a power-down or a restart. | ||
|setup= | |setup= | ||
# Install the pre-released version of Fedora to be tested. | # Install the pre-released version of Fedora to be tested. If you are installing from a Live OS, perform the steps below with the LiveOS before doing the install. After this go ahead with the install | ||
# Reboot the system to the hard drive after the install. | # Reboot the system to the hard drive after the install. | ||
|actions= | |actions= | ||
# On the running system, Switch to a free virtual console using Ctrl+Alt+F<n> shortcut and log in. | # On the running system, Switch to a free virtual console using Ctrl+Alt+F<n> shortcut and log in. | ||
# At the command prompt, issue the following command | # At the command prompt, issue the following command journalctl -b | grep -E 'dirty bit|data may be corrupt|recovery' There should not be any output from this command | ||
# At the command prompt, issue the following command {{journalctl -b | grep -E 'unmounted|recovering'}} There should not be any output from this command | |||
# | # If there has been any output from this command or the prior command, and the command prompt issue the following command {{command|journalctl -b > journal.txt}} File a bug report and attach the journal.txt file to the report. | ||
# Close the Journal output and restart the test system using the command {{command|reboot}} on the virtual console. | # Close the Journal output and restart the test system using the command {{command|reboot}} on the virtual console. | ||
# Repeat steps 1 through 3 above. | # Repeat steps 1 through 3 above. | ||
|results= | |results= | ||
}} | }} | ||
[[Category:Base_Acceptance_Test_Cases]] | [[Category:Base_Acceptance_Test_Cases]] | ||
[[Category:Package systemd test cases]] | [[Category:Package systemd test cases]] |
Revision as of 15:43, 5 December 2019
Description
This test case ensures that disk drive(s) are properly unmounted during a power-down or a restart.
Setup
- Install the pre-released version of Fedora to be tested. If you are installing from a Live OS, perform the steps below with the LiveOS before doing the install. After this go ahead with the install
- Reboot the system to the hard drive after the install.
How to test
- On the running system, Switch to a free virtual console using Ctrl+Alt+F<n> shortcut and log in.
- At the command prompt, issue the following command journalctl -b