From a02c4b0ecc7729e899ff75111200f66fddab1a85 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 26 Feb 2021 14:26:17 +0300 Subject: [PATCH] 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 --- tools/etc/frr/support_bundle_commands.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 087c35981d..3c723f9ca3 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -47,7 +47,6 @@ show route-map show memory show interface vrf all show vrf -show zebra fpm stats show work-queues show debugging hashtable show running-config