Skip to content

Commit 5812398

Browse files
Add missing test case configuration and platform configuration.
Signed-off-by: Li Hua <[email protected]>
1 parent 89f1222 commit 5812398

File tree

8 files changed

+98
-0
lines changed

8 files changed

+98
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "cpu-test",
3+
"description": "Check CPU information",
4+
"type": "auto",
5+
"tags": ["manufacture", "delivery", "pa", "power", "emc"]
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "memory-test",
3+
"description": "Check memory and pattern test",
4+
"type": "auto",
5+
"tags": ["manufacture", "delivery", "pa", "power", "emc"]
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "oob-test",
3+
"description": "l2 mgmt switch test",
4+
"type": "auto",
5+
"tags": ["manufacture", "delivery", "pa"]
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "rtc-test",
3+
"description": "Check RTC function",
4+
"type": "auto",
5+
"tags": ["manufacture", "delivery", "pa", "emc"]
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "sensor-test",
3+
"description": "Check sensors health",
4+
"type": "auto",
5+
"tags": ["manufacture", "delivery", "pa", "power", "emc"]
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "ssd-test",
3+
"description": "Check SSD capacity",
4+
"type": "auto",
5+
"tags": ["manufacture", "delivery", "pa", "emc", "power"]
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"fan_info":{
3+
"position": "bmc",
4+
"count": 6,
5+
"direction": "in",
6+
"ratio_target": [10, 80, 20],
7+
"speed_tolerance": 1000,
8+
"speed_max": 20000,
9+
"speed_min": 0,
10+
"motor_count": 2
11+
},
12+
"psu_info":{
13+
"position": "bmc",
14+
"count": 2,
15+
"in_power_min": 0,
16+
"in_power_max": 0,
17+
"in_vol_min": 0,
18+
"in_vol_max": 0,
19+
"in_curr_min": 0,
20+
"in_curr_max": 0,
21+
"out_power_min": 0,
22+
"out_power_max": 0,
23+
"out_vol_min": 0,
24+
"out_vol_max": 0,
25+
"out_curr_min": 0,
26+
"out_curr_max": 0
27+
},
28+
"cpu_info": {
29+
"Model name": "Intel(R) Xeon(R) CPU D-1533N @ 2.10GHz",
30+
"BogoMIPS": 4189.0,
31+
"CPU(s)": 6,
32+
"CPU MHz": 2100.0
33+
},
34+
"memory_free_size": 100,
35+
"rtc_info":{
36+
"delay_time": 5,
37+
"max_time_diff": 1
38+
},
39+
"ssd_test_size": "100M",
40+
"ssd_bom": [
41+
{
42+
"model": "AF2MA31DTDLT240A",
43+
"size": "240 GB"
44+
},
45+
{
46+
"model": "MTFDDAV240TDS",
47+
"size": "240 GB"
48+
}
49+
],
50+
"server_ip": "192.0.0.3",
51+
"bmc_ip": "240.1.1.1"
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"test_cases": [
3+
"fan_tc",
4+
"psu_tc",
5+
"cpu_tc",
6+
"memory_tc",
7+
"rtc_tc",
8+
"sensor_tc"
9+
]
10+
}

0 commit comments

Comments
 (0)