From 03306d39efcc27811f51cef5b275aa513721919f Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 29 Jan 2023 22:40:38 +0000 Subject: [PATCH] docs: add tests page. --- docs/development/tests.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/development/tests.md diff --git a/docs/development/tests.md b/docs/development/tests.md new file mode 100644 index 000000000..95c7cd633 --- /dev/null +++ b/docs/development/tests.md @@ -0,0 +1,21 @@ +--- +title: Tests suite +--- + +# Tests suite + +A full test suite to ensure compatibility across distributions and software is +still a work in progress. +Here is an overview of the current CI jobs: + +**On Gitlab CI** + +- Packages build for all supported distribution +- Profiles preprocessing verification for all supported distribution +- Go based command linting, coverage, and unit tests + +**On Github Action** + +- Integration test on the ubuntu-latest VM: run a simple list of tasks with + all the rules enabled and ensure no new issue has been raised. Github Action + is used as it offers direct access to a VM with AppArmor included.