projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d055a1f
)
qemu-iotests: fix qmp.py search path
author
Fam Zheng
<famz@redhat.com>
Thu, 26 Sep 2013 11:57:34 +0000
(19:57 +0800)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 26 Sep 2013 14:04:24 +0000
(16:04 +0200)
QMP/qmp.py is renamed to scripts/qmp/qmp.py, fix the search path in iotests.py.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/iotests.py
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/iotests.py
b/tests/qemu-iotests/iotests.py
index 87b4a3a880e103d9d72bbd537873ca73f391b158..376d6e8ffef960bce1980f70b5b246adf90ec5f8 100644
(file)
--- a/
tests/qemu-iotests/iotests.py
+++ b/
tests/qemu-iotests/iotests.py
@@
-21,7
+21,7
@@
import re
import subprocess
import string
import unittest
-import sys; sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', '
QMP
'))
+import sys; sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', '
scripts', 'qmp
'))
import qmp
import struct