2023-01-29 23:40:38 +01:00
|
|
|
---
|
|
|
|
title: Tests suite
|
|
|
|
---
|
|
|
|
|
|
|
|
# Tests suite
|
|
|
|
|
2023-09-19 20:18:15 +02:00
|
|
|
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:
|
2023-01-29 23:40:38 +01:00
|
|
|
|
|
|
|
**On Gitlab CI**
|
|
|
|
|
2023-01-31 22:13:35 +01:00
|
|
|
- Packages build for all supported distributions
|
|
|
|
- Profiles preprocessing verification for all supported distributions
|
2023-01-29 23:40:38 +01:00
|
|
|
- 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.
|