未验证 提交 95e999b1 编写于 作者: X Xu Tian 提交者: GitHub

Merge pull request #2080 from yanglei-rh/bug1792856

Remove the compilation options "--enable-demo=yes"
......@@ -33,13 +33,15 @@ def run(test, params, env):
password=params.get("password"), prompt=params.get("shell_prompt"),
linesep=params.get("shell_linesep", "\n").encode().decode(
'unicode_escape'),
status_test_command=params.get("status_test_command", ""))
status_test_command=params.get("status_test_command", ""),
compile_option=params.get("compile_option", ""))
n_server = utils_netperf.NetperfServer(utils_net.get_host_ip_address(params),
params.get("server_path", "/var/tmp"),
netperf_source=os.path.join(data_dir.get_deps_dir("netperf"),
params.get("netperf_server_link")),
password=params.get("hostpassword"))
password=params.get("hostpassword"),
compile_option=params.get("compile_option", ""))
try:
n_server.start()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册