Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/virt/tests/softlockup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) mode change 100644 => 100755 client/tests/cgroup/cgroup.py diff --git a/client/tests/cgroup/cgroup.py b/client/tests/cgroup/cgroup.py old mode 100644 new mode 100755 diff --git a/client/virt/tests/softlockup.py b/client/virt/tests/softlockup.py index 649b3ab..a9a92f9 100644 --- a/client/virt/tests/softlockup.py +++ b/client/virt/tests/softlockup.py @@ -109,7 +109,7 @@ def run_softlockup(test, params, env): pass # Get required files and copy them from host to guest - monitor_path = os.path.join(test.bindir, 'deps', 'heartbeat_slu.py') + monitor_path = os.path.join(test.virtdir, 'deps', 'heartbeat_slu.py') stress_path = os.path.join(os.environ['AUTODIR'], "tests", "stress", "stress-1.0.4.tar.gz") vm.copy_files_to(monitor_path, "/tmp") -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html