revert: "build: temporary remove falco_traces.yaml from integration test suite"

This reverts commit 7a2708de09.

Co-Authored-By: Lorenzo Fontana <fontanalorenz@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2020-08-24 19:06:33 +02:00
committed by poiana
parent a87913c822
commit e0b66ecae9

View File

@@ -91,7 +91,7 @@ function run_tests() {
# as we're watching the return status when running avocado. # as we're watching the return status when running avocado.
set +e set +e
TEST_RC=0 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" CMD="avocado run --mux-yaml $mult --job-results-dir $SCRIPTDIR/job-results -- $SCRIPTDIR/falco_test.py"
echo "Running $CMD" echo "Running $CMD"
BUILD_DIR=${OPT_BUILD_DIR} $CMD BUILD_DIR=${OPT_BUILD_DIR} $CMD