tools: fix zebra support bundle commands

CI constantly fails to execute "show zebra fpm stats":
```
Execute: show zebra fpm stats
Traceback (most recent call last):
  File "/usr/lib/frr/generate_support_bundle.py", line 55, in executeCommand
    cmd_output = subprocess.check_output(cmd_exec_str, shell=True)
  File "/usr/lib/python3.6/subprocess.py", line 356, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.6/subprocess.py", line 438, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'vtysh -c "show zebra fpm stats" ' returned non-zero exit status 1.
```

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2021-02-26 14:26:17 +03:00
parent 30b3fb20d4
commit a02c4b0ecc

View File

@ -47,7 +47,6 @@ show route-map
show memory show memory
show interface vrf all show interface vrf all
show vrf show vrf
show zebra fpm stats
show work-queues show work-queues
show debugging hashtable show debugging hashtable
show running-config show running-config