Searched refs:getNextUserName (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-user-manager/test/ |
| H A D | user_mgr_test.cpp | 48 std::string getNextUserName() in getNextUserName() function 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() 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() 366 testPasswordExpirationGet(getNextUserName(), {lastChangeDate, passwordAge}, in TEST_F() [all …]
|