mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 09:47:11 +00:00
7 lines
130 B
Python
7 lines
130 B
Python
import frrtest
|
|
|
|
class TestFuzzIsisTLV(frrtest.TestMultiOut):
|
|
program = './test_fuzz_isis_tlv'
|
|
|
|
TestFuzzIsisTLV.exit_cleanly()
|