summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-19 06:49:22 +0100
committerChristian Breunig <christian@breunig.cc>2023-12-19 06:49:22 +0100
commitf07ef753e1b1d779c855a9add306408e6899bfbc (patch)
tree5152f2c55a6eed3bec6588234a4edb6b81817861 /smoketest
parent36adc467268433e1043f36001866442cd0937c4e (diff)
downloadvyos-1x-f07ef753e1b1d779c855a9add306408e6899bfbc.tar.gz
vyos-1x-f07ef753e1b1d779c855a9add306408e6899bfbc.zip
Revert "smoketest: bgp: temporary disable BMP test"
This reverts commit 7036c761e74bcd48e3ba714dec4545208ee0e313.
Diffstat (limited to 'smoketest')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_bgp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py
index d8214db41..8102a3153 100755
--- a/smoketest/scripts/cli/test_protocols_bgp.py
+++ b/smoketest/scripts/cli/test_protocols_bgp.py
@@ -1150,7 +1150,6 @@ class TestProtocolsBGP(VyOSUnitTestSHIM.TestCase):
self.assertIn(f' sid vpn per-vrf export {sid}', frrconfig)
def test_bgp_25_bmp(self):
- self.skipTest('Skipping for now - until GitHub builds work again - just a test')
target_name = 'instance-bmp'
target_address = '127.0.0.1'
target_port = '5000'