summaryrefslogtreecommitdiffstats
path: root/tests/isisd/test_isis_lspdb.py
blob: 280ed1c3289c50f5e57915d365df13db8cfdf93e (plain)
1
2
3
4
5
6
7
8
import frrtest


class TestIsisLSPDB(frrtest.TestMultiOut):
    program = "./test_isis_lspdb"


TestIsisLSPDB.exit_cleanly()