summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_protocols_ospfv3.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-03 21:40:28 +0200
committerChristian Poessinger <christian@poessinger.com>2022-04-03 21:40:39 +0200
commitcb57b6e136a3caa38d45f50829e5f2cc011c93b5 (patch)
tree30a248ef5da6503ec1c3862c7e817ce760fc2cc2 /smoketest/scripts/cli/test_protocols_ospfv3.py
parent96e1fd6f574e0f90e4e420787cd66d1a0f546cb4 (diff)
downloadvyos-1x-cb57b6e136a3caa38d45f50829e5f2cc011c93b5.tar.gz
vyos-1x-cb57b6e136a3caa38d45f50829e5f2cc011c93b5.zip
smoketest: ospfv3: remove obsolete "end=''" statement in VRF interface
This is actually no longer required in FRR 8.2.2
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_ospfv3.py')
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_ospfv3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_ospfv3.py b/smoketest/scripts/cli/test_protocols_ospfv3.py
index f8dfe07d2..944190089 100755
--- a/smoketest/scripts/cli/test_protocols_ospfv3.py
+++ b/smoketest/scripts/cli/test_protocols_ospfv3.py
@@ -269,7 +269,7 @@ class TestProtocolsOSPFv3(VyOSUnitTestSHIM.TestCase):
self.assertIn(f'router ospf6', frrconfig)
self.assertIn(f' ospf6 router-id {router_id}', frrconfig)
- frrconfig = self.getFRRconfig(f'interface {vrf_iface}', end='', daemon='ospf6d')
+ frrconfig = self.getFRRconfig(f'interface {vrf_iface}', daemon='ospf6d')
self.assertIn(f'interface {vrf_iface}', frrconfig)
self.assertIn(f' ipv6 ospf6 bfd', frrconfig)