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
     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

Reply via email to