From 579a08f88958a0428caef2c7c5a5107c33c80698 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Thu, 23 Sep 2021 09:42:12 +0200
Subject: smoketest: ospf: debug output only syslog and FRR

The Kernel output seemed to be not that helpful and only polluted the log.
Now we only gather the syslog and FRRs configuration
---
 smoketest/scripts/cli/test_protocols_ospf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/smoketest/scripts/cli/test_protocols_ospf.py b/smoketest/scripts/cli/test_protocols_ospf.py
index 3f13eec80..0529eefbd 100755
--- a/smoketest/scripts/cli/test_protocols_ospf.py
+++ b/smoketest/scripts/cli/test_protocols_ospf.py
@@ -234,7 +234,6 @@ class TestProtocolsOSPF(VyOSUnitTestSHIM.TestCase):
                 self.assertIn(f' redistribute {protocol} metric {metric} metric-type {metric_type} route-map {route_map}', frrconfig)
         except:
             log.debug(frrconfig)
-            log.debug(cmd('sudo dmesg'))
             log.debug(cmd('sudo cat /var/log/messages'))
             log.debug(cmd('vtysh -c "show run"'))
             self.fail('Now we can hopefully see why OSPF fails!')
-- 
cgit v1.2.3