mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 20:21:02 +00:00

Allows for easy preparation of tabular output. Supports: -- Padding -- Alignment -- Styling
5 lines
84 B
Python
5 lines
84 B
Python
import frrtest
|
|
|
|
class TestTTable(frrtest.TestRefOut):
|
|
program = './test_ttable'
|