aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tests: Adjust project directory and add license headersAlice Frosi2023-03-241-9/+42
|
* Rename actions to operationsAlice Frosi2023-02-221-9/+9
| | | | | Replace all the action related names to operations to make them more generic.
* tests: add test-action-call when running make test-unitAlice Frosi2023-02-211-2/+2
|
* Add test actionsAlice Frosi2023-02-151-1/+7
| | | | | | | | | Unit test for the action return, block and continue. The unit test installs a seccomp filter into the target for filter the getpid syscalls. Based on the action, the test checks the result of the syscall in the target to validate the correctness of the actions. Signed-off-by: Alice Frosi <afrosi@redhat.com>
* test: add unit test for act callAlice Frosi2023-02-151-1/+6
| | | | | | | | | Tests: - getppid syscall - read syscall without context - opena and read syscalls with a mount namespace Signed-off-by: Alice Frosi <afrosi@redhat.com>
* Add unit tests for the BPF filter generationAlice Frosi2022-12-211-0/+5
The test-filter verifies that the create_bfp_program builds the filter correctly. The test suite includes the tests for checking a filter with: * a single instruction * a single instruction with arguments * 2 instructions * multiple instructions * multiple instructions with arguments * multiple instructions with multiple instance of the same instruction Signed-off-by: Alice Frosi <afrosi@redhat.com>