Closed plmanik closed 2 weeks ago
@jcleung5549 Do we have any plan to fix this or any update on this?
The requirement is that there be an element in the Temperature's array with each PhysicalContext (CPU, Inlet, System). There error message indicators that all 6 elements of the array have the same PhysicalContext, "Inlet".
Hi, Physical context can be one value only, but comparison used is Allof as shown below
Eventhough value is coming as intake, due to Allof Comparison, it's failing please confirmw whether it needs to be Anyof or Allof
Comparison.Thermal.Temperatures.PhysicalContext | AllOf | ['CPU', 'Intake', 'SystemBoard'] | ['Intake', 'Intake', 'Intake', 'Intake', 'Intake', 'Intake', 'Intake'] | FAIL
Thanks, Mani