docs(test): instructions for executing falco_traces integration test suite

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2020-07-14 13:09:20 +00:00 committed by poiana
parent dec2ff7d72
commit 8f07189ede

View File

@ -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