summaryrefslogtreecommitdiff
path: root/tests/lib/test_timer_correctness.py
blob: 71f45f980c46a22480965fc3e944427b4cd34e94 (plain)
1
2
3
4
5
6
7
8
import frrtest


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


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