Fix for witherspoon sensor test case failure.
Updated the Witherspoon.py with new sensor values.
Resolves openbmc/openbmc-test-automation#486
Change-Id: I94766cccf9f9f7feb8babb336aeac370e6ada02b
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/Witherspoon.py b/data/Witherspoon.py
index a10accd..321c8ca 100755
--- a/data/Witherspoon.py
+++ b/data/Witherspoon.py
@@ -367,11 +367,11 @@
},
'SENSOR' : {
0x04 : '/org/openbmc/sensors/host/HostStatus',
- 0x05 : '/org/openbmc/sensors/host/BootProgress',
- 0x08 : '/org/openbmc/sensors/host/cpu0/OccStatus',
- 0x09 : '/org/openbmc/sensors/host/cpu1/OccStatus',
- 0x0c : '<inventory_root>/system/chassis/motherboard/cpu0',
- 0x0e : '<inventory_root>/system/chassis/motherboard/cpu1',
+ 0x03 : '/org/openbmc/sensors/host/BootProgress',
+ 0xfc : '/org/openbmc/sensors/host/cpu0/OccStatus',
+ 0xfd : '/org/openbmc/sensors/host/cpu1/OccStatus',
+ 0x5a : '<inventory_root>/system/chassis/motherboard/cpu0',
+ 0xa4 : '<inventory_root>/system/chassis/motherboard/cpu1',
0x1e : '<inventory_root>/system/chassis/motherboard/dimm3',
0x1f : '<inventory_root>/system/chassis/motherboard/dimm2',
0x20 : '<inventory_root>/system/chassis/motherboard/dimm1',
@@ -436,7 +436,7 @@
0x5b : '<inventory_root>/system/chassis/motherboard/membuf5',
0x5c : '<inventory_root>/system/chassis/motherboard/membuf6',
0x5d : '<inventory_root>/system/chassis/motherboard/membuf7',
- 0x5f : '/org/openbmc/sensors/host/BootCount',
+ 0x07 : '/org/openbmc/sensors/host/BootCount',
0x60 : '<inventory_root>/system/chassis/motherboard',
0x61 : '<inventory_root>/system/systemevent',
0x62 : '<inventory_root>/system/powerlimit',
@@ -445,7 +445,7 @@
0xb1 : '<inventory_root>/system/chassis/motherboard/todclock',
0xb2 : '<inventory_root>/system/chassis/motherboard/apss',
0xb3 : '/org/openbmc/sensors/host/powercap',
- 0xb5 : '/org/openbmc/sensors/host/OperatingSystemStatus',
+ 0x02 : '/org/openbmc/sensors/host/OperatingSystemStatus',
0xb6 : '<inventory_root>/system/chassis/motherboard/pcielink',
},
'GPIO_PRESENT' : {}