From e9f774ad82a64a898f953caee1afa573adcf2ab8 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 18 Nov 2024 14:59:01 +1000 Subject: [PATCH] debug nessus tests --- .tekton/integration-test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.tekton/integration-test.yaml b/.tekton/integration-test.yaml index 4c83057..30476ab 100644 --- a/.tekton/integration-test.yaml +++ b/.tekton/integration-test.yaml @@ -231,8 +231,11 @@ spec: echo "$KUBECONFIG_VALUE" > "$KUBECONFIG" oc whoami + # XXX temp! + oc get secret sfowler-nessus-pull-secret + yum install -y python3.12 git python3.12 -m ensurepip pip3 install -r requirements.txt -r requirements-dev.txt - pytest -s e2e-tests/test_nessus.py --json-report --json-report-summary --json-report-file $(results.TEST_RESULTS.path) + pytest -sv e2e-tests/test_nessus.py --json-report --json-report-summary --json-report-file $(results.TEST_RESULTS.path) cat $(results.TEST_RESULTS.path)