summaryrefslogtreecommitdiffstats
path: root/test/json_parse_unittest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* s/minThermalRPM/minThermalOutputJames Feist2019-02-261-4/+4
| | | | | | | | | | The minThermalRPM is only an RPM by the fact that that is the units of the PID. As the PID units can be anything, change this to minThermalOutput to allow for different units (i.e. percent). Change-Id: Ic53fef1159ade5a413e5d519d407947f3023d8e3 Signed-off-by: James Feist <james.feist@linux.intel.com>
* conf change: s/feedFwdOffOffsetCoeff/feedFwdOffsetCoeff/gPatrick Venture2019-02-201-3/+3
| | | | | | | Fixup spelling mistake for configuration field name. Change-Id: I92d0af06f4e15f4408dd10f0dd9cd71099b77f4f Signed-off-by: Patrick Venture <venture@google.com>
* add json verification for configurationsPatrick Venture2019-02-111-0/+154
Add json verificiation for configurations. A configuration is lightly validated. Change-Id: I42361daf6ad21d3480e92c3808f5fc8ab8318e0b Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud