Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Dldap_mapper_serialize_test.cpp137 auto entry2 = std::make_unique<LDAPMapperEntry>( in TEST_F() local
141 bool result = deserialize(serializedPath, *entry2); in TEST_F()
143 EXPECT_EQ(entry2->groupName(), groupName); in TEST_F()
144 EXPECT_EQ(entry2->privilege(), privilege); in TEST_F()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_fru_device.robot207 ${entry2}= Set Variable ${entry[1].strip()}
208 Set To Dictionary ${tmp} ${entry1} ${entry2}