Home
last modified time | relevance | path

Searched refs:thresholdProperties (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-modbus/tests/
H A Dtest_device_events.cpp164 ThresholdCriticalIntf::properties_t& thresholdProperties, in verifyResult() argument
175 verifyValue(thresholdProperties.critical_alarm_high, false, in verifyResult()
186 verifyValue(thresholdProperties.critical_alarm_high, true, in verifyResult()
250 auto thresholdProperties = in testSensorCreation() local
256 thresholdProperties, expectedValue, in testSensorCreation()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp61 const auto thresholdProperties = std::set<std::string>{"Value", "Asserted"}; in TEST_F()
78 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
H A Dtest_health_metric_collection.cpp153 const std::set<std::string> thresholdProperties = {"Value", in TEST_F() local
155 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()