Skip to content
Snippets Groups Projects
Commit b49038f2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component - L3VPN

- Minor correction in imports
parent 82ff7793
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!195Resolve "(CTTC) NBI unitary tests not running and/or not working"
...@@ -21,7 +21,7 @@ from common.tools.descriptor.Loader import ( ...@@ -21,7 +21,7 @@ from common.tools.descriptor.Loader import (
) )
from common.tools.object_factory.Context import json_context_id from common.tools.object_factory.Context import json_context_id
from context.client.ContextClient import ContextClient from context.client.ContextClient import ContextClient
from nbi.service.rest_server import RestServer from nbi.service.rest_server.RestServer import RestServer
from .PrepareTestScenario import ( # pylint: disable=unused-import from .PrepareTestScenario import ( # pylint: disable=unused-import
# be careful, order of symbols is important here! # be careful, order of symbols is important here!
do_rest_delete_request, do_rest_get_request, do_rest_post_request, do_rest_delete_request, do_rest_get_request, do_rest_post_request,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment