提交 0467440b 编写于 作者: T theprocess

tester => ID

上级 0e5a01b4
...@@ -182,7 +182,7 @@ OS 厂商为了扩大自己产品的兼容性范围,常常寻求与硬件厂 ...@@ -182,7 +182,7 @@ OS 厂商为了扩大自己产品的兼容性范围,常常寻求与硬件厂
## 使用步骤 ## 使用步骤
1. 在客户端启动测试框架。在客户端启动 `oech`,其中 `ID``URL` 可以按需填写,`Server` 必须填写为客户端可以直接访问的服务器域名或 ip,用于展示测试报告和作网络测试的服务端。 1. 在客户端启动测试框架。在客户端启动 `oech`,其中 `ID``URL` 可以按需填写,`ID` 建议填写gitee上的issue ID,`Server` 必须填写为客户端可以直接访问的服务器域名或 ip,用于展示测试报告和作网络测试的服务端。
``` ```
# oech # oech
......
docs/result-qemu.png

10.5 KB | W: | H:

docs/result-qemu.png

10.5 KB | W: | H:

docs/result-qemu.png
docs/result-qemu.png
docs/result-qemu.png
docs/result-qemu.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -81,7 +81,7 @@ class CertDocument(Document): ...@@ -81,7 +81,7 @@ class CertDocument(Document):
sysinfo = SysInfo(CertEnv.releasefile) sysinfo = SysInfo(CertEnv.releasefile)
self.document["OS"] = sysinfo.product + " " + sysinfo.get_version() self.document["OS"] = sysinfo.product + " " + sysinfo.get_version()
self.document["kernel"] = sysinfo.kernel self.document["kernel"] = sysinfo.kernel
self.document["tester"] = CommandUI().prompt("Please provide your Compatibility Test ID:") self.document["ID"] = CommandUI().prompt("Please provide your Compatibility Test ID:")
self.document["Product URL"] = CommandUI().prompt("Please provide your Product URL:") self.document["Product URL"] = CommandUI().prompt("Please provide your Product URL:")
self.document["server"] = CommandUI().prompt("Please provide the Compatibility Test Server (Hostname or Ipaddr):") self.document["server"] = CommandUI().prompt("Please provide the Compatibility Test Server (Hostname or Ipaddr):")
...@@ -98,7 +98,7 @@ class CertDocument(Document): ...@@ -98,7 +98,7 @@ class CertDocument(Document):
return self.document["Product URL"] return self.document["Product URL"]
def get_certify(self): def get_certify(self):
return self.document["tester"] return self.document["ID"]
def get_kernel(self): def get_kernel(self):
return self.document["kernel"] return self.document["kernel"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册