Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cbd03911bf
!278 [sync] PR-273: Upgrade oec-hardware to version 1.1.7
From: @openeuler-sync-bot 
Reviewed-by: @ygn-ndwd-official 
Signed-off-by: @ygn-ndwd-official
2025-01-07 03:56:22 +00:00
Shine.Wang
9dce4e2d09 upgrade 1.1.7
(cherry picked from commit 41ba6f6cfc9dea49c5e31205ca8bc5f499a87b54)
2025-01-07 10:52:06 +08:00
openeuler-ci-bot
765ee095b1
!266 [sync] PR-261: 【Routine Upgrade】Sync differences from source repositories-2024/11/13
From: @openeuler-sync-bot 
Reviewed-by: @ygn-ndwd-official 
Signed-off-by: @ygn-ndwd-official
2024-11-18 06:34:04 +00:00
Shine.Wang
14c3346471 kdump bugfix
(cherry picked from commit 600106f8a1c711274be290609053238ccd7cf603)
2024-11-15 22:19:50 +08:00
openeuler-ci-bot
fcaef602ee
!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
2024-11-05 02:19:52 +00:00
Shine.Wang
3ec2aed52a update to 1.1.6-3
(cherry picked from commit 20727bad022d2f4f0c58e6191714d60027b6e17f)
2024-10-30 15:54:54 +08:00
openeuler-ci-bot
1e37146e2e
!252 [sync] PR-246: 优化dpdk测试项中的大页展示
From: @openeuler-sync-bot 
Reviewed-by: @ygn-ndwd-official 
Signed-off-by: @ygn-ndwd-official
2024-10-29 08:54:18 +00:00
xieguangyao00
e82ca714a9 Fix dpdk show numa pages
(cherry picked from commit 8019a7335b7b99b1892d5cb601d1739117a5d972)
2024-10-26 16:47:56 +08:00
openeuler-ci-bot
c1d155d1d1
!244 [sync] PR-239: Fix bug that the raid test cannot identify PM8222-SHBA
From: @openeuler-sync-bot 
Reviewed-by: @ygn-ndwd-official 
Signed-off-by: @ygn-ndwd-official
2024-10-16 07:33:10 +00:00
xiaochuannan
19008f4ddc Fix bug that the raid test cannot identify PM8222-SHBA
(cherry picked from commit fac8aac4e6ff63acac7645bf6a96b69d2c3490cf)
2024-10-16 15:31:41 +08:00
5 changed files with 66 additions and 1 deletions

View File

@ -0,0 +1,29 @@
# 1.1.6-4 Patch Update Contents
## Bug Fixes
* [Kdump test suite fix](https://gitee.com/openeuler/oec-hardware/pulls/296)
# 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

View File

@ -0,0 +1,16 @@
# 1.1.7 Release announcement
## New
* [add kernel support for openEuler 24.03 LTS SP1](https://gitee.com/openeuler/oec-hardware/pulls/297)
## Bug Fixes
* [GPU test suite fix](https://gitee.com/openeuler/oec-hardware/pulls/303)
* [Kdump test suite fix](https://gitee.com/openeuler/oec-hardware/pulls/296)
* [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)
* [Optimize "show_hugepages" function in dpdk test suite](https://gitee.com/openeuler/oec-hardware/pulls/287)
## 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)
* [Add the raid test identification of PM8222-SHBA](https://gitee.com/openeuler/oec-hardware/pulls/288)

View File

@ -5,7 +5,7 @@
Name: oec-hardware
Summary: openEuler Hardware Compatibility Test Suite
Version: 1.1.6
Version: 1.1.7
Release: 0
Group: Development/Tools
License: Mulan PSL v2
@ -83,6 +83,26 @@ sed -i 's#grep openeulerversion /etc/openEuler-latest#grep %{vendor_lowercase}ve
rm -rf /var/lock/oech.lock
%changelog
* Mon Jan 06 2025 wangshuai <wangshuai321@huawei.com> - 1.1.7-0
- Add kernel support for openEuler 24.03 LTS SP1
- GPU test suite optimize
* Wed Nov 13 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-4
- Kdump test suite bugfix
* 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
- Fix the bug that dpdk test terminates when accessing numa node hugepages directory
* Tue Oct 15 2024 xiaochn <xiaochuannan@inspur.com> - 1.1.6-1
- Fix bug that the raid test cannot identify PM8222-SHBA
* Tue Sep 24 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-0
- Add new test suite srpm and intel
- Add virtual branch of test suite

Binary file not shown.

BIN
v1.1.7.tar.gz Normal file

Binary file not shown.