forked from testing/wiki
154e709632
* 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.2 KiB
1.2 KiB
title | author | revision_date | rc | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QA:Testcase System Services | 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#system-services release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion.
Description
This test covers the check, that all basic system service which are getting installed with the base groups are starting / running normally.
Setup
- Acquire access to either a baremetal machine or a VM host, to install a new machine
- Prepare appropriate media for the selected ISO to be tested.
- Example: QA:Testcase Media USB dd
How to test
Startup the system and check that all services are running without any failure:
systemctl status
Expected Results
The tests during the process could be successfully finished.
{% include 'testing/qa_testcase_bottom.md' %}