From 687057afdeb05297a8302a4839da1ccba487082b Mon Sep 17 00:00:00 2001 From: Valentin Schneider Date: Mon, 14 Jan 2019 14:29:44 +0000 Subject: [PATCH] doc/kernel_tests: Add a "Running tests" section --- doc/kernel_tests.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/kernel_tests.rst b/doc/kernel_tests.rst index ed0240938..c54abc915 100644 --- a/doc/kernel_tests.rst +++ b/doc/kernel_tests.rst @@ -59,6 +59,21 @@ execution of `rt-app `_ workloads. It is very useful for scheduler-related tests, as it makes it easy to create tasks with a pre-determined utilization. +Running tests +============= + +The tests are programmed as straight up Python classes, so you can create +pure Python scripts that call them with the right parameters, or call them +from within a notebook. + +.. TODO:: Link exekall doc here + +Exekall facilitates executing several tests at time. +You can for instance run all possible tests on a given platform like so: + +>>> exekall run lisa/tests/kernel/*/*.py --conf target_conf.yml + + Base API ======== -- GitLab