diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-03-16 14:44:59 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-03-16 16:14:20 +0900 |
commit | afc1fcb1e37d34813dcaede88773956642bdd6c8 (patch) | |
tree | 6816883d0c174a51360d42273882e709de6ab45c /test/scenario_test/ibgp_router_test.py | |
parent | 0f102be98671abc253e2e73aba15073458c1e444 (diff) |
test/lib: Move noseplugin.py to test/lib module directory
To enable to use "noseplugin" as the Python module from the absolute
import scope in scenario_test, this patch moves noseplugin.py to
test/lib module directory.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'test/scenario_test/ibgp_router_test.py')
-rw-r--r-- | test/scenario_test/ibgp_router_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/ibgp_router_test.py b/test/scenario_test/ibgp_router_test.py index 0a497278..ed476122 100644 --- a/test/scenario_test/ibgp_router_test.py +++ b/test/scenario_test/ibgp_router_test.py @@ -23,7 +23,7 @@ import unittest from fabric.api import local import nose -from noseplugin import OptionParser, parser_option +from lib.noseplugin import OptionParser, parser_option from lib import base from lib.base import ( |