1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
- type: tcp host: login.ubuntu.com port: 80 - type: udp host: localhost port: 8080 send: aaaa expect: bbbb - type: ssl host: login.ubuntu.com port: 443 verify: true - type: redis host: 127.0.0.1 port: 6379 password: foobared - type: http url: https://login.ubuntu.com/ |