代码仓
中
Get DFT Test Item cnt
更新时间: 2026/08/06
在AtomGit上查看源码

Get DFT Test Item cnt ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Obtains the number of test items.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 40h
2Type
1: self-check item
2: test items that require prerequisites
3. Burn-in test items
4: test items that require manual check
5: test item that requires manual operations

Response Information ​

ByteData Field
1Completion code
2Count

Command Example ​

Obtain the number of self-test items. ​

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 90 40 01" smi 0

Response:

text
0f 31 00 90 00 1d

Back to Index ​