Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Nov 15, 2024
1 parent eae5754 commit ec73ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .tekton/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ spec:
echo "$KUBECONFIG_VALUE" > "$KUBECONFIG"
oc whoami
yum install -y python3.12
yum install -y python3.12 git
python3.12 -m ensurepip
pip3 install -r requirements.txt -r requirements-dev.txt
pytest -s e2e-tests/test_integration.py --json-report --json-report-summary --json-report-file $(results.TEST_RESULTS.path)
cat $(results.TEST_RESULTS.path)
- name: run-e2e-tests
- name: run-e2e-tests-nessus
runAfter:
- provision-eaas-space-nessus
taskSpec:
Expand Down Expand Up @@ -202,7 +202,7 @@ spec:
echo "$KUBECONFIG_VALUE" > "$KUBECONFIG"
oc whoami
yum install -y python3.12
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)
Expand Down
2 changes: 0 additions & 2 deletions e2e-tests/test_nessus.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import json
import os
import re

from conftest import tee_log
from conftest import TestBase
Expand Down

0 comments on commit ec73ec4

Please sign in to comment.