Skip to content

Commit

Permalink
Update test_flex_counters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-israel authored Dec 2, 2021
1 parent 904b583 commit 3bc9fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_flex_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ def test_add_remove_ports(self, dvs):
self.setup_dbs(dvs)

# set flex counter
counter_key = counter_type_dict['queue_counter']['key']
counter_stat = counter_type_dict['queue_counter']['group_name']
counter_map = counter_type_dict['queue_counter']['name_map']
counter_key = counter_group_meta['queue_counter']['key']
counter_stat = counter_group_meta['queue_counter']['group_name']
counter_map = counter_group_meta['queue_counter']['name_map']
self.enable_flex_counter_group(counter_key, counter_map)

# receive port info
Expand Down

0 comments on commit 3bc9fb5

Please sign in to comment.