Re: [Qemu-devel] [PATCH v2 2/2] tests/test-char: Check websocket chardev functionality

2018-10-03 Thread Stefan Hajnoczi
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 pon

Re: [Qemu-devel] [PATCH v2 2/2] tests/test-char: Check websocket chardev functionality

2018-08-28 Thread Daniel P . Berrangé
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 pon

[Qemu-devel] [PATCH v2 2/2] tests/test-char: Check websocket chardev functionality

2018-08-27 Thread Julia Suvorova via Qemu-devel
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 serv