Signed-off-by: KONDOH Tasuku <[email protected]>
---
 ryu/tests/unit/ofproto/test_parser_v12.py |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ryu/tests/unit/ofproto/test_parser_v12.py 
b/ryu/tests/unit/ofproto/test_parser_v12.py
index 3e53d9f..733fdfe 100644
--- a/ryu/tests/unit/ofproto/test_parser_v12.py
+++ b/ryu/tests/unit/ofproto/test_parser_v12.py
@@ -3511,7 +3511,7 @@ class TestOFPActionPushVlan(unittest.TestCase):
     def test_parser_max(self):
         self._test_parser(0xffff)
 
-    def test_parser_mid(self):
+    def test_parser_min(self):
         self._test_parser(0)
 
     def _test_serialize(self, ethertype):
@@ -3530,7 +3530,7 @@ class TestOFPActionPushVlan(unittest.TestCase):
     def test_serialize_max(self):
         self._test_serialize(0xffff)
 
-    def test_serialize_mid(self):
+    def test_serialize_min(self):
         self._test_serialize(0)
 
 
@@ -3563,7 +3563,7 @@ class TestOFPActionPushMpls(unittest.TestCase):
     def test_parser_max(self):
         self._test_parser(0xffff)
 
-    def test_parser_mid(self):
+    def test_parser_min(self):
         self._test_parser(0)
 
     def _test_serialize(self, ethertype):
@@ -3582,7 +3582,7 @@ class TestOFPActionPushMpls(unittest.TestCase):
     def test_serialize_max(self):
         self._test_serialize(0xffff)
 
-    def test_serialize_mid(self):
+    def test_serialize_min(self):
         self._test_serialize(0)
 
 
@@ -3641,7 +3641,7 @@ class TestOFPActionPopMpls(unittest.TestCase):
     def test_parser_max(self):
         self._test_parser(0xffff)
 
-    def test_parser_mid(self):
+    def test_parser_min(self):
         self._test_parser(0)
 
     def _test_serialize(self, ethertype):
@@ -3660,7 +3660,7 @@ class TestOFPActionPopMpls(unittest.TestCase):
     def test_serialize_max(self):
         self._test_serialize(0xffff)
 
-    def test_serialize_mid(self):
+    def test_serialize_min(self):
         self._test_serialize(0)
 
 
@@ -7486,7 +7486,7 @@ class TestOFPMatch(unittest.TestCase):
     def test_set_mpls_label_max(self):
         self._test_set_mpls_label(0xfffff)
 
-    def test_set_mpls_label_mid(self):
+    def test_set_mpls_label_min(self):
         self._test_set_mpls_label(0)
 
     # set_mpls_tc
-- 
1.7.9.5



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to