Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/tests/
Dtest_otci.py250 logging.info('counter %s: %r', counter_name, leader.get_counter(counter_name))
252 …self.assertTrue(all(x == 0 for name, x in leader.get_counter(counter_name).items() if "Time" not i…
/openthread-latest/tools/otci/otci/
Dotci.py2327 def get_counter(self, name: str) -> Counter: member in OTCI