Update hp-service-manager.yaml
parent
5a1abf3700
commit
83ce96c915
|
@ -11,12 +11,13 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/sm935/index.do'
|
- '{{BaseURL}}/sm935/index.do'
|
||||||
|
- '{{BaseURL}}/sm/ess.do'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: regex
|
||||||
words:
|
regex:
|
||||||
- '<title>HP Service Manager: Login</title>'
|
- '(?m)<title>HP Service Manager(.*)<\/title>'
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue