ESP8266 / WiFi - Case 2.11 : Pass - 185 ms @ 2020-06-03T17:02:00.176Z
Case Description
Send 10 Pings with payload. Send out octets in octet-wise chops.
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.182:9001 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: //t536BoeCaxXsLlXaPjFQ== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: 8u7CowBY9nRXJq3oqQmbqtMHVL4=
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 | 3 | 3 |
3 | 1 | 3 |
11 | 1 | 11 |
21 | 2 | 42 |
32 | 1 | 32 |
55 | 1 | 55 |
97 | 1 | 97 |
Total | 10 | 243 |
Chop Size | Count | Octets |
1 | 150 | 150 |
8 | 1 | 8 |
245 | 1 | 245 |
Total | 152 | 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: 485454502f312e312031303120537769746368696e672050726f746f636f6c73
002 RX OCTETS: 0d0a557067726164653a20776562736f636b65740d0a436f6e6e656374696f6e3a20557067726164650d0a5365632d576562
536f636b65742d4163636570743a ...
003 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=164b88ac, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-0
004 TX OCTETS: 89
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=94d1fcbd, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=884818ae, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=4282fbd5, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=a719fae3, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=57ea7534, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=7a18f8ad, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=d36b0ae2, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=8c489aea, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
013 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=764ba1a1, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
014 CLOSE CONNECTION AFTER 3.000000 sec
015 TX OCTETS: 89
016 TX OCTETS: 16
017 TX OCTETS: 4b
018 TX OCTETS: 88
019 TX OCTETS: ac
020 TX OCTETS: 66
021 TX OCTETS: 2a
022 TX OCTETS: f1
023 TX OCTETS: c0
024 TX OCTETS: 79
025 TX OCTETS: 2a
026 TX OCTETS: ec
027 TX OCTETS: 81
028 TX OCTETS: 26
029 TX OCTETS: 89
030 TX OCTETS: 89
031 TX OCTETS: 94
032 TX OCTETS: d1
033 TX OCTETS: fc
034 TX OCTETS: bd
035 TX OCTETS: e4
036 TX OCTETS: b0
037 TX OCTETS: 85
038 TX OCTETS: d1
039 TX OCTETS: fb
040 TX OCTETS: b0
041 TX OCTETS: 98
042 TX OCTETS: 90
043 TX OCTETS: a5
044 TX OCTETS: 89
045 TX OCTETS: 89
046 TX OCTETS: 88
047 TX OCTETS: 48
048 TX OCTETS: 18
049 TX OCTETS: ae
050 TX OCTETS: f8
051 TX OCTETS: 29
052 TX OCTETS: 61
053 TX OCTETS: c2
054 TX OCTETS: e7
055 TX OCTETS: 29
056 TX OCTETS: 7c
057 TX OCTETS: 83
058 RX OCTETS: 8a
059 TX OCTETS: ba
060 TX OCTETS: 89
061 TX OCTETS: 89
062 TX OCTETS: 42
063 TX OCTETS: 82
064 RX OCTETS: 097061796c6f61642d308a097061796c6f61642d31
065 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
066 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
067 TX OCTETS: fb
068 TX OCTETS: d5
069 TX OCTETS: 32
070 TX OCTETS: e3
071 TX OCTETS: 82
072 TX OCTETS: b9
073 TX OCTETS: 2d
074 TX OCTETS: e3
075 TX OCTETS: 9f
076 TX OCTETS: f8
077 TX OCTETS: 71
078 TX OCTETS: 89
079 RX OCTETS: 8a097061796c6f61642d32
080 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
081 TX OCTETS: 89
082 TX OCTETS: a7
083 TX OCTETS: 19
084 TX OCTETS: fa
085 TX OCTETS: e3
086 TX OCTETS: d7
087 TX OCTETS: 78
088 TX OCTETS: 83
089 TX OCTETS: 8f
090 TX OCTETS: c8
091 TX OCTETS: 78
092 TX OCTETS: 9e
093 TX OCTETS: ce
094 TX OCTETS: 93
095 TX OCTETS: 89
096 TX OCTETS: 89
097 TX OCTETS: 57
098 TX OCTETS: ea
099 TX OCTETS: 75
100 TX OCTETS: 34
101 TX OCTETS: 27
102 TX OCTETS: 8b
103 TX OCTETS: 0c
104 TX OCTETS: 58
105 TX OCTETS: 38
106 TX OCTETS: 8b
107 TX OCTETS: 11
108 TX OCTETS: 19
109 TX OCTETS: 62
110 RX OCTETS: 8a
111 TX OCTETS: 89
112 TX OCTETS: 89
113 TX OCTETS: 7a
114 TX OCTETS: 18
115 TX OCTETS: f8
116 TX OCTETS: ad
117 TX OCTETS: 0a
118 TX OCTETS: 79
119 TX OCTETS: 81
120 TX OCTETS: c1
121 TX OCTETS: 15
122 TX OCTETS: 79
123 TX OCTETS: 9c
124 TX OCTETS: 80
125 TX OCTETS: 4c
126 TX OCTETS: 89
127 TX OCTETS: 89
128 TX OCTETS: d3
129 TX OCTETS: 6b
130 TX OCTETS: 0a
131 TX OCTETS: e2
132 TX OCTETS: a3
133 TX OCTETS: 0a
134 TX OCTETS: 73
135 TX OCTETS: 8e
136 TX OCTETS: bc
137 TX OCTETS: 0a
138 TX OCTETS: 6e
139 TX OCTETS: cf
140 TX OCTETS: e4
141 TX OCTETS: 89
142 TX OCTETS: 89
143 TX OCTETS: 8c
144 TX OCTETS: 48
145 TX OCTETS: 9a
146 TX OCTETS: ea
147 TX OCTETS: fc
148 TX OCTETS: 29
149 TX OCTETS: e3
150 TX OCTETS: 86
151 TX OCTETS: e3
152 TX OCTETS: 29
153 TX OCTETS: fe
154 TX OCTETS: c7
155 TX OCTETS: b4
156 TX OCTETS: 89
157 TX OCTETS: 89
158 TX OCTETS: 76
159 TX OCTETS: 4b
160 TX OCTETS: a1
161 TX OCTETS: a1
162 TX OCTETS: 06
163 TX OCTETS: 2a
164 TX OCTETS: d8
165 TX OCTETS: cd
166 TX OCTETS: 19
167 TX OCTETS: 2a
168 TX OCTETS: c5
169 TX OCTETS: 8c
170 TX OCTETS: 4f
171 RX OCTETS: 097061796c6f61642d338a097061796c6f61642d34
172 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
173 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
174 RX OCTETS: 8a097061796c6f61642d358a097061796c6f61642d368a097061796c6f61642d378a097061796c6f61642d388a097061796c
6f61642d39
175 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
176 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
177 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
178 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
179 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-9
180 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=232020cf, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
181 TX OCTETS: 8882232020cf20c8
182 RX OCTETS: 88
183 RX OCTETS: 0203e8
184 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
0x03e8
185 TCP DROPPED BY PEER