Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmanman committed Apr 30, 2021
1 parent 9298c9e commit 8f587fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_virtual_chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,14 @@ def do_test_chassis_system_neigh(self, vct, inband_type):
self.del_inbandif(vct, inbandif_name)

def test_chassis_system_neigh_with_inband_port(self, vct):
"""Test neigh record create/delete and syncing to chassis app db with inband port.
"""
"""Test neigh record create/delete and syncing to chassis app db with inband port.
"""

self.do_test_chassis_system_neigh(vct, "port")

def test_chassis_system_neigh_with_inband_vlan(self, vct):
"""Test neigh record create/delete and syncing to chassis app db with inband vlan.
"""
"""Test neigh record create/delete and syncing to chassis app db with inband vlan.
"""

self.do_test_chassis_system_neigh(vct, "vlan")

Expand Down

0 comments on commit 8f587fc

Please sign in to comment.