diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-01-05 16:16:01 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-01-05 16:16:21 +0100 | 
| commit | c4c6fcb45e67685da2f1db273bf590c8fb147cb3 (patch) | |
| tree | f39bb5c899ec1f12283cbb4f4ec2005eb4ee4635 | |
| parent | 0a8afe894928c69a5de75c7c0c17ee3bff80a060 (diff) | |
| download | vyos-1x-c4c6fcb45e67685da2f1db273bf590c8fb147cb3.tar.gz vyos-1x-c4c6fcb45e67685da2f1db273bf590c8fb147cb3.zip  | |
Revert "smoketest: bgp: enable description test"
This reverts commit e7dd8c17d527aeb31b93b966c59a311f7506b906.
| -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',  | 
