mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-09 22:07:08 +00:00
9 lines
144 B
Python
9 lines
144 B
Python
import frrtest
|
|
|
|
|
|
class TestIsisVertexQueue(frrtest.TestMultiOut):
|
|
program = "./test_isis_vertex_queue"
|
|
|
|
|
|
TestIsisVertexQueue.exit_cleanly()
|