]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_srcdest_table.py
*: Convert event.h to frrevent.h
[mirror_frr.git] / tests / lib / test_srcdest_table.py
1 import frrtest
2
3
4 class TestSrcdestTable(frrtest.TestMultiOut):
5 program = "./test_srcdest_table"
6
7
8 TestSrcdestTable.onesimple("PRNG Test successful.")