diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-08 17:47:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-08 17:47:33 +0200 |
commit | 99e9bcd7720a21e629cf277780548257844c78e3 (patch) | |
tree | 05ca39cf9d33dcc87a0732da00e8bcb8c5a30a8e | |
parent | 293c31785abeb723e6292d208a1b9a9ae2e90825 (diff) | |
download | vyos-1x-99e9bcd7720a21e629cf277780548257844c78e3.tar.gz vyos-1x-99e9bcd7720a21e629cf277780548257844c78e3.zip |
smoketest: rpki: remporary disable SSH based connection testing due to FRR bug
see: https://github.com/FRRouting/frr/issues/7978
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_rpki.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_protocols_rpki.py b/smoketest/scripts/cli/test_protocols_rpki.py index 8212e9469..6d334a9f8 100755 --- a/smoketest/scripts/cli/test_protocols_rpki.py +++ b/smoketest/scripts/cli/test_protocols_rpki.py @@ -84,6 +84,7 @@ class TestProtocolsRPKI(VyOSUnitTestSHIM.TestCase): self.assertIn(f'rpki cache {peer} {port} preference {preference}', frrconfig) def test_rpki_ssh(self): + self.skipTest('Currently untested, see: https://github.com/FRRouting/frr/issues/7978') polling = '7200' cache = { '192.0.2.3' : { |