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

NBI component:

- Fixing CI/CD pipeline
parent c21f87ea
No related branches found
No related tags found
3 merge requests!359Release TeraFlowSDN 5.0,!322Resolve "(CTTC) Update NBI WebSocket endpoints to Flask-SocketIO and use gunicorn",!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -31,9 +31,12 @@ else:
logging.basicConfig(
level=logging.DEBUG,
format='[%(asctime)s] %(levelname)s:%(name)s:%(message)s',
filename=log_path,
#filename=log_path,
)
LOGGER = logging.getLogger(__name__)
LOGGER.warning('environ={:s}'.format(str(os.environ)))
LOGGER.warning('GITLAB_CI={:s}'.format(str(os.environ.get('GITLAB_CI'))))
LOGGER.warning('log_path={:s}'.format(str(log_path)))
class MockService_Dependencies(GenericGrpcService):
# Mock Service implementing Context, Service and Slice to simplify unitary tests of NBI
......
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