KVM test: Adding new tests to virtio-console
commitc8711f21de837729046e2b8f10523f103e43bc85
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 8 Feb 2011 18:03:44 +0000 (8 18:03 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 8 Feb 2011 18:03:44 +0000 (8 18:03 +0000)
treea585da021074bcd63e614a85f2b02d7373216de0
parentd9414bb954fa86d6e6a1e7d3c57e9e202f5c391f
KVM test: Adding new tests to virtio-console

1) Check if port /dev/vport0p0 was created.
2) Guest read/write big data from host when host is disconnected.
3) Host send data to guest port and guest not read any data from port.
4) Remove and again install modules of virtio_console.
5) Test maximim count of ports in guest machine.
    - Max serial ports.
    - Max console ports.
    - Max console and serial ports.
6) Try to gently shutdown the machine. Virtio_console shouldn't block this.
7) Let the machine migrate. Virtio_concoles should survive this.

Signed-off-by: Jirí Župka <jzupka@redhat.com>
Signed-off-by: Lukaš Doktor <ldoktor@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5222 592f7852-d20e-0410-864c-8624ca9c26a4
client/tests/kvm/scripts/virtio_console_guest.py
client/tests/kvm/tests/virtio_console.py