Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/
H A Djson-config.hpp74 auto configFileName = name + ".json"; in filePathExists() local
75 auto configFilePath = fs::path{confBasePath} / configFileName; in filePathExists()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp137 std::string getValidationToolCommand(const std::string& configFileName) in getValidationToolCommand() argument
142 command += configFileName; in getValidationToolCommand()
194 int runToolForOutput(const std::string& configFileName, std::string& output, in runToolForOutput() argument
197 std::string command = getValidationToolCommand(configFileName); in runToolForOutput()
201 void expectFileValid(const std::string& configFileName) in expectFileValid() argument
205 EXPECT_EQ(runToolForOutput(configFileName, outputMessage, errorMessage), 0); in expectFileValid()
210 void expectFileInvalid(const std::string& configFileName, in expectFileInvalid() argument
216 EXPECT_EQ(runToolForOutput(configFileName, outputMessage, errorMessage), 1); in expectFileInvalid()