Learn more about these different git repos.
Other Git URLs
a2566a2
@@ -272,11 +272,11 @@
Tests and coverage
--------------------
- To check kiskadee tests and coverage:
+ To run kiskadee tests and see coverage:
.. code-block:: bash
- $ make check
+ $ make test
To check kiskadee coverage open the file *covhtml/index.html*.
@@ -284,13 +284,32 @@
- $ python3 -m unittest kiskadee/tests/units/*.py
+ $ make test_units
To run api tests:
- $ python3 -m unittest kiskadee/tests/api/*.py
+ $ make test_api
+
+ To run integration tests:
+ .. code-block:: bash
+ $ make test_integration
+ To run plugin tests:
+ $ make test_plugins
+ To clean temporary files ( htmlcov,etc..):
+ $ make clean
building docs
@@ -61,7 +61,13 @@
ansible -i playbook/hosts.local kiskadee-core -m ping
- If you see a success message, we are good to go.
+ If you see a success message,like the follow one, we are good to go.
+ .. figure:: _static/ping_succes.png
+ :align: center
+ ..
To deploy kiskadee locally:
Updating old documentation information.
Updating old documentation information.