]> git.proxmox.com Git - mirror_frr.git/blame - tests/lib/test_ntop.py
Merge pull request #8808 from ton31337/feature/tracepoints_for_bgp_dest_lock_unlock
[mirror_frr.git] / tests / lib / test_ntop.py
CommitLineData
874035be
DL
1import frrtest
2
701a0192 3
874035be 4class TestNtop(frrtest.TestMultiOut):
701a0192 5 program = "./test_ntop"
6
874035be
DL
7
8TestNtop.exit_cleanly()