diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-05 17:03:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-05 17:03:25 +0100 |
commit | 4ebe908b2d824a3cb7579de66efd20bdcbd401fc (patch) | |
tree | f21fba2208a6945c5e790153f0b6e191ff0b056a /smoketest/scripts/cli/test_protocols_bgp.py | |
parent | 989cad9fbce72eaa7ba06b51ce70f33913a96417 (diff) | |
parent | ce809eee91aa2b7f2980dbfd191cdb9ad2947674 (diff) | |
download | vyos-1x-4ebe908b2d824a3cb7579de66efd20bdcbd401fc.tar.gz vyos-1x-4ebe908b2d824a3cb7579de66efd20bdcbd401fc.zip |
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
* 'current' of github.com:vyos/vyos-1x:
smoketest: mirror: T3169: re-add mirror / SPAN test case
Revert "smoketest: bgp: enable description test"
vyos.validate: import cleanup
Diffstat (limited to 'smoketest/scripts/cli/test_protocols_bgp.py')
-rwxr-xr-x | smoketest/scripts/cli/test_protocols_bgp.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_protocols_bgp.py b/smoketest/scripts/cli/test_protocols_bgp.py index 984419e76..941d7828f 100755 --- a/smoketest/scripts/cli/test_protocols_bgp.py +++ b/smoketest/scripts/cli/test_protocols_bgp.py @@ -44,7 +44,8 @@ neighbor_config = { 'cap_strict' : '', }, '192.0.2.3' : { - 'description' : 'foo bar baz', +# XXX: not available in current Perl backend +# 'description' : 'foo bar baz', 'remote_as' : '200', 'passive' : '', 'multi_hop' : '5', |