diff options
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_ospf.py | 1 |
1 files changed, 0 insertions, 1 deletions
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!') |