additional matcher with or condition
parent
9ecd7d5a47
commit
3115271e9f
|
@ -23,7 +23,7 @@ http:
|
|||
GET /v{{version}}/containers/json HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
part: body_2
|
||||
|
@ -36,6 +36,14 @@ http:
|
|||
- "PublicPort"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: body_2
|
||||
words:
|
||||
- '[]'
|
||||
- '"ImageID":
|
||||
- '"HostConfig":'
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: version
|
||||
|
|
Loading…
Reference in New Issue