summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-14 20:25:33 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-14 20:25:33 +0100
commit9041543300046ceecabe3d00df60d15c7c48a817 (patch)
tree120986075e5e147a0c4c42c070c1b8328912ff36
parent5abd5c4267b18dd8ea34349b9cdaf2a58f13bb98 (diff)
downloadvyos-1x-9041543300046ceecabe3d00df60d15c7c48a817.tar.gz
vyos-1x-9041543300046ceecabe3d00df60d15c7c48a817.zip
smoketest: bgp: enable description test
-rwxr-xr-xsmoketest/scripts/cli/test_protocols_bgp.py6
1 files changed, 2 insertions, 4 deletions
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' : '',