]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix community-list invalid command 8195/head
authorQuentin Young <qlyoung@nvidia.com>
Wed, 3 Mar 2021 18:56:39 +0000 (13:56 -0500)
committerQuentin Young <qlyoung@nvidia.com>
Wed, 3 Mar 2021 18:56:39 +0000 (13:56 -0500)
commit60e7da0cffd591daba19305882d03a34c79b3e0b
treeab84d7b96695452df4fcdee663c3c832552a5913
parentf60e5fd3d1d5ff88968713061edba96024a5e235
tests: fix community-list invalid command

Didn't test this but it's already randomly broken so cant be worse

Hopefully fixes:

raise InvalidCLIError("%s" % output)
InvalidCLIError: line 2: % Command incomplete[4]: bgp
large-community-list standard Test1 permit

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
tests/topotests/lib/common_config.py