Commit 274c3cdb authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Fixing CI/CD pipeline
parent c21f87ea
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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