提交 8ff506ef 编写于 作者: Q Qingtang Zhou 提交者: Lucas Meneghel Rodrigues

qemu.tests.physical_resource_check: Update memory check pattern

Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
上级 d8d028d4
......@@ -10,7 +10,7 @@
# Parameter for checking virtio driver's signature in windows guest,
# useless for linux guest.
vio_driver_chk_cmd = ""
mem_chk_re_str = ([0-9]+)
mem_chk_re_str = (\b[0-9]+\b)
cpu_cores_chk_cmd = "lscpu | grep '^Core'"
cpu_sockets_chk_cmd = "lscpu | grep -E '(^Socket|^CPU socket)'"
cpu_threads_chk_cmd = "lscpu | grep '^Thread'"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册