nfv/nfv/nfv-common/nfv_common/debug
Al Bailey 34c5178c11 Replace SafeConfigParser with ConfigParser
'SafeConfigParser' is a deprecated class.  Replace the
reference to it with its non-deprecated counterpart
called 'ConfigParser'

This change only affects how the debug.ini file is loaded,
which is a file used for setting log levels within NFV.

The change is not meant to affect any runtime behaviour.
The intention of this code change is for this to behave
the same as using SafeConfigParser.

pylint was reporting this as a deprecated class (W4904)

Test Plan:
  PASS: added a new unit test to verify coverage
  PASS: build ISO and unlock AIO-SX and verify vim working
   and startup logs appear unchanged

Story: 2010531
Task: 47215

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Id0c22f9847489b171c28c11f8d8215902d444241
2023-01-25 21:02:55 +00:00
..
__init__.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_debug_config.py Replace SafeConfigParser with ConfigParser 2023-01-25 21:02:55 +00:00
_debug_defs.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_debug_log.py py3: nfv wrap dict.items() in list() 2021-07-26 13:12:40 -04:00
_debug_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_debug_thread.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00