mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 19:05:44 +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()
|