Compare commits
No commits in common. "c80a1ef0cd1decb4e75a5532910d9020a94c1695" and "bc6e53667d2a8188321b6e8747fa72d644bfc99f" have entirely different histories.
c80a1ef0cd
...
bc6e53667d
@ -1,29 +0,0 @@
|
|||||||
# 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
# 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.7
|
Version: 1.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
@ -83,26 +83,6 @@ 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
Normal file
BIN
v1.1.6.tar.gz
Normal file
Binary file not shown.
BIN
v1.1.7.tar.gz
BIN
v1.1.7.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user