Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dfirmware_summary_unittest.py28 validator_weights = {'CountPacketsValidator': weight_common, variable
52 validator_weights=validator_weights,
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_log.py546 def __init__(self, log_dir, segment_weights, validator_weights, argument
550 self.validator_weights = validator_weights
668 extended_validator_weights[v] = self.validator_weights[v]
690 self.validator_weights[name])
Dfirmware_summary.py62 validator_weights)
101 validator_weights=validator_weights): argument
116 validator_weights,
Dtest_conf.py297 validator_weights = {'CountPacketsValidator': weight_common, variable