.. _beaker_tests:
Beaker tests
============
Start the following three jobs in Beaker::
Test Copr (F25)
::
copr-dist-git test
::
copr-backend test
You can also run the tests locally.
You can do so in a docker environment that is ready to use for running the tests in isolation from your host::
$ cd DockerTestEnv
$ make && make run # this takes a while
$ make sh
# cd ./Regression/dist-git
# ./runtest.sh
There are some options for runtest.sh that can help you with debugging (especially running just a subset
of tests with '-r' might be useful) and you can read README file (in the same dir) for their usage. Note
that these options are not (yet) present for tests in 'Sanity' subdirectory, only for ones in 'Regression'
subdir.
At the end whole test-suite should pass.