Update hp-service-manager.yaml

patch-1
Prince Chaddha 2021-08-12 01:32:57 +05:30 committed by GitHub
parent 5a1abf3700
commit 83ce96c915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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