From 816ae445c011d1105141cfbf20487682a4bd7913 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 11 Jul 2021 14:58:30 +0200 Subject: smoketest: ospf: change passive-interface debugging --- smoketest/scripts/cli/test_protocols_ospf.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'smoketest/scripts/cli') diff --git a/smoketest/scripts/cli/test_protocols_ospf.py b/smoketest/scripts/cli/test_protocols_ospf.py index 23e5f2678..9ed912b54 100755 --- a/smoketest/scripts/cli/test_protocols_ospf.py +++ b/smoketest/scripts/cli/test_protocols_ospf.py @@ -202,11 +202,9 @@ class TestProtocolsOSPF(VyOSUnitTestSHIM.TestCase): for interface in interfaces: self.assertIn(f' no passive-interface {interface}', frrconfig) # default except: - tmp = cmd('tail -n 250 /var/log/messages') - print(tmp) - tmp = cmd('vtysh -c "show run"') - print(tmp) - self.fail('Now we can hopefully see why OSPF fails') + tmp1 = cmd('tail -n 250 /var/log/messages') + tmp2 = cmd('vtysh -c "show run"') + self.fail(f'Now we can hopefully see why OSPF fails:\n{tmp1}\n\n{tmp2}') def test_ospf_08_redistribute(self): metric = '15' -- cgit v1.2.3