Signed-off-by: Yuichi Ito <[email protected]>
---
 ryu/tests/unit/packet/test_icmpv6.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ryu/tests/unit/packet/test_icmpv6.py 
b/ryu/tests/unit/packet/test_icmpv6.py
index 0a33ca0..81d7445 100644
--- a/ryu/tests/unit/packet/test_icmpv6.py
+++ b/ryu/tests/unit/packet/test_icmpv6.py
@@ -190,7 +190,7 @@ class Test_icmpv6_echo_reply(Test_icmpv6_echo_request):
         self.buf = '\x81\x00\xa4\x72\x76\x20\x00\x00'


-class Test_icmpv6_neighbor_solict(unittest.TestCase):
+class Test_icmpv6_neighbor_solicit(unittest.TestCase):
     type_ = 135
     code = 0
     csum = 0x952d
@@ -324,7 +324,7 @@ class Test_icmpv6_neighbor_solict(unittest.TestCase):
         eq_(repr(ic), ic_str)


-class Test_icmpv6_neighbor_advert(Test_icmpv6_neighbor_solict):
+class Test_icmpv6_neighbor_advert(Test_icmpv6_neighbor_solicit):
     def setUp(self):
         self.type_ = 136
         self.csum = 0xb8ba
@@ -340,7 +340,7 @@ class 
Test_icmpv6_neighbor_advert(Test_icmpv6_neighbor_solict):
             + '\x02\x60\x97\xff\xfe\x07\x69\xea'


-class Test_icmpv6_router_solict(unittest.TestCase):
+class Test_icmpv6_router_solicit(unittest.TestCase):
     type_ = 133
     code = 0
     csum = 0x97d9
-- 
1.7.10.4


------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to