From Fedora Project Wiki
Description
This test case tests if system logging infrastructure is available and working as expected.
Setup
Launch and instance locally or via a cloud provider
How to test
- Check if system logging facility is working (
tail
can be replaced withless
in the following):sudo journalctl -a
sudo 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.