AVR / W5100 / Ethernet - Case 2.10 : Pass - 24 ms @ 2020-06-03T17:01:10.442Z
Case Description
Send 10 Pings with payload.
Case Expectation
Pongs for our Pings with all the payloads. Note: This is not required by the Spec .. but we check for this behaviour anyway. Clean close with normal code.
Case Outcome
Actual events match at least one expected.
Expected:
{'OK': [('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]}
Observed:
[('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]
Case Closing Behavior
Connection was properly closed (OK)
GET / HTTP/1.1 User-Agent: AutobahnTestSuite/0.8.0-0.10.9 Host: 192.168.46.180:9001 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: 13eORlKkeEiwaEVIwVV0NQ== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: RwqLz47I4F7mINTQk4YqJmf1Vno=
Key | Value | Description |
isServer | False | True, iff I (the fuzzer) am a server, and the peer is a client. |
closedByMe | True | True, iff I have initiated closing handshake (that is, did send close first). |
failedByMe | False | True, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP. |
droppedByMe | False | True, iff I dropped the TCP connection. |
wasClean | True | True, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility). |
wasNotCleanReason | None | When wasClean == False, the reason what happened. |
wasServerConnectionDropTimeout | False | When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True. |
wasOpenHandshakeTimeout | False | When performing the opening handshake, but the peer did not finish in time, this gets True. |
wasCloseHandshakeTimeout | False | When we initiated a closing handshake, but the peer did not respond in time, this gets True. |
localCloseCode | 1000 | The close code I sent in close frame (if any). |
localCloseReason | None | The close reason I sent in close frame (if any). |
remoteCloseCode | 1000 | The close code the peer sent me in close frame (if any). |
remoteCloseReason | None | The close reason the peer sent me in close frame (if any). |
Chop Size | Count | Octets |
1 | 28 | 28 |
2 | 21 | 42 |
3 | 4 | 12 |
4 | 3 | 12 |
9 | 6 | 54 |
10 | 1 | 10 |
11 | 3 | 33 |
52 | 1 | 52 |
Total | 67 | 243 |
Chop Size | Count | Octets |
8 | 1 | 8 |
15 | 10 | 150 |
245 | 1 | 245 |
Total | 12 | 403 |
Opcode | Count |
8 | 1 |
10 | 10 |
Total | 11 |
Opcode | Count |
8 | 1 |
9 | 10 |
Total | 11 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e382e
302d302e31302e390d0a486f7374 ...
001 RX OCTETS: 4854
002 RX OCTETS: 54
003 RX OCTETS: 502f
004 RX OCTETS: 31
005 RX OCTETS: 2e
006 RX OCTETS: 31
007 RX OCTETS: 20
008 RX OCTETS: 313031
009 RX OCTETS: 2053
010 RX OCTETS: 776974
011 RX OCTETS: 63
012 RX OCTETS: 68
013 RX OCTETS: 696e
014 RX OCTETS: 67
015 RX OCTETS: 2050
016 RX OCTETS: 726f
017 RX OCTETS: 74
018 RX OCTETS: 6f
019 RX OCTETS: 63
020 RX OCTETS: 6f
021 RX OCTETS: 6c
022 RX OCTETS: 73
023 RX OCTETS: 0d0a
024 RX OCTETS: 55
025 RX OCTETS: 70
026 RX OCTETS: 6772
027 RX OCTETS: 6164
028 RX OCTETS: 65
029 RX OCTETS: 3a
030 RX OCTETS: 2077
031 RX OCTETS: 65
032 RX OCTETS: 62
033 RX OCTETS: 73
034 RX OCTETS: 6f63
035 RX OCTETS: 6b65
036 RX OCTETS: 740d0a
037 RX OCTETS: 436f6e6e
038 RX OCTETS: 656374
039 RX OCTETS: 69
040 RX OCTETS: 6f6e
041 RX OCTETS: 3a20
042 RX OCTETS: 55
043 RX OCTETS: 70
044 RX OCTETS: 67
045 RX OCTETS: 7261
046 RX OCTETS: 64650d0a
047 RX OCTETS: 5365632d576562536f636b65742d4163636570743a205277714c7a3437493446376d494e54516b3459714a6d6631566e6f3d
0d0a
048 RX OCTETS: 0d0a
049 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=b3f3506b, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-0
050 TX OCTETS: 8989b3f3506bc3922907dc92344683
051 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=6c86427f, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-1
052 TX OCTETS: 89896c86427f1ce73b1303e726525d
053 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=4f660b4d, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-2
054 TX OCTETS: 89894f660b4d3f07722120076f607d
055 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=f5956b11, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-3
056 TX OCTETS: 8989f5956b1185f4127d9af40f3cc6
057 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=6abc6b57, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-4
058 TX OCTETS: 89896abc6b571add123b05dd0f7a5e
059 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=cbcb5ee1, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-5
060 TX OCTETS: 8989cbcb5ee1bbaa278da4aa3accfe
061 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=abfa8213, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-6
062 TX OCTETS: 8989abfa8213db9bfb7fc49be63e9d
063 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=3fe7cd32, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-7
064 TX OCTETS: 89893fe7cd324f86b45e5086a91f08
065 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=5654e0f3, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-8
066 TX OCTETS: 89895654e0f32635999f393584de6e
067 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=daac0780, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
payload-9
068 TX OCTETS: 8989daac0780aacd7eecb5cd63ade3
069 CLOSE CONNECTION AFTER 3.000000 sec
070 RX OCTETS: 8a09
071 RX OCTETS: 7061796c6f61642d30
072 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
073 RX OCTETS: 8a09
074 RX OCTETS: 7061796c6f61642d31
075 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
076 RX OCTETS: 8a097061796c6f61642d32
077 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
078 RX OCTETS: 8a09
079 RX OCTETS: 7061796c6f61642d33
080 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
081 RX OCTETS: 8a097061796c6f61642d34
082 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
083 RX OCTETS: 8a09
084 RX OCTETS: 7061796c6f61642d35
085 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
086 RX OCTETS: 8a
087 RX OCTETS: 09
088 RX OCTETS: 7061796c6f61642d36
089 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
090 RX OCTETS: 8a097061796c6f61642d37
091 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
092 RX OCTETS: 8a
093 RX OCTETS: 097061796c6f61642d38
094 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
095 RX OCTETS: 8a09
096 RX OCTETS: 7061796c6f61642d39
097 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-9
098 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=488b70a0, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
099 TX OCTETS: 8882488b70a04b63
100 RX OCTETS: 880203e8
101 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
0x03e8
102 TCP DROPPED BY PEER