summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/bgp_unnumbered_test.py
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-12-07 00:29:27 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-12-07 09:36:13 +0900
commit443b0b6c7a6d9a0bc11b9527f24ca84d392e4794 (patch)
treef46fbca4afb33c7c0cb802642abe80a69a8db6bd /test/scenario_test/bgp_unnumbered_test.py
parentabf6808c5e3a01a4d75e599bfa36b04dabd1dae3 (diff)
test: use the current PYTHONPATH in run_all_tests.sh
On some environments, it's necessary to use the current PYTHONPATH to run python. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/bgp_unnumbered_test.py')
-rw-r--r--test/scenario_test/bgp_unnumbered_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scenario_test/bgp_unnumbered_test.py b/test/scenario_test/bgp_unnumbered_test.py
index a77e6a5b..3971c269 100644
--- a/test/scenario_test/bgp_unnumbered_test.py
+++ b/test/scenario_test/bgp_unnumbered_test.py
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from __future__ import absolute_import
+
import unittest
from fabric.api import local
from lib import base