Lines Matching full:comments

44       "comments": [ "Config file for a FooBar one-chassis system" ],
48 "comments": [ "Sets output voltage for a PMBus regulator rail" ],
59 "comments": [ "Reads sensors from a PMBus regulator rail" ],
63 "comments": [ "Read output voltage from READ_VOUT." ],
73 "comments": [ "Detects presence of regulators associated with CPU3" ],
85 "comments": [ "Detects and logs redundant phase faults" ],
104 "comments": [ "Chassis number 1 containing CPUs and memory" ],
109 "comments": [ "IR35221 regulator producing the Vdd rail" ],
119 "comments": [ "Vdd rail" ],
266 // Valid: Comments property not specified in TEST()
271 // Valid: Comments property specified in TEST()
274 configFile["rules"][0]["actions"][0]["comments"][0] = in TEST()
437 // Invalid: Wrong data type for comments (should be array of string) in TEST()
440 configFile["rules"][0]["actions"][0]["comments"] = true; in TEST()
451 // Invalid: Empty comments array in TEST()
454 configFile["rules"][0]["actions"][0]["comments"] = json::array(); in TEST()
458 // Invalid: Comments array has wrong element type (should be string) in TEST()
461 configFile["rules"][0]["actions"][0]["comments"][0] = true; in TEST()
468 configFile["rules"][0]["actions"][1]["comments"][0] = in TEST()
472 "{'comments': ['Check if bit 3 is on']} is not valid under any of the given schemas"); in TEST()
568 configFile["chassis"][0].erase("comments"); in TEST()
586 // Invalid: test chassis with property comments wrong type. in TEST()
589 configFile["chassis"][0]["comments"] = true; in TEST()
614 // Invalid: test chassis with property comments empty array. in TEST()
617 configFile["chassis"][0]["comments"] = json::array(); in TEST()
842 // Invalid: Wrong data type for comments in TEST()
845 configFile["comments"] = true; in TEST()
863 // Invalid: Empty comments array; in TEST()
866 configFile["comments"] = json::array(); in TEST()
884 // Invalid: Comments array has wrong element type (should be string) in TEST()
887 configFile["comments"][0] = true; in TEST()
918 configurationFile["chassis"][0]["devices"][0]["configuration"]["comments"] in TEST()
927 configFile["chassis"][0]["devices"][0]["configuration"]["comments"][1] = in TEST()
928 "test multiple array elements in comments."; in TEST()
943 // Valid: comments not specified (optional property). in TEST()
947 "comments"); in TEST()
960 ["comments"][0] = "Set rail to 1.25V using standard rule"; in TEST()
967 // Invalid: comments property has wrong data type (not an array). in TEST()
970 configFile["chassis"][0]["devices"][0]["configuration"]["comments"] = 1; in TEST()
991 …"{'comments': ['Set rail to 1.25V using standard rule'], 'volts': 1.25} is not valid under any of … in TEST()
1018 // Invalid: test configuration with property comments empty array. in TEST()
1021 configFile["chassis"][0]["devices"][0]["configuration"]["comments"] = in TEST()
1056 configFile["chassis"][0]["devices"][0].erase("comments"); in TEST()
1076comments': ['IR35221 regulator producing the Vdd rail'], 'fru': 'system/chassis/motherboard/regula… in TEST()
1115 // Invalid: test devices with property comments wrong type. in TEST()
1118 configFile["chassis"][0]["devices"][0]["comments"] = true; in TEST()
1179 // Invalid: test devices with property comments empty array. in TEST()
1182 configFile["chassis"][0]["devices"][0]["comments"] = json::array(); in TEST()
2373 // Valid: comments specified in TEST()
2377 ["comments"][0] = "Detect phase faults"; in TEST()
2422 // Invalid: comments has wrong data type in TEST()
2426 ["comments"] = true; in TEST()
2478 // Invalid: comments array is empty in TEST()
2482 ["comments"] = json::array(); in TEST()
2688 ["comments"][0] = in TEST()
2708 "comments"); in TEST()
2728 …"{'comments': ['Regulator is only present if CPU3 is present']} is not valid under any of the give… in TEST()
2730 // Invalid: test presence_detection with property comments wrong type. in TEST()
2734 ["comments"] = true; in TEST()
2764 // Invalid: test presence_detection with property comments empty array. in TEST()
2768 ["comments"] = json::array(); in TEST()
2794 configFile["chassis"][0]["devices"][0]["rails"][0].erase("comments"); in TEST()
2808 // Invalid: test rail with comments wrong type. in TEST()
2811 configFile["chassis"][0]["devices"][0]["rails"][0]["comments"] = true; in TEST()
2838 // Invalid: test rail with comments empty array. in TEST()
2841 configFile["chassis"][0]["devices"][0]["rails"][0]["comments"] = in TEST()
2857 // valid test comments property, id property, in TEST()
2864 // valid test rule with no comments in TEST()
2867 configFile["rules"][0].erase("comments"); in TEST()
2871 // invalid test comments property has invalid value type in TEST()
2874 configFile["rules"][0]["comments"] = {1}; in TEST()
2987 ["comments"][0] = "comments"; in TEST()
3009 // Invalid: test rails sensor_monitoring with property comments wrong type. in TEST()
3013 ["comments"] = true; in TEST()
3043 // Invalid: test rails sensor_monitoring with property comments empty array. in TEST()
3047 ["comments"] = json::array(); in TEST()