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

class TestCommands(frrtest.TestRefOut):
    program = './test_commands'

    @pytest.mark.skipif('QUAGGA_TEST_COMMANDS' not in os.environ,
                        reason='QUAGGA_TEST_COMMANDS not set')
    def test_refout(self):
        return super(TestCommands, self).test_refout(self)