openhpi2 / openhpi_bug_test

0 stars 0 forks source link

RPT for FAN is getting Created even if that FAN resource is Not Installed #1885

Closed openhpi2 closed 8 years ago

openhpi2 commented 9 years ago

RPT for a FAN is Created even if that perticaulr FAN is not installed. Looks like we have to check the xml response carefully before adding the RPT.

xml response is coming differently for iLO2 and iLO3/iLO4.

Looks like before adding the FAN resource we need to check below xml field.

  1. STATUS VALUE
     <FAN>
           <ZONE VALUE = "System"/>
           <LABEL VALUE = "Fan 1"/>
           <STATUS VALUE = "Not Installed"/>
           <SPEED VALUE = "0" UNIT="Percentage"/>
      </FAN>

Reported by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Fixed in trunk revision 7640.

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: dr_mohan