]> git.proxmox.com Git - mirror_frr.git/blob - tests/bgpd/test_bgp_table.py
4423530fe0e31f49c9efe81c1570bb85e1cc5c8d
[mirror_frr.git] / tests / bgpd / test_bgp_table.py
1 import frrtest
2
3 class TestTable(frrtest.TestMultiOut):
4 program = './test_bgp_table'
5
6 for i in range(6):
7 TestTable.onesimple('Checks successfull')