Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp3301 std::string validateTool = in TEST() local
3319 command = validateTool + "-s " + schemaFile + configuration + fileName; in TEST()
3324 command = validateTool + "--schema-file " + schemaFile + configuration + in TEST()
3330 command = validateTool + schema + schemaFile + "-c " + fileName; in TEST()
3335 command = validateTool + schema + schemaFile + "--configuration-file " + in TEST()
3341 command = validateTool + "-h "; in TEST()
3347 command = validateTool + "--help "; in TEST()
3353 command = validateTool + schema + schemaFile; in TEST()
3359 command = validateTool + configuration + fileName; in TEST()
3365 command = validateTool + schema + schemaFile + "-c -c " + fileName; in TEST()
[all …]