From Fedora Project Wiki
(we should probably switch this test to journalctl now.) |
No edit summary |
||
Line 13: | Line 13: | ||
# Check if system logging facility is working ({{command|tail}} can be replaced with {{command|less}} in the following): | # Check if system logging facility is working ({{command|tail}} can be replaced with {{command|less}} in the following): | ||
## {{command| su -c 'journalctl -a'}} | ## {{command| su -c 'journalctl -a'}} | ||
# If rsyslog is installed (for example, on the Server Product), check: | |||
## {{command| su -c 'tail /var/log/secure'}} | ## {{command| su -c 'tail /var/log/secure'}} | ||
Revision as of 18:52, 1 December 2014
Description
This test case tests if system logging infrastructure 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'
- If rsyslog is installed (for example, on the Server Product), check:
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.