Hornbeam - Case 2.11 : Pass - 60 ms @ 2023-08-11T05:15:06.841Z
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 /runCase?case=27&agent=Hornbeam HTTP/1.1 Host: localhost:9001 Upgrade: websocket Connection: upgrade Sec-WebSocket-Key: s7BeW6FDSWb/ojorvFJRfA== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Server: AutobahnTestSuite/0.8.2-0.10.9 X-Powered-By: AutobahnPython/0.10.9 Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: 5lPf2bYFgANCjRtt5DO8pIDbrr8=
Key | Value | Description |
isServer | True | 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 | True | 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 | 6 | 6 |
8 | 1 | 8 |
14 | 6 | 84 |
15 | 4 | 60 |
183 | 1 | 183 |
Total | 18 | 341 |
Chop Size | Count | Octets |
1 | 110 | 110 |
4 | 1 | 4 |
206 | 1 | 206 |
Total | 112 | 320 |
Opcode | Count |
8 | 1 |
10 | 10 |
Total | 11 |
Opcode | Count |
8 | 1 |
9 | 10 |
Total | 11 |
000 RX OCTETS: 474554202f72756e436173653f636173653d3237266167656e743d486f726e6265616d20485454502f312e310d0a486f7374
3a206c6f63616c686f73743a3930 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
5465737453756974652f302e382e ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, 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=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 09
015 TX OCTETS: 70
016 TX OCTETS: 61
017 TX OCTETS: 79
018 TX OCTETS: 6c
019 TX OCTETS: 6f
020 TX OCTETS: 61
021 TX OCTETS: 64
022 TX OCTETS: 2d
023 TX OCTETS: 30
024 TX OCTETS: 89
025 TX OCTETS: 09
026 TX OCTETS: 70
027 TX OCTETS: 61
028 RX OCTETS: 8a89e3f6675293971e3e8c97037fd3
029 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6533663636373532
payload-0
030 TX OCTETS: 79
031 TX OCTETS: 6c
032 TX OCTETS: 6f
033 TX OCTETS: 61
034 TX OCTETS: 64
035 TX OCTETS: 2d
036 TX OCTETS: 31
037 TX OCTETS: 89
038 TX OCTETS: 09
039 RX OCTETS: 8a
040 TX OCTETS: 70
041 RX OCTETS: 897e21a9cd0e40d0a11140cde04f
042 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3765323161396364
payload-1
043 TX OCTETS: 61
044 TX OCTETS: 79
045 TX OCTETS: 6c
046 TX OCTETS: 6f
047 TX OCTETS: 61
048 TX OCTETS: 64
049 TX OCTETS: 2d
050 TX OCTETS: 32
051 TX OCTETS: 89
052 TX OCTETS: 09
053 RX OCTETS: 8a
054 TX OCTETS: 70
055 RX OCTETS: 89599e2bb229ff52de36ff4f9f6b
056 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3539396532626232
payload-2
057 TX OCTETS: 61
058 TX OCTETS: 79
059 TX OCTETS: 6c
060 TX OCTETS: 6f
061 TX OCTETS: 61
062 TX OCTETS: 64
063 TX OCTETS: 2d
064 TX OCTETS: 33
065 TX OCTETS: 89
066 TX OCTETS: 09
067 TX OCTETS: 70
068 RX OCTETS: 8a
069 TX OCTETS: 61
070 RX OCTETS: 891bb6e1c66bd798aa74d785eb28
071 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3162623665316336
payload-3
072 TX OCTETS: 79
073 TX OCTETS: 6c
074 TX OCTETS: 6f
075 TX OCTETS: 61
076 TX OCTETS: 64
077 TX OCTETS: 2d
078 TX OCTETS: 34
079 TX OCTETS: 89
080 TX OCTETS: 09
081 RX OCTETS: 8a
082 TX OCTETS: 70
083 RX OCTETS: 89ce1d74e9be7c0d85a17c10c4fa
084 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6365316437346539
payload-4
085 TX OCTETS: 61
086 TX OCTETS: 79
087 TX OCTETS: 6c
088 TX OCTETS: 6f
089 TX OCTETS: 61
090 TX OCTETS: 64
091 TX OCTETS: 2d
092 TX OCTETS: 35
093 TX OCTETS: 89
094 TX OCTETS: 09
095 TX OCTETS: 70
096 TX OCTETS: 61
097 TX OCTETS: 79
098 TX OCTETS: 6c
099 TX OCTETS: 6f
100 RX OCTETS: 8a89b7675c0bc7062567d806382682
101 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6237363735633062
payload-5
102 TX OCTETS: 61
103 TX OCTETS: 64
104 TX OCTETS: 2d
105 TX OCTETS: 36
106 TX OCTETS: 89
107 TX OCTETS: 09
108 TX OCTETS: 70
109 TX OCTETS: 61
110 TX OCTETS: 79
111 RX OCTETS: 8a894e1a67d33e7b1ebf217b03fe78
112 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3465316136376433
payload-6
113 TX OCTETS: 6c
114 TX OCTETS: 6f
115 TX OCTETS: 61
116 TX OCTETS: 64
117 TX OCTETS: 2d
118 TX OCTETS: 37
119 TX OCTETS: 89
120 TX OCTETS: 09
121 TX OCTETS: 70
122 TX OCTETS: 61
123 TX OCTETS: 79
124 RX OCTETS: 8a89a3495d64d3282408cc28394994
125 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6133343935643634
payload-7
126 TX OCTETS: 6c
127 TX OCTETS: 6f
128 TX OCTETS: 61
129 TX OCTETS: 64
130 TX OCTETS: 2d
131 TX OCTETS: 38
132 TX OCTETS: 89
133 TX OCTETS: 09
134 RX OCTETS: 8a
135 TX OCTETS: 70
136 RX OCTETS: 8915444ffb652536977a252bd62d
137 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3135343434666662
payload-8
138 TX OCTETS: 61
139 TX OCTETS: 79
140 TX OCTETS: 6c
141 TX OCTETS: 6f
142 TX OCTETS: 61
143 TX OCTETS: 64
144 TX OCTETS: 2d
145 TX OCTETS: 39
146 RX OCTETS: 8a
147 RX OCTETS: 891ee0d00a6e81a9667181b42727
148 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3165653064303061
payload-9
149 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
150 TX OCTETS: 880203e8
151 RX OCTETS: 888224985d3f2770
152 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3234393835643366
0x03e8
153 TCP DROPPED BY ME