Skip to content

Commit

Permalink
fix more merge issues
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
  • Loading branch information
stepanblyschak committed Nov 8, 2021
1 parent f6d7881 commit 5d670fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_flex_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ def test_flex_counters(self, dvs, counter_type):

if counter_type == "port_counter":
self.verify_only_phy_ports_created()
else if counter_type == "rif_counter":
elif counter_type == "rif_counter":
self.config_db.db_connection.hdel('INTERFACE|Ethernet0|192.168.0.1/24', "NULL")
elif counter_type == "acl_counter":
self.config_db.delete_entry('ACL_RULE', 'DATAACL|RULE0')
self.config_db.delete_entry('ACL_TABLE', 'DATAACL')
else if counter_type == "vxlan_tunnel_counter":
elif 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")
Expand Down

0 comments on commit 5d670fa

Please sign in to comment.