mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 09:02:18 +00:00
docs(test): instructions for executing falco_traces integration test suite
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
dec2ff7d72
commit
8f07189ede
@ -45,12 +45,18 @@ BUILD_DIR="../build" avocado run --mux-yaml falco_tests.yaml --job-results-dir /
|
|||||||
To obtain the path of all the available variants, execute:
|
To obtain the path of all the available variants, execute:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
avocado variants --mux-yaml falco_test.yaml
|
avocado variants --mux-yaml falco_tests.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### falco_traces
|
### falco_traces
|
||||||
|
|
||||||
The `falco_traces.yaml` test suite gets through the `falco_traces.yaml.in` file and some fixtures (`scap` files) downloaded from the web.
|
The `falco_traces.yaml` test suite gets generated through the `falco_traces.yaml.in` file and some fixtures (`scap` files) downloaded from the web at execution time.
|
||||||
|
|
||||||
1. Ensure you have `unzip` utility
|
1. Ensure you have `unzip` and `xargs` utilities
|
||||||
2.
|
2. Prepare the test suite with the following command:
|
||||||
|
|
||||||
|
```console
|
||||||
|
bash run_regression_tests.sh -p -v
|
||||||
|
```
|
||||||
|
|
||||||
|
### falco_tests_package
|
Loading…
Reference in New Issue
Block a user