From Fedora Project Wiki
(Created page with "{{Template:Associated_release_criterion|Beta|Remote_logging}} {{QA/Test_Case |description=This test case tests if remote logging is available and working as expected. |setup=...") |
No edit summary |
||
Line 9: | Line 9: | ||
## Live Image: [[QA:TestCases/Install_Source_Live_Image]] | ## Live Image: [[QA:TestCases/Install_Source_Live_Image]] | ||
# If necessary, reboot your system after the installation. | # If necessary, reboot your system after the installation. | ||
# | |||
|actions= | |actions= | ||
# If you are using a graphical environment, open a terminal window. | # If you are using a graphical environment, open a terminal window. |
Latest revision as of 14:23, 4 December 2014
Description
This test case tests if remote logging is available and working as expected.
Setup
- Install Fedora using one of the following methods:
- Boot ISO: QA/TestCases/InstallSourceBootIso
- DVD: QA/TestCases/InstallSourceDvd
- Live Image: QA:TestCases/Install_Source_Live_Image
- If necessary, reboot your system after the installation.
How to test
- If you are using a graphical environment, open a terminal window.
- Check if system logging facility is working (
tail
can be replaced withless
in the following):su -c 'journalctl -a'
su -c 'tail /var/log/secure'
Expected Results
- Log files should not be empty.
- The last entries in logs should correspond to the current date and time.