diff --git a/integration/test/bookend_ems_test.go b/integration/test/bookend_ems_test.go index e813cc763..0716198a1 100644 --- a/integration/test/bookend_ems_test.go +++ b/integration/test/bookend_ems_test.go @@ -22,6 +22,9 @@ var newAlertsData map[string]int var nodeScopedResolvingEmsList = []string{ "nvram.battery.charging.normal", "sp.heartbeat.resumed", + "callhome.battery.low", + "sp.ipmi.lost.shutdown", + "sp.notConfigured", } type EmsTestSuite struct {