From 9041543300046ceecabe3d00df60d15c7c48a817 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 14 Jan 2021 20:25:33 +0100 Subject: smoketest: bgp: enable description test --- smoketest/scripts/cli/test_protocols_bgp.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'smoketest') diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py index 1d93aeda4..ccb9268fe 100755 --- a/smoketest/scripts/cli/test_protocols_bgp.py +++ b/smoketest/scripts/cli/test_protocols_bgp.py @@ -47,8 +47,7 @@ neighbor_config = { 'cap_strict' : '', }, '192.0.2.3' : { -# XXX: not available in current Perl backend -# 'description' : 'foo bar baz', + 'description' : 'foo bar baz', 'remote_as' : '200', 'passive' : '', 'multi_hop' : '5', @@ -67,8 +66,7 @@ peer_group_config = { # 'ttl_security': '5', }, 'bar' : { -# XXX: not available in current Perl backend -# 'description' : 'foo peer bar group', + 'description' : 'foo peer bar group', 'remote_as' : '200', 'shutdown' : '', 'no_cap_nego' : '', -- cgit v1.2.3