Searched refs:dumpStringToFile (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-user-manager/test/ |
| H A D | user_mgr_test.cpp | 570 void dumpStringToFile(const std::string& str, const std::string& filePath) in TEST_F() 597 dumpStringToFile(rawFailLockConfig, tempFaillockConfigFile)); in TEST_F() 609 dumpStringToFile(rawPWHistoryConfig, tempPWHistoryConfigFile)); in TEST_F() 621 dumpStringToFile(rawPWQualityConfig, tempPWQualityConfigFile)); 841 EXPECT_NO_THROW(dumpStringToFile("whatever", tempPWQualityConfigFile)); in TEST_F() 850 EXPECT_NO_THROW(dumpStringToFile("whatever", tempFaillockConfigFile)); in TEST_F() 857 EXPECT_NO_THROW(dumpStringToFile("whatever", tempPWHistoryConfigFile)); in TEST_F() 871 EXPECT_NO_THROW(dumpStringToFile("whatever", tempPWQualityConfigFile)); in TEST_F() 879 EXPECT_NO_THROW(dumpStringToFile("whatever", tempFaillockConfigFile)); in TEST_F() 885 EXPECT_NO_THROW(dumpStringToFile("whateve in TEST_F() 237 void dumpStringToFile(const std::string& str, const std::string& filePath) dumpStringToFile() function [all...] |