Searched refs:testPasswordExpirationSet (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-user-manager/test/ |
| H A D | user_mgr_test.cpp | 168 void testPasswordExpirationSet(const std::string& userName, in testPasswordExpirationSet() function in phosphor::user::TestUserMgr 311 testPasswordExpirationSet(getNextUserName(), {2, 10}, {2, 3}); in TEST_F() 321 testPasswordExpirationSet(getNextUserName(), {-2, 15}, {lastChangeDate, 3}); in TEST_F() 331 testPasswordExpirationSet(getNextUserName(), {0, 7}, {lastChangeDate, 6}); in TEST_F() 336 testPasswordExpirationSet(getNextUserName(), {10, -5}, {10, 6}); in TEST_F()
|