frr/tests/lib/test_printfrr.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
121 B
Python
Raw Normal View History

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