From 35b416fde2cedf75da4d27665fd6d063c6cf5b8e Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 28 Aug 2017 17:20:38 +0200 Subject: tests: fix & run ZeroMQ test add reference output & run the test with proper libs and such. Signed-off-by: David Lamparter --- tests/lib/cli/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/cli/test_commands.py') 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() -- cgit v1.2.3