* Update Release Criteria and Test Cases * Testcase batch 1 * Update the post install release criteria for Rocky Linux 9 * Update the test case overview * Update text-formatting * Testcase batch 2 * Fix words and add some links * Missed one word * Make sure the authors are correct * Add text about the release relevance Co-authored-by: lumarel <lumarel@users.noreply.github.com>
1.5 KiB
title | author | revision_date | rc | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QA:Testcase SELinux Errors on Server installations | Lukas Magauer | 2022-05-31 |
|
!!! info "Release relevance" This Testcase applies the following versions of {{ rc.prod }}: {% for version in rc.ver %}{{ version }}{% if not loop.last %}, {% endif %}{% endfor %}
!!! info "Associated release criterion" This test case is associated with the Release_Criteria#selinux-errors-server release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion.
Description
Basically running a text mode installation for a longer amount of time, while using it and then checking if there were any SELinux audit messages.
Setup
Obtain access to a suitable system with one of the text mode installation base groups.
It might also be beneficial to run this test with other than the core installation, but that is a long term test and a bit out of scope of this test.
How to test
- Setup new machine or get access to a installed machine
- As this test is mostly about the stability of the core system it is mostly only needed to let the system run for a few minutes, if possible hours
Expected Results
- Install
sealert
withdnf install setroubleshoot-server
- Run
sealert -a /var/log/audit/audit.log
- There must not be shown any errors / denials
{% include 'testing/qa_testcase_bottom.md' %}