Skip to content

Commit

Permalink
Changing name of scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jul 6, 2020
1 parent 13d6e5e commit e727725
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scenarios/regex_openshift_pod_kill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ config:
maxSecondsBetweenRuns: 30
minSecondsBetweenRuns: 1
scenarios:
- name: kill one pod in openshift namespace
- name: kill up to 3 pods in any openshift namespace
steps:
- podAction:
matches:
- namespace: "openshift-.*"
filters:
# property filters (all the property filters support regexp)
- property:
name: "state"
value: "Running"
Expand Down

0 comments on commit e727725

Please sign in to comment.