X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2Fwith_docker%2Ftest02_nbinotifications.py;h=2d7edd617f4e735f6073c07a15be978dd7a42154;hb=refs%2Fchanges%2F68%2F98668%2F2;hp=14b8bd8882c394ef472549072befac2123ae0422;hpb=274148a8d813140f86e1f9770ba992b072c1a5cd;p=transportpce.git diff --git a/tests/transportpce_tests/with_docker/test02_nbinotifications.py b/tests/transportpce_tests/with_docker/test02_nbinotifications.py index 14b8bd888..2d7edd617 100644 --- a/tests/transportpce_tests/with_docker/test02_nbinotifications.py +++ b/tests/transportpce_tests/with_docker/test02_nbinotifications.py @@ -13,12 +13,15 @@ import os import json +# pylint: disable=wrong-import-order import sys import unittest import time import requests sys.path.append('transportpce_tests/common/') -import test_utils +# pylint: disable=wrong-import-position +# pylint: disable=import-error +import test_utils # nopep8 class TransportNbiNotificationstesting(unittest.TestCase):