提交 b1e906f7 编写于 作者: L Lucas Meneghel Rodrigues

Merge pull request #64 from zqad/display-results

boot_time: Return result if no bound given
......@@ -45,6 +45,7 @@ def run(test, params, env):
vm.verify_alive()
session = vm.wait_for_serial_login(timeout=timeout)
boot_time = time.time() - vm.start_time
test.write_test_keyval({'result': "%ss" % boot_time})
expect_time = int(params.get("expect_bootup_time", "17"))
logging.info("Boot up time: %ss" % boot_time)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册