Skip to content

Commit

Permalink
decrease nessus cpu more
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Nov 18, 2024
1 parent 6dc65b1 commit 60bd037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/manifests/nessus-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ spec:
failureThreshold: 32
resources:
limits:
cpu: 1750m
cpu: 1500m
memory: 4Gi
4 changes: 0 additions & 4 deletions e2e-tests/test_nessus.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ class TestNessus(TestBase):
def test_nessus(self):
"""Test rapidast find expected number of findings in VAPI"""
self.create_from_yaml(f"{self.tempdir}/nessus-deployment.yaml")
os.system("oc get deploy")
os.system("oc get deploy -o yaml")
os.system("oc get pods")
os.system("oc get pods -o yaml")
self.create_from_yaml(f"{self.tempdir}/nessus-service.yaml")
wait_until_ready(label_selector="app=nessus", timeout=300) # nessus is slow to pull and start

Expand Down

0 comments on commit 60bd037

Please sign in to comment.