summaryrefslogtreecommitdiffstats
path: root/tests/bgpd/test_bgp_table.py
blob: 8f0544249c98f941305bc6bde7fd2cf5cccfd0cd (plain)
1
2
3
4
5
6
7
8
9
import frrtest


class TestTable(frrtest.TestMultiOut):
    program = "./test_bgp_table"


for i in range(7):
    TestTable.onesimple("Checks successfull")