]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_ntop.py
Merge pull request #8652 from ton31337/fix/doc_bgp_alias
[mirror_frr.git] / tests / lib / test_ntop.py
1 import frrtest
2
3
4 class TestNtop(frrtest.TestMultiOut):
5 program = "./test_ntop"
6
7
8 TestNtop.exit_cleanly()