On Mon, Aug 27, 2018 at 09:41:03PM +0300, Julia Suvorova wrote: > Test order: > Creating server websocket chardev > Creating usual tcp chardev client > Sending handshake message from client > Receiving handshake reply > Sending ping frame with "hello" payload > Receiving pong reply > Sending binary data "world" > Checking the received data on server side > Checking of closing handshake > > Signed-off-by: Julia Suvorova > --- > tests/test-char.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 125 insertions(+) Reviewed-by: Stefan Hajnoczi