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
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()
3376 command = validateTool + schema + schemaFile + configuration; in TEST()
3381 command = validateTool + schema + configuration + fileName; in TEST()
3386 command = validateTool + schema + schemaFile + configuration + in TEST()
3405 command = validateTool + schema + schemaFile + configuration + in TEST()
3428 command = validateTool + schema + schemaFile + configuration + in TEST()
[all …]