提交 537cb653 编写于 作者: J jingzhao84 提交者: jinzhao

qmp_pmemsave: update test case steps, add check the size of pmemsave

Signed-off-by: Njinzhao <jinzhao@redhat.com>
上级 2c0eee5e
......@@ -62,9 +62,9 @@
event_cmd_type = host_cmd
qmp_cmd = "pmemsave val=0, size=4096, filename=/var/tmp/pmemsave"
pre_cmd = "rm -rf /var/tmp/pmemsave"
post_cmd = "ls /var/tmp/pmemsave; true"
cmd_result_check = post_contain
cmd_return_value = pmemsave
post_cmd = "stat -c %s /var/tmp/pmemsave"
cmd_result_check = "post_equal"
cmd_return_value = 4096
- qmp_query-cpus:
qmp_cmd = "query-cpus"
post_cmd = "info cpus"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册