提交 abca75c9 编写于 作者: L Lei Yang

Remove the compilation options "--enable-demo=yes"

1.Does not compile netperf package
Signed-off-by: NLei Yang <leiyang@redhat.com>
上级 378305e3
......@@ -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.
先完成此消息的编辑!
想要评论请 注册