From e0b66ecae95007221802376626dd42d3e59a057a Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Mon, 24 Aug 2020 19:06:33 +0200 Subject: [PATCH] revert: "build: temporary remove falco_traces.yaml from integration test suite" This reverts commit 7a2708de090259ff66b7bb1fe174955caf092285. Co-Authored-By: Lorenzo Fontana Signed-off-by: Leonardo Grasso --- test/run_regression_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_regression_tests.sh b/test/run_regression_tests.sh index a41d3240..cfebacda 100755 --- a/test/run_regression_tests.sh +++ b/test/run_regression_tests.sh @@ -91,7 +91,7 @@ function run_tests() { # as we're watching the return status when running avocado. set +e TEST_RC=0 - for mult in $SCRIPTDIR/falco_tests.yaml $SCRIPTDIR/falco_tests_package.yaml $SCRIPTDIR/falco_k8s_audit_tests.yaml $SCRIPTDIR/falco_tests_psp.yaml; do + for mult in $SCRIPTDIR/falco_traces.yaml $SCRIPTDIR/falco_tests.yaml $SCRIPTDIR/falco_tests_package.yaml $SCRIPTDIR/falco_k8s_audit_tests.yaml $SCRIPTDIR/falco_tests_psp.yaml; do CMD="avocado run --mux-yaml $mult --job-results-dir $SCRIPTDIR/job-results -- $SCRIPTDIR/falco_test.py" echo "Running $CMD" BUILD_DIR=${OPT_BUILD_DIR} $CMD