From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case tests whether all services start properly in a default install. |setup= # Perform an installation of the Fedora release you wish to te...") |
No edit summary |
||
Line 5: | Line 5: | ||
|actions= | |actions= | ||
# Log in to the installed system | # Log in to the installed system | ||
# Press Alt+F2 and | # Press Alt+F2 and run {{command|gnome-terminal -e 'systemctl --all --failed'}} | ||
|results= | |results= | ||
# All services should start properly and systemctl reports no failed service | # All services should start properly and systemctl reports no failed service |
Revision as of 09:34, 25 January 2012
Description
This test case tests whether all services start properly in a default install.
Setup
- Perform an installation of the Fedora release you wish to test following all defaults
How to test
- Log in to the installed system
- Press Alt+F2 and run
gnome-terminal -e 'systemctl --all --failed'
Expected Results
- All services should start properly and systemctl reports no failed service