Rename all properties to UpperCamelCase
Upstream dbus standard is UpperCamelCase, start matching and
check in json schema to start failing builds that don't match.
Change-Id: I2d2c6fec5a5a0b07c88c843257fa7c88d420c4e5
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index 8e3a222..e7381bd 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -1,10 +1,10 @@
{
- "exposes": [
+ "Exposes": [
{
"Name": "1U System Fan connector 1",
- "pwm": 0,
- "status": "disabled",
- "tachs": [
+ "Pwm": 0,
+ "Status": "disabled",
+ "Tachs": [
0,
1
],
@@ -12,9 +12,9 @@
},
{
"Name": "1U System Fan connector 2",
- "pwm": 1,
- "status": "disabled",
- "tachs": [
+ "Pwm": 1,
+ "Status": "disabled",
+ "Tachs": [
2,
3
],
@@ -22,9 +22,9 @@
},
{
"Name": "1U System Fan connector 3",
- "pwm": 2,
- "status": "disabled",
- "tachs": [
+ "Pwm": 2,
+ "Status": "disabled",
+ "Tachs": [
4,
5
],
@@ -32,9 +32,9 @@
},
{
"Name": "1U System Fan connector 4",
- "pwm": 3,
- "status": "disabled",
- "tachs": [
+ "Pwm": 3,
+ "Status": "disabled",
+ "Tachs": [
6,
7
],
@@ -42,9 +42,9 @@
},
{
"Name": "1U System Fan connector 5",
- "pwm": 4,
- "status": "disabled",
- "tachs": [
+ "Pwm": 4,
+ "Status": "disabled",
+ "Tachs": [
8,
9
],
@@ -52,9 +52,9 @@
},
{
"Name": "1U System Fan connector 6",
- "pwm": 5,
- "status": "disabled",
- "tachs": [
+ "Pwm": 5,
+ "Status": "disabled",
+ "Tachs": [
10,
11
],
@@ -62,779 +62,779 @@
},
{
"Name": "2U System Fan connector 1",
- "pwm": 0,
- "status": "disabled",
- "tachs": [
+ "Pwm": 0,
+ "Status": "disabled",
+ "Tachs": [
0
],
"Type": "IntelFanConnector"
},
{
"Name": "2U System Fan connector 2",
- "pwm": 1,
- "status": "disabled",
- "tachs": [
+ "Pwm": 1,
+ "Status": "disabled",
+ "Tachs": [
2
],
"Type": "IntelFanConnector"
},
{
"Name": "2U System Fan connector 3",
- "pwm": 2,
- "status": "disabled",
- "tachs": [
+ "Pwm": 2,
+ "Status": "disabled",
+ "Tachs": [
4
],
"Type": "IntelFanConnector"
},
{
"Name": "2U System Fan connector 4",
- "pwm": 3,
- "status": "disabled",
- "tachs": [
+ "Pwm": 3,
+ "Status": "disabled",
+ "Tachs": [
6
],
"Type": "IntelFanConnector"
},
{
"Name": "2U System Fan connector 5",
- "pwm": 4,
- "status": "disabled",
- "tachs": [
+ "Pwm": 4,
+ "Status": "disabled",
+ "Tachs": [
8
],
"Type": "IntelFanConnector"
},
{
"Name": "2U System Fan connector 6",
- "pwm": 5,
- "status": "disabled",
- "tachs": [
+ "Pwm": 5,
+ "Status": "disabled",
+ "Tachs": [
10
],
"Type": "IntelFanConnector"
},
{
- "address": "0x4A",
- "bus": 6,
+ "Address": "0x4A",
+ "Bus": 6,
"Name": "BMC Temp",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 115
+ "Severity": 1,
+ "Value": 115
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 110
+ "Severity": 0,
+ "Value": 110
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 5
+ "Severity": 0,
+ "Value": 5
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0
+ "Severity": 1,
+ "Value": 0
}
],
"Type": "TMP75"
},
{
- "index": 0,
+ "Index": 0,
"Name": "Baseboard 12 Volt",
- "scale_factor": 0.1124,
- "thresholds": [
+ "ScaleFactor": 0.1124,
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 13.494
+ "Severity": 1,
+ "Value": 13.494
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 13.101
+ "Severity": 0,
+ "Value": 13.101
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 10.945
+ "Severity": 0,
+ "Value": 10.945
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 10.616
+ "Severity": 1,
+ "Value": 10.616
}
],
"Type": "ADC"
},
{
"Name": "CPU 1 Fan Connector",
- "pwm": 7,
- "status": "disabled",
- "tachs": [
+ "Pwm": 7,
+ "Status": "disabled",
+ "Tachs": [
13
],
"Type": "IntelFanConnector"
},
{
"Name": "CPU 2 Fan Connector",
- "pwm": 8,
- "status": "disabled",
- "tachs": [
+ "Pwm": 8,
+ "Status": "disabled",
+ "Tachs": [
14
],
"Type": "IntelFanConnector"
},
{
- "address": "0x49",
- "bus": 6,
+ "Address": "0x49",
+ "Bus": 6,
"Name": "Left Rear Temp",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 115
+ "Severity": 1,
+ "Value": 115
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 110
+ "Severity": 0,
+ "Value": 110
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 5
+ "Severity": 0,
+ "Value": 5
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0
+ "Severity": 1,
+ "Value": 0
}
],
"Type": "TMP75"
},
{
- "index": 4,
+ "Index": 4,
"Name": "P0V83_LAN_AUX",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 0.901
+ "Severity": 1,
+ "Value": 0.901
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 0.875
+ "Severity": 0,
+ "Value": 0.875
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 0.786
+ "Severity": 0,
+ "Value": 0.786
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0.763
+ "Severity": 1,
+ "Value": 0.763
}
],
"Type": "ADC"
},
{
- "index": 3,
+ "Index": 3,
"Name": "P105_PCH_AUX",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.139
+ "Severity": 1,
+ "Value": 1.139
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.106
+ "Severity": 0,
+ "Value": 1.106
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 0.995
+ "Severity": 0,
+ "Value": 0.995
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0.966
+ "Severity": 1,
+ "Value": 0.966
}
],
"Type": "ADC"
},
{
- "index": 5,
+ "Index": 5,
"Name": "P12V_AUX",
- "scale_factor": 0.2717,
- "thresholds": [
+ "ScaleFactor": 0.2717,
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 13.494
+ "Severity": 1,
+ "Value": 13.494
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 13.101
+ "Severity": 0,
+ "Value": 13.101
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 10.945
+ "Severity": 0,
+ "Value": 10.945
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 10.616
+ "Severity": 1,
+ "Value": 10.616
}
],
"Type": "ADC"
},
{
- "index": 6,
+ "Index": 6,
"Name": "P1V8_PCH",
- "scale_factor": 0.7505,
- "thresholds": [
+ "ScaleFactor": 0.7505,
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.961
+ "Severity": 1,
+ "Value": 1.961
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.904
+ "Severity": 0,
+ "Value": 1.904
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.699
+ "Severity": 0,
+ "Value": 1.699
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.648
+ "Severity": 1,
+ "Value": 1.648
}
],
"Type": "ADC"
},
{
- "index": 1,
+ "Index": 1,
"Name": "P3V3",
- "scale_factor": 0.4107,
- "thresholds": [
+ "ScaleFactor": 0.4107,
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 3.647
+ "Severity": 1,
+ "Value": 3.647
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 3.066
+ "Severity": 0,
+ "Value": 3.066
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 3.066
+ "Severity": 0,
+ "Value": 3.066
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 2.974
+ "Severity": 1,
+ "Value": 2.974
}
],
"Type": "ADC"
},
{
- "index": 7,
+ "Index": 7,
"Name": "P3VBAT",
- "scale_factor": 0.3333,
- "thresholds": [
+ "ScaleFactor": 0.3333,
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 3.296
+ "Severity": 1,
+ "Value": 3.296
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 3.263
+ "Severity": 0,
+ "Value": 3.263
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 2.457
+ "Severity": 0,
+ "Value": 2.457
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 2.138
+ "Severity": 1,
+ "Value": 2.138
}
],
"Type": "ADC"
},
{
- "index": 8,
+ "Index": 8,
"Name": "PVCCIN_CPU0",
- "scale_factor": 0.7505,
- "thresholds": [
+ "ScaleFactor": 0.7505,
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 2.151
+ "Severity": 1,
+ "Value": 2.151
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 2.088
+ "Severity": 0,
+ "Value": 2.088
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.418
+ "Severity": 0,
+ "Value": 1.418
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.376
+ "Severity": 1,
+ "Value": 1.376
}
],
"Type": "ADC"
},
{
- "index": 9,
+ "Index": 9,
"Name": "PVCCIN_CPU1",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 2.151
+ "Severity": 1,
+ "Value": 2.151
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 2.088
+ "Severity": 0,
+ "Value": 2.088
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.418
+ "Severity": 0,
+ "Value": 1.418
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.376
+ "Severity": 1,
+ "Value": 1.376
}
],
"Type": "ADC"
},
{
- "index": 14,
+ "Index": 14,
"Name": "PVCCIO_CPU0",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.19
+ "Severity": 1,
+ "Value": 1.19
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.155
+ "Severity": 0,
+ "Value": 1.155
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 0.752
+ "Severity": 0,
+ "Value": 0.752
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0.729
+ "Severity": 1,
+ "Value": 0.729
}
],
"Type": "ADC"
},
{
- "index": 15,
+ "Index": 15,
"Name": "PVCCIO_CPU1",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.19
+ "Severity": 1,
+ "Value": 1.19
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.155
+ "Severity": 0,
+ "Value": 1.155
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 0.752
+ "Severity": 0,
+ "Value": 0.752
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0.729
+ "Severity": 1,
+ "Value": 0.729
}
],
"Type": "ADC"
},
{
- "index": 10,
+ "Index": 10,
"Name": "PVDQ_ABC_CPU0",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.301
+ "Severity": 1,
+ "Value": 1.301
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.263
+ "Severity": 0,
+ "Value": 1.263
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.138
+ "Severity": 0,
+ "Value": 1.138
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.104
+ "Severity": 1,
+ "Value": 1.104
}
],
"Type": "ADC"
},
{
- "index": 12,
+ "Index": 12,
"Name": "PVDQ_ABC_CPU1",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.301
+ "Severity": 1,
+ "Value": 1.301
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.263
+ "Severity": 0,
+ "Value": 1.263
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.138
+ "Severity": 0,
+ "Value": 1.138
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.104
+ "Severity": 1,
+ "Value": 1.104
}
],
"Type": "ADC"
},
{
- "index": 11,
+ "Index": 11,
"Name": "PVDQ_DEF_CPU0",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.301
+ "Severity": 1,
+ "Value": 1.301
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.263
+ "Severity": 0,
+ "Value": 1.263
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.138
+ "Severity": 0,
+ "Value": 1.138
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.104
+ "Severity": 1,
+ "Value": 1.104
}
],
"Type": "ADC"
},
{
- "index": 13,
+ "Index": 13,
"Name": "PVDQ_DEF_CPU1",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.301
+ "Severity": 1,
+ "Value": 1.301
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.263
+ "Severity": 0,
+ "Value": 1.263
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 1.138
+ "Severity": 0,
+ "Value": 1.138
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 1.104
+ "Severity": 1,
+ "Value": 1.104
}
],
"Type": "ADC"
},
{
- "index": 2,
+ "Index": 2,
"Name": "PVNN_PCH_AUX",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 1.081
+ "Severity": 1,
+ "Value": 1.081
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 1.049
+ "Severity": 0,
+ "Value": 1.049
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 0.807
+ "Severity": 0,
+ "Value": 0.807
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0.783
+ "Severity": 1,
+ "Value": 0.783
}
],
"Type": "ADC"
},
{
- "address": "0x4D",
- "bus": 6,
+ "Address": "0x4D",
+ "Bus": 6,
"Name": "Right Rear Board Temp",
"Name1": "Right Rear TMP421 Internal Temp",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 115
+ "Severity": 1,
+ "Value": 115
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 110
+ "Severity": 0,
+ "Value": 110
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 5
+ "Severity": 0,
+ "Value": 5
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0
+ "Severity": 1,
+ "Value": 0
}
],
"Type": "TMP421"
},
{
- "address": "0x48",
- "bus": 6,
+ "Address": "0x48",
+ "Bus": 6,
"Name": "Voltage Regulator 1 Temp",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 115
+ "Severity": 1,
+ "Value": 115
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 110
+ "Severity": 0,
+ "Value": 110
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 5
+ "Severity": 0,
+ "Value": 5
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0
+ "Severity": 1,
+ "Value": 0
}
],
"Type": "TMP75"
},
{
- "address": "0x4B",
- "bus": 6,
+ "Address": "0x4B",
+ "Bus": 6,
"Name": "Voltage Regulator 2 Temp",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper critical",
- "severity": 1,
- "value": 115
+ "Severity": 1,
+ "Value": 115
},
{
- "direction": "greater than",
+ "Direction": "greater than",
"Name": "upper non critical",
- "severity": 0,
- "value": 110
+ "Severity": 0,
+ "Value": 110
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower non critical",
- "severity": 0,
- "value": 5
+ "Severity": 0,
+ "Value": 5
},
{
- "direction": "less than",
+ "Direction": "less than",
"Name": "lower critical",
- "severity": 1,
- "value": 0
+ "Severity": 1,
+ "Value": 0
}
],
"Type": "TMP75"
},
{
- "address": "0x30",
- "cpu_id": 0,
+ "Address": "0x30",
+ "CpuID": 0,
"Name": "Skylake CPU 0",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
- "label": "DIMM",
+ "Direction": "greater than",
+ "Label": "DIMM",
"Name": "upper critical",
- "severity": 1,
- "value": 99
+ "Severity": 1,
+ "Value": 99
},
{
- "direction": "greater than",
- "label": "DIMM",
+ "Direction": "greater than",
+ "Label": "DIMM",
"Name": "upper non critical",
- "severity": 0,
- "value": 89
+ "Severity": 0,
+ "Value": 89
}
],
"Type": "SkylakeCPU"
},
{
- "address": "0x31",
- "cpu_id": 1,
+ "Address": "0x31",
+ "CpuID": 1,
"Name": "Skylake CPU 1",
- "thresholds": [
+ "Thresholds": [
{
- "direction": "greater than",
- "label": "DIMM",
+ "Direction": "greater than",
+ "Label": "DIMM",
"Name": "upper critical",
- "severity": 1,
- "value": 99
+ "Severity": 1,
+ "Value": 99
},
{
- "direction": "greater than",
- "label": "DIMM",
+ "Direction": "greater than",
+ "Label": "DIMM",
"Name": "upper non critical",
- "severity": 0,
- "value": 89
+ "Severity": 0,
+ "Value": 89
}
],
"Type": "SkylakeCPU"
@@ -865,7 +865,7 @@
}
],
"Name": "WFP Baseboard",
- "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*WFT'})",
+ "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*WFT'})",
"Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$PRODUCT_MANUFACTURER",