...
TC ID | Test Case Name | Test Case Description | Expected Result | Test Status | ||||||
---|---|---|---|---|---|---|---|---|---|---|
T01 | Client with correct basic auth and correct certificate | curl -vk -u sample1:sample1 -X --cert rootCA.crt --key rootCA.key --pass collector POST https://192.168.0.22:30417/eventListener/v7 -d @event.json --header "Content-Type: application/json" | PASS. HTTP/1.1 202 | colour | Green | title | Completed http 504 method not allowed | |||
T02 | Client with correct basic auth and incorrect certificate | curl -vk -u sample1:sample1 -X --cert incorrect_rootCA.crt --key rootCA.key --pass collector POST https://192.168.0.22:30417/eventListener/v7 -d @event.json --header "Content-Type: application/json" | PASS. HTTP/1.1 202 | http 504 method not allowed | ||||||
T03 | Client with correct basic auth and without certificate | curl -vk -u sample1:sample1 -X POST https://192.168.0.22:30417/eventListener/v7 -d @event.json --header "Content-Type: application/json" | PASS. HTTP/1.1 202 |
| ||||||
T04 | Client without basic auth and without certificate | FAIL | ||||||||
T05 | Client without basic auth and with correct certificate | FAIL | ||||||||
T06 | Client with incorrect basic auth and with correct certificate | FAIL | ||||||||
T07 | Client with incorrect basic auth and without certificate | FAIL |
...