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

class TestPrefix2str(frrtest.TestMultiOut):
    program = './test_prefix2str'

TestPrefix2str.exit_cleanly()