Skip to content

Commit

Permalink
update for sflow-related test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyu190011 committed Feb 3, 2021
1 parent eae39ce commit 99acf5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_sflow.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class TestSflow:
speed_rate_table = {
"400000": "40000",
"100000": "10000",
"50000": "5000",
"40000": "4000",
"25000": "2500",
"10000": "1000",
"1000": "100"
"400000": "400000",
"100000": "100000",
"50000": "50000",
"40000": "40000",
"25000": "25000",
"10000": "10000",
"1000": "1000"
}

def setup_sflow(self, dvs):
Expand Down

0 comments on commit 99acf5d

Please sign in to comment.