* On 2012-09-27 18:12:26 +0200, Plamen Dimitrov ([email protected]) wrote: > > Signed-off-by: Plamen Dimitrov <[email protected]> > --- > virttest/utils_test.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/virttest/utils_test.py b/virttest/utils_test.py > index 5a1e732..3cfa758 100644 > --- a/virttest/utils_test.py > +++ b/virttest/utils_test.py > @@ -1187,7 +1187,7 @@ def run_autotest(vm, session, control_path, timeout, > outputdir, params): > cmd = ("cd %s; tar cvjf %s %s/*" % > (autotest_parentdir, compressed_autotest_path, autotest_basename)) > # Until we have nested virtualization, we don't need the kvm test :) > - cmd += " --exclude=%s/tests/kvm" % autotest_basename > + cmd += " --exclude=%s/tests/virt/kvm" % autotest_basename Do you still want to run libvirt/virt_v2v test in guest? I guess here should contains more directory.
But, after autotest repo split, I guess we don't need this tar/transfer/untar action anymore. we can easily install a autotest rpm on guest, copy a control file to guest, then run your autotest in guest. > cmd += " --exclude=%s/results" % autotest_basename > cmd += " --exclude=%s/tmp" % autotest_basename > cmd += " --exclude=%s/control*" % autotest_basename > -- > 1.7.11.4 > > _______________________________________________ > Autotest-kernel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/autotest-kernel _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
