On Mon, Jun 11, 2012 at 10:54 AM, Chris Evich <[email protected]> wrote: > On 06/11/2012 09:42 AM, Qingtang Zhou wrote: >> Signed-off-by: Qingtang Zhou<[email protected]> >> --- >> 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
Looks good to me too, applied to next. -- Lucas _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
