Loading src/nbi/tests/MockService_Dependencies.py +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/nbi/tests/MockService_Dependencies.py +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading