!209 [sync] PR-208: 修改bug和优化用例

From: @openeuler-sync-bot 
Reviewed-by: @ygn-ndwd-official 
Signed-off-by: @ygn-ndwd-official
This commit is contained in:
openeuler-ci-bot 2024-04-17 02:37:01 +00:00 committed by Gitee
commit 2f72f0f41c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1609 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Name: oec-hardware Name: oec-hardware
Summary: openEuler Hardware Compatibility Test Suite Summary: openEuler Hardware Compatibility Test Suite
Version: 1.1.5 Version: 1.1.5
Release: 1 Release: 2
Group: Development/Tools Group: Development/Tools
License: Mulan PSL v2 License: Mulan PSL v2
URL: https://gitee.com/openeuler/oec-hardware URL: https://gitee.com/openeuler/oec-hardware
@ -12,6 +12,7 @@ Source0: https://gitee.com/openeuler/oec-hardware/repository/archive/v%{v
# patch fix issue # patch fix issue
Patch0001: oec-hardware-1.1.5-1-add-virtual-branch-fix-bug.patch Patch0001: oec-hardware-1.1.5-1-add-virtual-branch-fix-bug.patch
Patch0002: oec-hardware-1.1.5-2-fix-bug.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gcc BuildRequires: gcc
@ -36,6 +37,7 @@ openEuler Hardware Compatibility Test Server
%prep %prep
%setup -q -c %setup -q -c
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
@ -80,6 +82,14 @@ DESTDIR=$RPM_BUILD_ROOT make install
rm -rf /var/lock/oech.lock rm -rf /var/lock/oech.lock
%changelog %changelog
* Wed Nov 29 2023 cuixucui <cuixucui@h-partner.com> - 1.1.5-1
- Resolve kdump\watchdog\cpufreq\kabiwhitelist\network test failure issue
- Add fio test cases:read,write,randread,randwrite
- Solve the nvme line break issue in the command line interface
- Fix compilation errors in the make command
- Add Vulkan testcase for nvida GPU
- Resolve the issue of oech server startup failure on version 24.03
* Wed Nov 29 2023 cuixucui <cuixucui@h-partner.com> - 1.1.5-1 * Wed Nov 29 2023 cuixucui <cuixucui@h-partner.com> - 1.1.5-1
- Add virtual cases - Add virtual cases
- Resolve IB startup IB_Read_BW service failure issue - Resolve IB startup IB_Read_BW service failure issue