Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp193 void testPasswordExpirationReset(const std::string& userName, in testPasswordExpirationReset() function in phosphor::user::TestUserMgr
341 testPasswordExpirationReset(getNextUserName(), {2, 10}); in TEST_F()
346 testPasswordExpirationReset(getNextUserName(), {-5, 8}); in TEST_F()
351 testPasswordExpirationReset(getNextUserName(), {0, 13}); in TEST_F()
356 testPasswordExpirationReset(getNextUserName(), {2, -2}); in TEST_F()