mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
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:
parent
30b3fb20d4
commit
a02c4b0ecc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user