Remove unused import from test_eos_static_routes.py (#67776)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
829a29ef18
commit
9c221e2bfa
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class TestEosStaticRoutesModule(TestEosModule):
|
||||||
])
|
])
|
||||||
], state="merged"))
|
], state="merged"))
|
||||||
commands = ['ipv6 route vrf testvrf 1200:10::/64 Ethernet1 55']
|
commands = ['ipv6 route vrf testvrf 1200:10::/64 Ethernet1 55']
|
||||||
result = self.execute_module(changed=True, commands=commands)
|
self.execute_module(changed=True, commands=commands)
|
||||||
|
|
||||||
def test_eos_static_routes_merged_idempotent(self):
|
def test_eos_static_routes_merged_idempotent(self):
|
||||||
set_module_args(
|
set_module_args(
|
||||||
|
|
Loading…
Add table
Reference in a new issue