nim-websock/client_tls/websock_secure_client_case_2_9.json
2021-07-16 08:05:39 +07:00

199 lines
4.2 KiB
JSON

{
"agent": "websock-secure-client",
"behavior": "OK",
"behaviorClose": "OK",
"case": 25,
"closedByMe": true,
"createStats": true,
"createWirelog": true,
"description": "Send unsolicited pong with payload. Send ping with payload. Verify pong for ping is received.",
"droppedByMe": true,
"duration": 2,
"expectation": "Nothing in reply to own Pong, but Pong with payload echo'ed in reply to Ping. Clean close with normal code.",
"expected": {
"OK": [
[
"pong",
"ping payload"
]
]
},
"expectedClose": {
"closeCode": [
1000
],
"closedByMe": true,
"requireClean": true
},
"failedByMe": false,
"httpRequest": "GET /runCase?case=25&agent=websock-secure-client HTTP/1.1\r\nSec-Websocket-Extensions: permessage-deflate; client_max_window_bits=15\r\nUpgrade: websocket\r\nHost: 127.0.0.1:9002\r\nConnection: Upgrade\r\nSec-Websocket-Version: 13\r\nSec-Websocket-Key: Qw+Oxbca37I2r0LfosRHZA==\r\nCache-Control: no-cache\r\n\r\n",
"httpResponse": "HTTP/1.1 101 Switching Protocols\r\nServer: AutobahnTestSuite/0.8.2-0.10.9\r\nX-Powered-By: AutobahnPython/0.10.9\r\nUpgrade: WebSocket\r\nConnection: Upgrade\r\nSec-WebSocket-Accept: t9XtNOKTxZNbI/d4g3YrXuajEgc=\r\n\r\n",
"id": "2.9",
"isServer": true,
"localCloseCode": 1000,
"localCloseReason": null,
"received": [
[
"pong",
"ping payload"
]
],
"remoteCloseCode": 1000,
"remoteCloseReason": null,
"reportCompressionRatio": false,
"reportTime": false,
"result": "Actual events match at least one expected.",
"resultClose": "Connection was properly closed",
"rxFrameStats": {
"8": 1,
"10": 1
},
"rxOctetStats": {
"8": 1,
"18": 1,
"294": 1
},
"started": "2021-07-15T20:28:08.788Z",
"trafficStats": null,
"txFrameStats": {
"8": 1,
"9": 1,
"10": 1
},
"txOctetStats": {
"4": 1,
"14": 1,
"26": 1,
"206": 1
},
"wasClean": true,
"wasCloseHandshakeTimeout": false,
"wasNotCleanReason": null,
"wasOpenHandshakeTimeout": false,
"wasServerConnectionDropTimeout": false,
"wirelog": [
[
"RO",
[
294,
"474554202f72756e436173653f636173653d3235266167656e743d776562736f636b2d7365637572652d636c69656e7420485454502f312e310d0a5365632d57 ..."
]
],
[
"TO",
[
206,
"485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e5465737453756974652f302e382e ..."
],
false
],
[
"TF",
[
24,
"unsolicited pong payload"
],
10,
true,
0,
null,
null,
null,
false
],
[
"TO",
[
26,
"8a18756e736f6c69636974656420706f6e67207061796c6f6164"
],
false
],
[
"TF",
[
12,
"ping payload"
],
9,
true,
0,
null,
null,
null,
false
],
[
"TO",
[
14,
"890c70696e67207061796c6f6164"
],
false
],
[
"TI",
1
],
[
"RO",
[
18,
"8a8cd924be58a94dd03ff954df21b54bdf3c"
]
],
[
"RF",
[
12,
"ping payload"
],
10,
true,
0,
true,
"d924be58"
],
[
"TF",
[
2,
"0x03e8"
],
8,
true,
0,
null,
null,
null,
false
],
[
"TO",
[
4,
"880203e8"
],
false
],
[
"RO",
[
8,
"8882ae151defadfd"
]
],
[
"RF",
[
2,
"0x03e8"
],
8,
true,
0,
true,
"ae151def"
]
]
}