From 761d2494a0cd3ec8d9d94aab20fa8c9bcaa94b9e Mon Sep 17 00:00:00 2001 From: "carlos.moura" Date: Fri, 9 Oct 2020 23:31:57 -0300 Subject: [PATCH] Fix Bug for treat Equip error as warning --- networkapi/plugins/Dell/FTOS/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkapi/plugins/Dell/FTOS/plugin.py b/networkapi/plugins/Dell/FTOS/plugin.py index f8bd5d143..a85b9b935 100644 --- a/networkapi/plugins/Dell/FTOS/plugin.py +++ b/networkapi/plugins/Dell/FTOS/plugin.py @@ -34,7 +34,7 @@ class FTOS(BasePlugin): WAIT_FOR_CLI_RETURN = 1 CURRENTLY_BUSY_WAIT = 'Currently busy with copying a file' INVALID_REGEX = '([Ii]nvalid)|overlaps with' - WARNING_REGEX = 'config ignored|Warning' + WARNING_REGEX = 'config ignored|Warning|Dynamic member cannot be statically removed' ERROR_REGEX = '[Ee][Rr][Rr][Oo][Rr]|[Ff]ail|\%|utility is occupied' admin_privileges = 15