On 06/11/2012 09:42 AM, Qingtang Zhou wrote:
> Signed-off-by: Qingtang Zhou<qz...@redhat.com>
> ---
>   client/virt/tests/multicast.py |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/client/virt/tests/multicast.py b/client/virt/tests/multicast.py
> index 13e3f0d..3fc1084 100644
> --- a/client/virt/tests/multicast.py
> +++ b/client/virt/tests/multicast.py
> @@ -53,7 +53,7 @@ def run_multicast(test, params, env):
>       prefix = re.findall("\d+.\d+.\d+", mcast)[0]
>       suffix = int(re.findall("\d+", mcast)[-1])
>       # copy python script to guest for joining guest to multicast groups
> -    mcast_path = os.path.join(test.bindir, "scripts/multicast_guest.py")
> +    mcast_path = os.path.join(test.virtdir, "scripts/multicast_guest.py")
>       vm.copy_files_to(mcast_path, "/tmp")
>       output = session.cmd_output("python /tmp/multicast_guest.py %d %s %d" %
>                                   (mgroup_count, prefix, suffix))

LGTM

-- 
Chris Evich, RHCA, RHCE, RHCDS, RHCSS
Quality Assurance Engineer
e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to