]> git.proxmox.com Git - mirror_frr.git/blame - tests/lib/test_table.py
Merge pull request #9050 from LabNConsulting/chopps/reset-parallel
[mirror_frr.git] / tests / lib / test_table.py
CommitLineData
a4b74d05
CF
1import frrtest
2
701a0192 3
a4b74d05 4class TestTable(frrtest.TestMultiOut):
701a0192 5 program = "./test_table"
6
a4b74d05
CF
7
8for i in range(6):
701a0192 9 TestTable.onesimple("Verifying cmp")
a4b74d05 10for i in range(11):
701a0192 11 TestTable.onesimple("Verifying successor")
12TestTable.onesimple("Verified pausing")