nfv/nfv/nfv-tests/nfv_unit_tests/tests
Al Bailey d42b8694d1 Unsuppress pylint E1111 assignment-from-no-return
E1111 assignment-from-no-return had being suppressed in pylint.rc
and now is no longer being suppressed.
This allows future code changes to be validated against this check.

- the kubernetes client was suppressing the incorrect code as part of a
workaround to support 'None' names.
- A unit test was incorrectly assigning the result of a method call and
has been updated.

These changes have no runtime impact.

Test Plan:
  Pass: tox -e pylint

Story: 2010531
Task: 47344
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I4c2a5ce60c0ceef4328af8ccedcd1e71b1d42330
2023-02-11 11:45:31 -05: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 Unsuppress pylint E1111 assignment-from-no-return 2023-02-11 11:45:31 -05: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