From: "Chiu,Cheng-Han" <[email protected]>

Signed-off-by: Chiu,Cheng-Han <[email protected]>
---
 ryu/tests/switch/tester.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index 499f8ff..f2af669 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -828,7 +828,7 @@ class OfTester(app_manager.RyuApp):
                 for attr in attr_list:
                     meter_stats.append('%s=%s' % (attr, getattr(stats1, attr)))
                 return False, 'meter_stats(%s)' % ','.join(meter_stats)
-            return True, None
+        return True, None
 
     def _diff_packets(self, model_pkt, rcv_pkt):
         msg = []
-- 
1.7.10.4


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to