Compare commits
10 Commits
46f342892f
...
cbd03911bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbd03911bf | ||
|
|
9dce4e2d09 | ||
|
|
765ee095b1 | ||
|
|
14c3346471 | ||
|
|
fcaef602ee | ||
|
|
3ec2aed52a | ||
|
|
1e37146e2e | ||
|
|
e82ca714a9 | ||
|
|
c1d155d1d1 | ||
|
|
19008f4ddc |
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -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)
|
||||||
@ -5,7 +5,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.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Mulan PSL v2
|
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
|
rm -rf /var/lock/oech.lock
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 24 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-0
|
||||||
- Add new test suite srpm and intel
|
- Add new test suite srpm and intel
|
||||||
- Add virtual branch of test suite
|
- Add virtual branch of test suite
|
||||||
|
|||||||
BIN
v1.1.6.tar.gz
BIN
v1.1.6.tar.gz
Binary file not shown.
BIN
v1.1.7.tar.gz
Normal file
BIN
v1.1.7.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user