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


class TestDarr(frrtest.TestMultiOut):
    program = "./test_darr"


TestDarr.exit_cleanly()