summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_commands.py
blob: d55345186a2f18f1b5a7299a2c916d3096a004ae (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()