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


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


TestPrefix2str.exit_cleanly()