diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-28 17:20:38 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-28 18:00:13 +0200 |
| commit | 35b416fde2cedf75da4d27665fd6d063c6cf5b8e (patch) | |
| tree | 887bf944c9f431aba6f4ff6a2c5a588c2c0e5f79 /tests/lib/cli/test_commands.py | |
| parent | a0b974def7e6c76d4e4c31ee93bc33f67c57c611 (diff) | |
tests: fix & run ZeroMQ test
add reference output & run the test with proper libs and such.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/lib/cli/test_commands.py')
| -rw-r--r-- | tests/lib/cli/test_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/test_commands.py b/tests/lib/cli/test_commands.py index bda0bbac44..d55345186a 100644 --- a/tests/lib/cli/test_commands.py +++ b/tests/lib/cli/test_commands.py @@ -8,4 +8,4 @@ class TestCommands(frrtest.TestRefOut): @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) + return super(TestCommands, self).test_refout() |
