Home
last modified time | relevance | path

Searched refs:enclosureIdentify (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-led-manager/test/
H A Dutest-serialize.cpp17 static constexpr auto& enclosureIdentify = in TEST() local
31 serialize.storeGroups(enclosureIdentify, true); in TEST()
32 ASSERT_EQ(true, serialize.getGroupSavedState(enclosureIdentify)); in TEST()
37 ASSERT_EQ(true, newSerial.getGroupSavedState(enclosureIdentify)); in TEST()
42 newSerial.storeGroups(enclosureIdentify, false); in TEST()
43 ASSERT_EQ(false, newSerial.getGroupSavedState(enclosureIdentify)); in TEST()
H A Dutest-led-json.cpp13 std::string enclosureIdentify = objPath + "/enclosure_identify"; in TEST() local
17 ASSERT_EQ(ledMap.contains(enclosureIdentify), true); in TEST()
21 auto& enclosureIdentifyActions = ledMap.at(enclosureIdentify); in TEST()