Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp253 const json configFileContents = R"( in TEST() local
272 writeConfigFile(pathName, configFileContents); in TEST()
295 const json configFileContents = R"( in TEST() local
309 writeConfigFile(pathName, configFileContents); in TEST()
318 const std::string configFileContents = "] foo ["; in TEST() local
322 writeConfigFile(pathName, configFileContents); in TEST()
330 const json configFileContents = R"( [ "foo", "bar" ] )"_json; in TEST() local
334 writeConfigFile(pathName, configFileContents); in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp93 const json configFileContents = R"( in TEST() local
119 writeConfigFile(pathName, configFileContents); in TEST()
156 const json configFileContents = R"( in TEST() local
166 writeConfigFile(pathName, configFileContents); in TEST()
181 const std::string configFileContents = "] foo ["; in TEST() local
185 writeConfigFile(pathName, configFileContents); in TEST()
198 const json configFileContents = R"( { "foo": "bar" } )"_json; in TEST() local
202 writeConfigFile(pathName, configFileContents); in TEST()