utilsWiremock

check_configuration

Check configuration contains valid WireMock settings

Activity as code

Below are the details and signature of the activity Python module.

Type
Modulechaoswm.utils
Namecheck_configuration
Returnboolean

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

NameTypeDefaultRequiredTitleDescription
cmappingnullNoConfigurationThe WireMock server configuration to connect with

Signature

def check_configuration(c: Dict[str, Any] = None) -> bool:
    pass