nfv/nfv/nfv-tests/nfv_unit_tests/tests
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 Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
sw_update_testcase.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_database_upgrades.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_debug_config.py Replace SafeConfigParser with ConfigParser 2023-01-25 21:02:55 +00:00
test_dhcp_network_rebalance_randomized.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_fw_update_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_instance.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_instance_director.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_kube_rootca_update_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_kube_upgrade_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_network_rebalance.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_network_rebalance_randomized.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_nfv_client.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_plugin_kubernetes_client.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_sw_patch_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
test_sw_upgrade_strategy.py Fix relative imports in nfv 2023-01-24 22:16:39 +00:00
testcase.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
utils.py Neutron Network Rebalancing on DHCP Agents 2019-04-03 16:11:03 -04:00