提交 d8e35230 编写于 作者: T theprocess

more tools name changes

上级 8bb4952a
......@@ -67,7 +67,7 @@ class Client:
if __name__ == '__main__':
c = Client(' Taishan 2280', ' Certid-123523')
c = Client(' Taishan 2280', ' Testid-123523')
import sys
file = sys.argv[1]
c.upload(file)
......
......@@ -5,7 +5,7 @@
%undefine __brp_mangle_shebangs
Name: oec-hardware
Summary: openEuler Hardware Certification Test Suite
Summary: openEuler Hardware Compatibility Test Suite
Version: %{version}
Release: %{release}
Group: Development/Tools
......@@ -22,15 +22,15 @@ Requires: python3
# server subpackage
%package server
Summary: openEuler Hardware Certification Test Server
Summary: openEuler Hardware Compatibility Test Server
Group: Development/Tools
Requires: python3, python3-devel, nginx, qperf, psmisc
%description
openEuler Hardware Certification Test Suite
openEuler Hardware Compatibility Test Suite
%description server
openEuler Hardware Certification Test Server
openEuler Hardware Compatibility Test Server
%prep
%setup -q -c
......
[Unit]
Description=openEuler Hardware Certification Server
Description=openEuler Hardware Compatibility Test Server
After=network.target
[Service]
......
[Unit]
Description=openEuler Hardware Certification Test Suite
Description=openEuler Hardware Compatibility Test Suite
After=basic.target network.target
DefaultDependencies=no
......
......@@ -27,7 +27,7 @@
{% endif %}
{% do use_divider.append(1) %}
<li class="dropdown-header">Cert ID: {{ id }}</li>
<li class="dropdown-header">Test ID: {{ id }}</li>
{% for job in job_list %}
<li><a href="/results/{{ host }}/{{ id }}/{{ job }}">{{ job }}</a></li>
{% endfor %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册