mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-23 09:15:21 +00:00
9 lines
124 B
Python
9 lines
124 B
Python
import frrtest
|
|
|
|
|
|
class TestFrrscript(frrtest.TestMultiOut):
|
|
program = "./test_frrscript"
|
|
|
|
|
|
TestFrrscript.exit_cleanly()
|