From 8f07189ede9de30ed60df5e9ade75f3c8d701b05 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 14 Jul 2020 13:09:20 +0000 Subject: [PATCH] docs(test): instructions for executing falco_traces integration test suite Signed-off-by: Leonardo Di Donato --- test/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/test/README.md b/test/README.md index dd5383dc..11a64884 100644 --- a/test/README.md +++ b/test/README.md @@ -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: ```console -avocado variants --mux-yaml falco_test.yaml +avocado variants --mux-yaml falco_tests.yaml ``` ### 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 -2. \ No newline at end of file +1. Ensure you have `unzip` and `xargs` utilities +2. Prepare the test suite with the following command: + + ```console + bash run_regression_tests.sh -p -v + ``` + +### falco_tests_package \ No newline at end of file