Searched refs:validator (Results 1 – 4 of 4) sorted by relevance
107 std::string validator; member
169 …<!-- FF will run 'oem foobar send_response', upload data from device, then run the validator scrip…170 <test value="send_response" expect="fail" validate="python validator.py"/>204 and 'validator.py' (used to validate an oem command that returns data).260 …<!-- FF will run 'oem foobar send_response', upload data from device, then run the validator scrip…261 <test value="send_response" expect="fail" validate="python validator.py"/>
236 ctest.validator = XMLAttribute(test, "validate"); in ExtractOem()
1518 const std::vector<std::string> args = SplitBySpace(test.validator); in TEST_P()