]> Git Repo - qemu.git/commit - tests/qemu-iotests/iotests.py
scripts: refactor the VM class in iotests for reuse
authorDaniel P. Berrange <[email protected]>
Wed, 20 Jul 2016 13:23:10 +0000 (14:23 +0100)
committerAmit Shah <[email protected]>
Fri, 22 Jul 2016 07:53:24 +0000 (13:23 +0530)
commit66613974468fb6e1609fb3eabf55981b1ee436cf
treed810f59a5682890cbbbbc7b3e36b502b6aa98f66
parent991e7c46504807bd89ba8debeccc5211e0b7f221
scripts: refactor the VM class in iotests for reuse

The iotests module has a python class for controlling QEMU
processes. Pull the generic functionality out of this file
and create a scripts/qemu.py module containing a QEMUMachine
class. Put the QTest integration support into a subclass
QEMUQtestMachine.

Signed-off-by: Daniel P. Berrange <[email protected]>
Message-Id: <1469020993[email protected]>
Signed-off-by: Amit Shah <[email protected]>
scripts/qemu.py [new file with mode: 0644]
scripts/qtest.py
tests/qemu-iotests/iotests.py
This page took 0.025014 seconds and 4 git commands to generate.