mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
c0780edee1
Co-authored-by: Thomas LAURENT <thomas.laurent@ucdconnect.ie>
22 lines
630 B
Markdown
22 lines
630 B
Markdown
---
|
|
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 distributions
|
|
- Profiles preprocessing verification for all supported distributions
|
|
- 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.
|