summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_timer_correctness.py
blob: 8b4a765a81bb3a669f9d2609c739fbca63117767 (plain)
1
2
3
4
5
6
import frrtest

class TestTimerCorrectness(frrtest.TestMultiOut):
    program = './test_timer_correctness'

TestTimerCorrectness.onesimple('Expected output and actual output match.')