diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-04 18:38:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-04 18:38:50 +0100 |
commit | f6645171ebf0dcc40d1dfd619357764bf5b1ff6f (patch) | |
tree | 51f24f94441e774eb85bd93bd9ce8da314db8902 /smoketest/scripts | |
parent | 9c93220286674fc590f8674506ec9adaae388652 (diff) | |
parent | 1232f0e2c69eb14f29fd9ec8d91c1f5217d6cd76 (diff) | |
download | vyos-1x-f6645171ebf0dcc40d1dfd619357764bf5b1ff6f.tar.gz vyos-1x-f6645171ebf0dcc40d1dfd619357764bf5b1ff6f.zip |
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
* 'current' of github.com:vyos/vyos-1x:
op-mode: T3178: add basic "show ipv6 ospfv3" commands
op-mode: T3178: split IPv6 commands into individual files
smoketest: bgp: enable description test
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_bgp.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py index 941d7828f..984419e76 100755 --- a/smoketest/scripts/cli/test_protocols_bgp.py +++ b/smoketest/scripts/cli/test_protocols_bgp.py @@ -44,8 +44,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', |