nfv/nfv
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
..
centos Kube rootca update orchestration integration 2021-09-02 12:53:36 -05:00
debian Set proper permission to ocf script of vim services 2022-03-02 14:16:57 -05:00
nfv-client Unable to resolve v3 url when sw-manager is invoked 2022-12-12 15:10:12 -03:00
nfv-common Replace SafeConfigParser with ConfigParser 2023-01-25 21:02:55 +00:00
nfv-debug-tools/histogram_analysis Not require recreate of tox env when running tox 2021-04-06 09:48:36 -05:00
nfv-plugins Cleanup pylint.rc file 2023-01-25 20:12:02 +00:00
nfv-tests Replace SafeConfigParser with ConfigParser 2023-01-25 21:02:55 +00:00
nfv-tools small cleanup required by OBS badness check - exec rights on non executable not allowed 2019-09-17 08:54:22 +02:00
nfv-vim Cleanup pylint.rc file 2023-01-25 20:12:02 +00:00
opensuse Add opensuse specfiles to nfv 2019-10-02 10:34:02 -05:00
.coveragerc Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
.gitignore Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
.stestr.conf Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:51 -07:00
pylint.rc Replace SafeConfigParser with ConfigParser 2023-01-25 21:02:55 +00:00
test-requirements.txt Replace mock with unittest.mock 2023-01-24 22:13:59 +00:00
tox.ini Fix relative imports in nfv 2023-01-24 22:16:39 +00:00