]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_atomlist.py
tests: improve the ospfapi test (move to square topology)
[mirror_frr.git] / tests / lib / test_atomlist.py
1 import frrtest
2
3
4 class TestAtomlist(frrtest.TestMultiOut):
5 program = "./test_atomlist"
6
7
8 TestAtomlist.exit_cleanly()