mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 22:24:23 +00:00
9 lines
233 B
Python
9 lines
233 B
Python
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'
|