Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp551 std::string strWith17Chars(17, 'A'); in TEST_F() local
552 EXPECT_THROW(throwForUserNameConstraints(strWith17Chars, {"ipmi"}), in TEST_F()