summaryrefslogtreecommitdiff
path: root/tests/lib/test_printfrr.py
blob: 4fe238618ed96bd5b8db6b4b94efb3133f0bcef4 (plain)
1
2
3
4
5
6
import frrtest

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

TestPrintfrr.exit_cleanly()