configs: Remove BootCountSensor
The BootCountSensor has moved from the
/org/openbmc/sensors path to /xyz/openbmc_project/state/host0.
Remove it as it's deprecated.
Tested: Verified that the "AttemptsLeft" host property where
the BootSensor value now resides had the default value of 3
and was decremented when the Host didn't boot. Then on a
successful boot this value was set back to 3.
As a confirmation note that the BootCount sensor was no
longer used, it never changed values.
Change-Id: I4627c73774c42bec0046eb4d229a001cef32291b
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index 3a8f6fd..5762a69 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -387,7 +387,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x09 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 249fa34..7edc60d 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -375,7 +375,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x5f : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Garrison.py b/configs/Garrison.py
index 0e668ce..aff1964 100644
--- a/configs/Garrison.py
+++ b/configs/Garrison.py
@@ -376,7 +376,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x5f : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Lanyang.py b/configs/Lanyang.py
index 1832ff3..fcabc1f 100644
--- a/configs/Lanyang.py
+++ b/configs/Lanyang.py
@@ -315,7 +315,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x07 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 3a15011..b750530 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -86,7 +86,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x09 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Romulus.py b/configs/Romulus.py
index 9c66ca4..4460d74 100644
--- a/configs/Romulus.py
+++ b/configs/Romulus.py
@@ -248,7 +248,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x8b : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py
index 9416ecd..818a76d 100644
--- a/configs/Witherspoon.py
+++ b/configs/Witherspoon.py
@@ -300,7 +300,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x07 : { 'class' : 'BootCountSensor' },
# Garrison value is used, Not in P9 XML yet.
0x0b : { 'class' : 'PowerSupplyRedundancySensor'},
0xda : { 'class' : 'TurboAllowedSensor' },
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 1832ff3..fcabc1f 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -315,7 +315,6 @@
# Miscellaneous non-poll sensor with system specific properties.
# The sensor id is the same as those defined in ID_LOOKUP['SENSOR'].
MISC_SENSORS = {
- 0x07 : { 'class' : 'BootCountSensor' },
}
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4