README.md

This Code is written for and used in the CentOS Automated QA tests process. We welcome all contributions.

See the doc directory for additional information on test writing.

Nightly Test Status

CentOS Version/Architecture Build Status
CentOS 8-Stream - x86_64 Build Status
CentOS 8 - x86_64 Build Status
CentOS 7 - x86_64 Build Status

Running tests

To run these tests on your local machine :

./runtests.sh

To only run a specific test ( e.g. p_openssh ) :

./runtests.sh p_openssh

Writing tests

There is a dedicated wiki page covering that. As a newcomer, you should read this document from start to finish. Questions/comments/suggestions should be voiced in the #centos-devel channel on Libera IRC, or via email on the centos-devel@centos.org mailing list.

Disabling tests

While it's a very bad idea, sometimes, during major.minor release, our scripts really find issues that are then reported upstream. For the time being, one can add tests to be skipped by our QA harness setup (validating all new installable trees)

See the skipped-tests.list file.