summaryrefslogtreecommitdiffstats
path: root/tests/README.rst
blob: 502347c53fa7759cc4452498af639551a0ee2f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Unit tests
==========

The unit tests depend on cmocka_.

.. code-block:: bash

	$ make check

.. todo:: Writing tests.

Integration tests
=================

The integration tests are using Deckard, the `DNS test harness <deckard>`_.
It requires Jinja2_ and Python, `socket_wrapper`_, libfaketime_ are embedded in the build (cmake is required for `socket_wrapper`_).

Execute the tests by:

.. code-block:: bash

	$ make check-integration

See deckard_ documentation on how to write additional tests.

.. _cmocka: https://cmocka.org/
.. _`socket_wrapper`: https://cwrap.org/socket_wrapper.html
.. _`libfaketime`: https://github.com/wolfcw/libfaketime
.. _deckard: https://gitlab.labs.nic.cz/knot/deckard