* [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path
@ 2013-09-26 11:57 Fam Zheng
2013-09-26 12:53 ` Luiz Capitulino
2013-09-26 14:04 ` Kevin Wolf
0 siblings, 2 replies; 3+ messages in thread
From: Fam Zheng @ 2013-09-26 11:57 UTC (permalink / raw)
To: qemu-devel; +Cc: kwolf, stefanha, lcapitulino
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>
---
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
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path
2013-09-26 11:57 [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path Fam Zheng
@ 2013-09-26 12:53 ` Luiz Capitulino
2013-09-26 14:04 ` Kevin Wolf
1 sibling, 0 replies; 3+ messages in thread
From: Luiz Capitulino @ 2013-09-26 12:53 UTC (permalink / raw)
To: Fam Zheng; +Cc: kwolf, qemu-devel, stefanha
On Thu, 26 Sep 2013 19:57:34 +0800
Fam Zheng <famz@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 <famz@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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path
2013-09-26 11:57 [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path Fam Zheng
2013-09-26 12:53 ` Luiz Capitulino
@ 2013-09-26 14:04 ` Kevin Wolf
1 sibling, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2013-09-26 14:04 UTC (permalink / raw)
To: Fam Zheng; +Cc: qemu-devel, stefanha, lcapitulino
Am 26.09.2013 um 13:57 hat Fam Zheng geschrieben:
> 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>
Thanks, applied to the block branch.
Kevin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-26 14:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 11:57 [Qemu-devel] [PATCH] qemu-iotests: fix qmp.py search path Fam Zheng
2013-09-26 12:53 ` Luiz Capitulino
2013-09-26 14:04 ` Kevin Wolf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).