!258 [sync] PR-254: 【Routine Upgrade】Sync differences from source repositories

From: @openeuler-sync-bot 
Reviewed-by: @ygn-ndwd-official 
Signed-off-by: @ygn-ndwd-official
This commit is contained in:
openeuler-ci-bot 2024-11-05 02:19:52 +00:00 committed by Gitee
commit fcaef602ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 118117 additions and 1 deletions

View File

@ -0,0 +1,24 @@
# 1.1.6-3 Patch Update Contents
## Bug Fixes
* [Remove unused variable in cdrom test suite](https://gitee.com/openeuler/oec-hardware/pulls/281)
* [Optimize the display judgement of gpu and unify the location for downloading kernel source RPMs etc.](https://gitee.com/openeuler/oec-hardware/pulls/291)
## Optimization
* [Update test_guide doc](https://gitee.com/openeuler/oec-hardware/pulls/282)
* [Update pci.ids](https://gitee.com/openeuler/oec-hardware/pulls/284)
* [Update the design doc of oech and add comments of main module](https://gitee.com/openeuler/oec-hardware/pulls/289)
# 1.1.6-2 Patch Update Contents
## Bug Fixes
* [Optimize "show_hugepages" function in dpdk test suite](https://gitee.com/openeuler/oec-hardware/pulls/287)
# 1.1.6-1 Patch Update Contents
## Addtions
* [Add the raid test identification of PM8222-SHBA](https://gitee.com/openeuler/oec-hardware/pulls/288)
# 1.1.6 Release announcement

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
Name: oec-hardware Name: oec-hardware
Summary: openEuler Hardware Compatibility Test Suite Summary: openEuler Hardware Compatibility Test Suite
Version: 1.1.6 Version: 1.1.6
Release: 2 Release: 3
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
@ -15,6 +15,7 @@ Source0: https://gitee.com/openeuler/oec-hardware/repository/archive/v%{v
# patch fix issue # patch fix issue
Patch0001: oec-hardware-1.1.6-1-fix-bug-raid-test-cannot-identify-PM8222-SHBA.patch Patch0001: oec-hardware-1.1.6-1-fix-bug-raid-test-cannot-identify-PM8222-SHBA.patch
Patch0002: oec-hardware-1.1.6-2-fix-dpdk-show-numa-pages.patch Patch0002: oec-hardware-1.1.6-2-fix-dpdk-show-numa-pages.patch
Patch0003: oec-hardware-1.1.6-3-optimize-gpu-display.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gcc BuildRequires: gcc
@ -40,6 +41,7 @@ openEuler Hardware Compatibility Test Server
%setup -q -c %setup -q -c
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
%build %build
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
@ -87,6 +89,13 @@ sed -i 's#grep openeulerversion /etc/openEuler-latest#grep %{vendor_lowercase}ve
rm -rf /var/lock/oech.lock rm -rf /var/lock/oech.lock
%changelog %changelog
* Tue Oct 29 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-3
- Update the pci.ids file
- Remove unused variable in cdrom test suite
- Update test_guide doc
- Unify the location for downloading kernel source RPMs
- Optimize kabiwhitelist and system test
* Fri Oct 18 2024 xieguangyao00 <xieguangyao@inspur.com> - 1.1.6-2 * Fri Oct 18 2024 xieguangyao00 <xieguangyao@inspur.com> - 1.1.6-2
- Fix the bug that dpdk test terminates when accessing numa node hugepages directory - Fix the bug that dpdk test terminates when accessing numa node hugepages directory