From 99e9bcd7720a21e629cf277780548257844c78e3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 8 Aug 2021 17:47:07 +0200 Subject: smoketest: rpki: remporary disable SSH based connection testing due to FRR bug see: https://github.com/FRRouting/frr/issues/7978 --- smoketest/scripts/cli/test_protocols_rpki.py | 1 + 1 file changed, 1 insertion(+) 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' : { -- cgit v1.2.3