summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_printfrr.py
blob: b8ab89e337d8f4b5bdb5c069d458c78db7355d04 (plain)
1
2
3
4
5
6
7
8
import frrtest


class TestPrintfrr(frrtest.TestMultiOut):
    program = "./test_printfrr"


TestPrintfrr.exit_cleanly()