Skip to content

Commit

Permalink
[dvs] Update drop counter tests for SAI 1.6 (sonic-net#1289)
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored May 6, 2020
1 parent e1a5e9a commit 1be35ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_drop_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
FLEX_COUNTER_TABLE = 'FLEX_COUNTER_TABLE:DEBUG_COUNTER'
PORT_DEBUG_COUNTER_LIST = 'PORT_DEBUG_COUNTER_ID_LIST'
SWITCH_DEBUG_COUNTER_LIST = 'SWITCH_DEBUG_COUNTER_ID_LIST'
PORT_STAT_BASE = 'SAI_PORT_STAT_IN_DROP_REASON_RANGE_BASE'
PORT_STAT_BASE = 'SAI_PORT_STAT_IN_CONFIGURED_DROP_REASONS_0_DROPPED_PKTS'
PORT_STAT_INDEX_1 = 'SAI_PORT_STAT_IN_CONFIGURED_DROP_REASONS_1_DROPPED_PKTS'
SWITCH_STAT_BASE = 'SAI_SWITCH_STAT_IN_DROP_REASON_RANGE_BASE'
SWITCH_STAT_BASE = 'SAI_SWITCH_STAT_IN_CONFIGURED_DROP_REASONS_0_DROPPED_PKTS'
SWITCH_STAT_INDEX_1 = 'SAI_SWITCH_STAT_IN_CONFIGURED_DROP_REASONS_1_DROPPED_PKTS'

# ASIC DB Fields
Expand Down

0 comments on commit 1be35ac

Please sign in to comment.