summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_commands.py
blob: 85e34fa15bd0d1d5fac719635b1c47727edcecd6 (plain)
1
2
3
4
5
6
7
8
import frrtest
import pytest
import os

@pytest.mark.skipif('QUAGGA_TEST_COMMANDS' not in os.environ,
                    reason='QUAGGA_TEST_COMMANDS not set')
class TestCommands(frrtest.TestRefOut):
    program = './test_commands'