Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dprital committed Mar 27, 2022
1 parent 8d0c345 commit e92133c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_flex_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,6 @@ def test_remove_trap_group(self, dvs):
assert trap_id not in counters_keys

self.set_flex_counter_group_status(meta_data['key'], meta_data['group_name'], 'disable')

if counter_type == "vxlan_tunnel_counter":
self.verify_tunnel_type_vxlan(counter_map, TUNNEL_TYPE_MAP)
self.config_db.delete_entry("VLAN","Vlan10")
self.config_db.delete_entry("VLAN_TUNNEL","vtep1")
self.config_db.delete_entry("VLAN_TUNNEL_MAP","vtep1|map_100_Vlan10")
self.verify_no_flex_counters_tables_after_delete(counter_stat)

def test_add_remove_ports(self, dvs):
self.setup_dbs(dvs)
Expand Down

0 comments on commit e92133c

Please sign in to comment.