forked from Mirror/frr

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'
|