Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/wt-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,12 @@ Expected Output:
- wiretap_server.conf : Wiretap Relay Interface Port == 8990
- wiretap_server.conf : Wiretap Relay Peer Endpoint Port == 51690
- wiretap_server1.conf : Wiretap Relay Interface Port == 8976
Expected Ping Output:
- Client returns at least one line containing the substring "bytes from 10.3.0.5"
- Server returns line containing substring "Transport: ICMP -> 10.3.0.5"
Expected Curl Output:
- Client returns a line containing the substring "200 OK"
- Server returns line containing substring "Transport: TCP -> 10.3.0.5:80"


### ASCT 4/4
Expand Down
Loading