]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_timer_correctness.py
Merge remote-tracking branch 'origin/stable/2.0'
[mirror_frr.git] / tests / lib / test_timer_correctness.py
1 import frrtest
2
3 class TestTimerCorrectness(frrtest.TestMultiOut):
4 program = './test_timer_correctness'
5
6 TestTimerCorrectness.onesimple('Expected output and actual output match.')