1
0
Fork 0
frr/tests/bgpd/test_bgp_table.py

10 lines
156 B
Python
Raw Normal View History

import frrtest
class TestTable(frrtest.TestMultiOut):
program = "./test_bgp_table"
for i in range(7):
TestTable.onesimple("Checks successfull")