Skip to content

Commit

Permalink
debug nessus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Nov 18, 2024
1 parent a06ced2 commit e9f774a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .tekton/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e9f774a

Please sign in to comment.