Skip to content

Commit bb4b3ff

Browse files
committed
Remove dupe test case
1 parent 9e37655 commit bb4b3ff

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/ip_config_test.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,6 @@ def test_intf_vrf_bind_unbind(self):
190190
print(result.exit_code, result.output)
191191
assert result.exit_code == 0
192192

193-
def test_intf_vrf_bind_unbind(self):
194-
runner = CliRunner()
195-
db = Db()
196-
obj = {'config_db':db.cfgdb, 'namespace':db.db.namespace}
197-
198-
result = runner.invoke(config.config.commands["interface"].commands["vrf"].commands["bind"], ["Ethernet64", "Vrf1"], obj=obj)
199-
print(result.exit_code, result.output)
200-
assert result.exit_code == 0
201-
202-
result = runner.invoke(config.config.commands["interface"].commands["vrf"].commands["unbind"], ["Ethernet64"], obj=obj)
203-
print(result.exit_code, result.output)
204-
assert result.exit_code == 0
205-
206193
@classmethod
207194
def teardown_class(cls):
208195
os.environ['UTILITIES_UNIT_TESTING'] = "0"

0 commit comments

Comments
 (0)