This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Replies: 1 comment
-
You can execute multiple different faults in parallel. Rest API call is supported by Mangle you can always use that to achieve your required scenarios. Also, you should be able to achieve Single, Batch and Parallel fault runs by scheduling them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are all the different execution modes possible? (Single / batch / parallel / random / scheduled)
Single and Scheduled is obviously possible
Batch - Possible to group multiple fault scenarios and run them together so that they run one after the other?
Parallel - Possible to group multiple scenarios and run them all at once in parallel?
Random - Possible to group multiple scenarios and run them all one at a time randomly?
Beta Was this translation helpful? Give feedback.
All reactions