未验证 提交 1d2ca98c 编写于 作者: L Lukáš Doktor

Merging pull request 1983

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>

* https://github.com/avocado-framework/avocado:
  Extended vendors_map dict for Power8
......@@ -78,7 +78,8 @@ def get_cpu_vendor_name():
vendors_map = {
'intel': ("GenuineIntel", ),
'amd': ("AMD", ),
'power7': ("POWER7", )
'power7': ("POWER7", ),
'power8': ("POWER8", )
}
cpu_info = _get_cpu_info()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册