提交 2aa62b08 编写于 作者: S Sitong Liu

Update and correct the path referred to time-warp-test.c

Signed-off-by: NSitong Liu <siliu@redhat.com>
上级 50d21417
......@@ -52,7 +52,7 @@ def run(test, params, env):
sess_guest_load = vm.wait_for_login(timeout=timeout)
error.context("Copy time-warp-test.c to guest", logging.info)
src_file_name = os.path.join(data_dir.get_deps_dir(), "time_warp",
src_file_name = os.path.join(data_dir.get_deps_dir(), "tsc_sync",
"time-warp-test.c")
vm.copy_files_to(src_file_name, "/tmp")
......
......@@ -43,7 +43,7 @@ def run(test, params, env):
session = vm.wait_for_login(timeout=timeout)
error.context("Copy time-warp-test.c to guest", logging.info)
src_file_name = os.path.join(data_dir.get_root_dir(), "shared", "deps",
src_file_name = os.path.join(data_dir.get_deps_dir(), "tsc_sync",
"time-warp-test.c")
vm.copy_files_to(src_file_name, "/tmp")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册