Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/metrics/loggers/
Dusage_metadata_logger.py104 method_count.test_context = usage.test_context
120 def __init__(self, method_name, test_context): argument
128 self.test_context = test_context
132 return hash(self.test_context) ^ hash(self.method_name)
135 return (self.test_context == other.test_context and
140 self.test_context + '}')
/tools/test/connectivity/acts/framework/tests/metrics/loggers/
Dusage_metadata_logger_test.py143 method_invocation.test_context = 'c.d'
147 method_invocation.test_context = 'h.i'