]> git.proxmox.com Git - mirror_frr.git/blame - tests/bgpd/test_bgp_table.py
Merge pull request #7925 from opensourcerouting/watchfrr-netns
[mirror_frr.git] / tests / bgpd / test_bgp_table.py
CommitLineData
a98b00ee
MR
1import frrtest
2
701a0192 3
a98b00ee 4class TestTable(frrtest.TestMultiOut):
701a0192 5 program = "./test_bgp_table"
6
a98b00ee 7
bac31cb8 8for i in range(7):
701a0192 9 TestTable.onesimple("Checks successfull")