I'm not quite sure how it happens to work with the current test environment. But the current coding doesn't work when running via testr probably due to different PYTHONPATH.
Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/tests/unit/lib/test_addrconv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/unit/lib/test_addrconv.py b/ryu/tests/unit/lib/test_addrconv.py index 00a42db..39e486d 100644 --- a/ryu/tests/unit/lib/test_addrconv.py +++ b/ryu/tests/unit/lib/test_addrconv.py @@ -17,7 +17,7 @@ import unittest from nose.tools import eq_ -import addrconv +from ryu.lib import addrconv class Test_addrconv(unittest.TestCase): -- 1.9.4 ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
