WireMock
chunked_dribble_delay
Adds a chunked dribble delay to a list of mappings
Check configuration contains valid WireMock settings
Below are the details and signature of the activity Python module.
Type | |
Module | chaoswm.utils |
Name | check_configuration |
Return | boolean |
Usage
JSON
{
"name": "check-configuration",
"type": "",
"provider": {
"type": "python",
"module": "chaoswm.utils",
"func": "check_configuration"
}
}
YAML
name: check-configuration
provider:
func: check_configuration
module: chaoswm.utils
type: python
type: ''
Arguments
Name | Type | Default | Required |
---|---|---|---|
c | mapping | null | No |
Signature
def check_configuration(c: Dict[str, Any] = None) -> bool:
pass