]> git.proxmox.com Git - mirror_qemu.git/commit
qtest: Add scripts/qtest.py
authorFam Zheng <famz@redhat.com>
Fri, 30 Jan 2015 02:49:43 +0000 (10:49 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 15:07:18 +0000 (15:07 +0000)
commita628daa42db50a3fc1203dd81bba5a2879b76656
treeeee3d12c1860bf98ab8b071da52b118326e99ab4
parenta91f9584565901635295b08f98d5f3048981c2f5
qtest: Add scripts/qtest.py

This adds scripts/qtest.py as a python library for qtest protocol.

This is a skeleton with a basic "cmd" method to execute a command,
reading and parsing of qtest output could be added later on demand.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1422586186-9925-3-git-send-email-famz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
scripts/qtest.py [new file with mode: 0644]