]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_timer_correctness.py
*: Convert event.h to frrevent.h
[mirror_frr.git] / tests / lib / test_timer_correctness.py
1 import frrtest
2
3
4 class TestTimerCorrectness(frrtest.TestMultiOut):
5 program = "./test_timer_correctness"
6
7
8 TestTimerCorrectness.onesimple("Expected output and actual output match.")