]> Git Repo - qemu.git/commit - tests/test-char.c
tests/test-char: Check websocket chardev functionality
authorJulia Suvorova <[email protected]>
Thu, 18 Oct 2018 22:35:01 +0000 (01:35 +0300)
committerMarc-André Lureau <[email protected]>
Thu, 1 Nov 2018 08:13:09 +0000 (12:13 +0400)
commit125fc4a7a908ef59f5d969fdd7880176010460a5
treefe4cf7ed5bf6d9dba515f893efba0699799c00e7
parent981b06e7444781981cb86a8f1cce8567e63e83ac
tests/test-char: Check websocket chardev functionality

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 <[email protected]>
Message-Id: <20181018223501[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
tests/test-char.c
This page took 0.024169 seconds and 4 git commands to generate.