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)