!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:
commit
2f72f0f41c
1598
oec-hardware-1.1.5-2-fix-bug.patch
Normal file
1598
oec-hardware-1.1.5-2-fix-bug.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
||||
Name: oec-hardware
|
||||
Summary: openEuler Hardware Compatibility Test Suite
|
||||
Version: 1.1.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Development/Tools
|
||||
License: Mulan PSL v2
|
||||
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
|
||||
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
|
||||
BuildRequires: gcc
|
||||
@ -36,6 +37,7 @@ openEuler Hardware Compatibility Test Server
|
||||
%prep
|
||||
%setup -q -c
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%ifarch x86_64 aarch64
|
||||
@ -80,6 +82,14 @@ DESTDIR=$RPM_BUILD_ROOT make install
|
||||
rm -rf /var/lock/oech.lock
|
||||
|
||||
%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
|
||||
- Add virtual cases
|
||||
- Resolve IB startup IB_Read_BW service failure issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user