Fix flake8 error with test_eos_lacp_interfaces (#66552)
F841 local variable 'commands' is assigned to but never used Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
148d72d6e2
commit
8b0fb9f290
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ class TestEosLacpInterfacesModule(TestEosModule):
|
|||
rate="fast"
|
||||
)], state="overridden"
|
||||
))
|
||||
commands = ['interface Ethernet1', 'lacp port-priority 45', 'lacp rate normal',
|
||||
'interface Ethernet2', 'lacp rate normal']
|
||||
self.execute_module(changed=False, commands=[])
|
||||
|
||||
def test_eos_lacp_interfaces_deleted(self):
|
||||
|
|
Loading…
Reference in a new issue