mirror of
https://github.com/FRRouting/frr.git
synced 2025-05-01 05:57:15 +02:00
7 lines
107 B
Python
7 lines
107 B
Python
import frrtest
|
|
|
|
class TestNtop(frrtest.TestMultiOut):
|
|
program = './test_ntop'
|
|
|
|
TestNtop.exit_cleanly()
|