Skip to content

Commit

Permalink
test(e2e): try out kuttl collectors (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Jan 16, 2023
1 parent f35ba9a commit f310717
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/e2e/scenario/vulnerability-overflow/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,19 @@ spec:
status:
vulnerabilitySummary:
severityCount: {}
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
collectors:
- type: command
command: df -h
- type: events
namespace: image-scanner-jobs
- type: pod
namespace: image-scanner
pod: trivy-0
- type: pod
namespace: image-scanner
selector: control-plane=image-scanner
- type: command
command: kubectl describe node

0 comments on commit f310717

Please sign in to comment.