AutobahnPython - Case 2.11 : Pass - 46 ms @ 2014-12-01T19:25:23.608Z
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.7.1-0.9.3-3 Host: 127.0.0.1:9001 Upgrade: WebSocket Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Sec-WebSocket-Key: OelgO1x8MY27ENePopRgOQ== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: DNsJ9y8N9ufy0ubhsYwgM2mxKlI=
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 WebSockets 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 | None | 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 |
2 | 4 | 8 |
9 | 2 | 18 |
11 | 2 | 22 |
64 | 1 | 64 |
129 | 1 | 129 |
Total | 10 | 241 |
Chop Size | Count | Octets |
1 | 150 | 150 |
8 | 1 | 8 |
241 | 1 | 241 |
Total | 152 | 399 |
Opcode | Count |
8 | 1 |
10 | 10 |
Total | 11 |
Opcode | Count |
8 | 1 |
9 | 10 |
Total | 11 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e372e
312d302e392e332d330d0a486f73 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a557067726164653a20776562736f636b
65740d0a436f6e6e656374696f6e ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=0a9eff1d, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-0
003 TX OCTETS: 89
004 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=f8fd34d5, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=e07bf9e6, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=932b8356, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=3fa1519b, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=3d60d937, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=37ac1d23, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=ad90476e, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=ee6c9870, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=46934887, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 89
015 TX OCTETS: 0a
016 TX OCTETS: 9e
017 TX OCTETS: ff
018 TX OCTETS: 1d
019 TX OCTETS: 7a
020 TX OCTETS: ff
021 TX OCTETS: 86
022 TX OCTETS: 71
023 TX OCTETS: 65
024 TX OCTETS: ff
025 TX OCTETS: 9b
026 TX OCTETS: 30
027 TX OCTETS: 3a
028 TX OCTETS: 89
029 TX OCTETS: 89
030 TX OCTETS: f8
031 RX OCTETS: 8a09
032 TX OCTETS: fd
033 RX OCTETS: 7061796c6f61642d30
034 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-0
035 TX OCTETS: 34
036 TX OCTETS: d5
037 TX OCTETS: 88
038 TX OCTETS: 9c
039 TX OCTETS: 4d
040 TX OCTETS: b9
041 TX OCTETS: 97
042 TX OCTETS: 9c
043 TX OCTETS: 50
044 TX OCTETS: f8
045 TX OCTETS: c9
046 TX OCTETS: 89
047 TX OCTETS: 89
048 TX OCTETS: e0
049 TX OCTETS: 7b
050 TX OCTETS: f9
051 RX OCTETS: 8a09
052 TX OCTETS: e6
053 RX OCTETS: 7061796c6f61642d31
054 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-1
055 TX OCTETS: 90
056 TX OCTETS: 1a
057 TX OCTETS: 80
058 TX OCTETS: 8a
059 TX OCTETS: 8f
060 TX OCTETS: 1a
061 TX OCTETS: 9d
062 TX OCTETS: cb
063 TX OCTETS: d2
064 TX OCTETS: 89
065 TX OCTETS: 89
066 RX OCTETS: 8a097061796c6f61642d32
067 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-2
068 TX OCTETS: 93
069 TX OCTETS: 2b
070 TX OCTETS: 83
071 TX OCTETS: 56
072 TX OCTETS: e3
073 TX OCTETS: 4a
074 TX OCTETS: fa
075 TX OCTETS: 3a
076 TX OCTETS: fc
077 TX OCTETS: 4a
078 TX OCTETS: e7
079 TX OCTETS: 7b
080 TX OCTETS: a0
081 TX OCTETS: 89
082 TX OCTETS: 89
083 RX OCTETS: 8a097061796c6f61642d33
084 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-3
085 TX OCTETS: 3f
086 TX OCTETS: a1
087 TX OCTETS: 51
088 TX OCTETS: 9b
089 TX OCTETS: 4f
090 TX OCTETS: c0
091 TX OCTETS: 28
092 TX OCTETS: f7
093 TX OCTETS: 50
094 TX OCTETS: c0
095 TX OCTETS: 35
096 TX OCTETS: b6
097 TX OCTETS: 0b
098 TX OCTETS: 89
099 TX OCTETS: 89
100 TX OCTETS: 3d
101 TX OCTETS: 60
102 TX OCTETS: d9
103 TX OCTETS: 37
104 TX OCTETS: 4d
105 TX OCTETS: 01
106 TX OCTETS: a0
107 TX OCTETS: 5b
108 TX OCTETS: 52
109 TX OCTETS: 01
110 TX OCTETS: bd
111 TX OCTETS: 1a
112 TX OCTETS: 08
113 TX OCTETS: 89
114 TX OCTETS: 89
115 TX OCTETS: 37
116 TX OCTETS: ac
117 TX OCTETS: 1d
118 TX OCTETS: 23
119 TX OCTETS: 47
120 TX OCTETS: cd
121 TX OCTETS: 64
122 TX OCTETS: 4f
123 TX OCTETS: 58
124 TX OCTETS: cd
125 TX OCTETS: 79
126 TX OCTETS: 0e
127 TX OCTETS: 01
128 TX OCTETS: 89
129 TX OCTETS: 89
130 TX OCTETS: ad
131 TX OCTETS: 90
132 TX OCTETS: 47
133 TX OCTETS: 6e
134 TX OCTETS: dd
135 TX OCTETS: f1
136 TX OCTETS: 3e
137 TX OCTETS: 02
138 TX OCTETS: c2
139 TX OCTETS: f1
140 TX OCTETS: 23
141 TX OCTETS: 43
142 TX OCTETS: 9a
143 TX OCTETS: 89
144 TX OCTETS: 89
145 TX OCTETS: ee
146 TX OCTETS: 6c
147 TX OCTETS: 98
148 TX OCTETS: 70
149 TX OCTETS: 9e
150 TX OCTETS: 0d
151 TX OCTETS: e1
152 TX OCTETS: 1c
153 TX OCTETS: 81
154 TX OCTETS: 0d
155 TX OCTETS: fc
156 TX OCTETS: 5d
157 TX OCTETS: d6
158 TX OCTETS: 89
159 TX OCTETS: 89
160 TX OCTETS: 46
161 TX OCTETS: 93
162 TX OCTETS: 48
163 TX OCTETS: 87
164 TX OCTETS: 36
165 TX OCTETS: f2
166 TX OCTETS: 31
167 TX OCTETS: eb
168 TX OCTETS: 29
169 TX OCTETS: f2
170 TX OCTETS: 2c
171 TX OCTETS: aa
172 TX OCTETS: 7f
173 RX OCTETS: 8a09
174 RX OCTETS: 7061796c6f61642d348a097061796c6f61642d358a097061796c6f61642d368a097061796c6f61642d378a097061796c6f61
642d388a097061796c6f61642d39 ...
175 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-4
176 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-5
177 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-6
178 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-7
179 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-8
180 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=False, MASK=None
payload-9
181 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=17111aac, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
182 TX OCTETS: 888217111aac14f9
183 RX OCTETS: 8800
184 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=0, MASKED=False, MASK=None
185 TCP DROPPED BY PEER