commit | 580840d1777f35975e016727aa235ee958ecb796 | [log] [tgz] |
---|---|---|
author | shahshreya <shreya@onlab.us> | Thu Feb 26 10:44:04 2015 -0800 |
committer | shahshreya <shreya@onlab.us> | Thu Feb 26 10:44:04 2015 -0800 |
tree | 8fa6f7d88534ebe8bfc3352a4a3bf92ace316461 | |
parent | 4f5004f7dac84b700e6f6ab929f3244eed6ba0cd [diff] |
Rename flowStateCount() to flowAddedCount
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py index 151c4b3..847f851 100644 --- a/TestON/drivers/common/cli/onosclidriver.py +++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -1546,7 +1546,7 @@ main.exit() - def FlowStateCount( self, id ): + def FlowAddedCount( self, id ): """ Determine the number of flow rules for the given device id that are in the added state