From Fedora Project Wiki

Revision as of 20:54, 11 July 2014 by Roshi (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests if system logging infrastructure is available and working as expected. |setup= Launch and instance locally or via a cloud prov...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

  1. Check if system logging facility is working (tail can be replaced with less in the following):
    1. sudo journalctl -a
    2. sudo tail /var/log/secure

Expected Results

  1. Log files should not be empty.
  2. The last entries in logs should correspond to the current date and time.