mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-13 12:21:35 +00:00
9 lines
115 B
Python
9 lines
115 B
Python
import frrtest
|
|
|
|
|
|
class TestFrrlua(frrtest.TestMultiOut):
|
|
program = "./test_frrlua"
|
|
|
|
|
|
TestFrrlua.exit_cleanly()
|