diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-23 09:42:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 09:42:12 +0200 |
commit | 579a08f88958a0428caef2c7c5a5107c33c80698 (patch) | |
tree | 8a255b427f4984545ba0c14e7821c43243e36917 /smoketest/scripts | |
parent | 1982211d2a3232d2c95399a885ac3ba998ec0ea5 (diff) | |
download | vyos-1x-579a08f88958a0428caef2c7c5a5107c33c80698.tar.gz vyos-1x-579a08f88958a0428caef2c7c5a5107c33c80698.zip |
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
Diffstat (limited to 'smoketest/scripts')
-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!') |