Blame README.md

Christoph Galuschka 0d78f7
This Code is written for and used in the CentOS Automated QA tests process. We welcome all contributions.
Karanbir Singh 853ddc
Grip Firmly 44e7f7
See the doc directory for additional information on test writing.
c208b4
55254f
## Running tests
55254f
55254f
To run these tests on your local machine :
55254f
```
55254f
./runtests.sh
55254f
```
55254f
realsobek 7ad3e8
To only run a specific test ( e.g. p_openssh ) : 
55254f
```
55254f
./runtests.sh p_openssh
55254f
```
55254f
## Writing tests
55254f
55254f
There is a dedicated [wiki page](http://wiki.centos.org/QaWiki/AutomatedTests/WritingTests/t_functional) covering that. As a newcomer, you should read this document from start to finish. 
mscherer 61f62e
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.
55254f
55254f
## Disabling tests
55254f
realsobek 7ad3e8
While it's a very bad idea, sometimes, during major.minor release, our scripts really find issues that are then reported upstream.
48a27c
For the time being, one can add tests to be skipped by our QA harness setup (validating all new installable trees)
48a27c
48a27c
See the [skipped-tests.list](skipped-tests.list) file.