Lines Matching full:message
4 # Test netconsole's message fragmentation functionality.
6 # When a message exceeds the maximum packet size, netconsole splits it into
42 # We have two headers in the message. Remove both to get the full message,
43 # and extract the full message.
51 # Remove the two headers from the received message
52 # This will return the message without any header, similarly to what
57 # Validate the message, which has two messages glued together.
60 # 13,468,514729715,-,ncfrag=0/1135;<message>
63 # Discard the netconsole headers, and assemble the full message
66 # check for the main message
68 echo "Message body doesn't match." >&2
75 echo "message userdata doesn't match" >&2
96 # TEST 1: Send message and userdata. They will fragment
104 # Send the message
108 # Check if the message was not corrupted
111 # TEST 2: Test with smaller message, and without release appended