提交 b93933b2 编写于 作者: Y Yu Wang

netkvm_change_param_value_test:change ping prams for host to guest

The command of ping is not correct, it using "-i" params, should
be deleted.
Signed-off-by: NYu Wang <wyu@redhat.com>
上级 46be691d
......@@ -43,7 +43,7 @@ def run(test, params, env):
error_context.context("Start ping test", logging.info)
guest_ip = vm.get_address()
status, output = utils_test.ping(guest_ip, 10, 15)
status, output = utils_test.ping(guest_ip, 10, timeout=15)
if status:
test.fail("Ping returns non-zero value %s" % output)
package_lost = utils_test.get_loss_ratio(output)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册