On Thu, 26 Sep 2013 19:57:34 +0800 Fam Zheng <f...@redhat.com> wrote:
> QMP/qmp.py is renamed to scripts/qmp/qmp.py, fix the search path in > iotests.py. OOPs, sorry for that. > > Signed-off-by: Fam Zheng <f...@redhat.com> > --- > tests/qemu-iotests/iotests.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py > index 87b4a3a..376d6e8 100644 > --- 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 >