]> git.proxmox.com Git - mirror_frr.git/blame - tests/lib/test_table.py
bgpd: Autocomplete neighbor for clear bgp (#5434)
[mirror_frr.git] / tests / lib / test_table.py
CommitLineData
a4b74d05
CF
1import frrtest
2
3class TestTable(frrtest.TestMultiOut):
4 program = './test_table'
5
6for i in range(6):
7 TestTable.onesimple('Verifying cmp')
8for i in range(11):
9 TestTable.onesimple('Verifying successor')
10TestTable.onesimple('Verified pausing')