On Thu, 2012-08-16 at 10:34 +0800, Qingtang Zhou wrote:
> * On 2012-08-15 18:51:01 -0300, Lucas Meneghel Rodrigues ([email protected]) 
> wrote:
> > Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
> > ---
> >  client/tests/kvm/tests/qemu_guest_agent.py |   4 +-
> >  client/virt/virt_agent.py                  | 397 
> > -----------------------------
> >  guest_agent.py                             | 397 
> > +++++++++++++++++++++++++++++
>    ^ Oh, so this patch moves guest_agent.py module to the top
>    directory of autotest? does server side test need this file?

My mistake moving the file... will fix it shortly

> >  3 files changed, 399 insertions(+), 399 deletions(-)
> >  delete mode 100644 client/virt/virt_agent.py
> >  create mode 100644 guest_agent.py
> > 
> > diff --git a/client/tests/kvm/tests/qemu_guest_agent.py 
> > b/client/tests/kvm/tests/qemu_guest_agent.py
> > index a83320a..c60a7fc 100644
> > --- a/client/tests/kvm/tests/qemu_guest_agent.py
> > +++ b/client/tests/kvm/tests/qemu_guest_agent.py
> > @@ -1,6 +1,6 @@
> >  import logging
> >  from autotest.client.shared import error
> > -from autotest.client.virt import virt_agent
> > +from autotest.client.virt import guest_agent
>    ^ maybe this import line can't work after moving guest_agent.


_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to