nfv/nfv/nfv-vim/nfv_vim/strategy
Al Bailey 9784b7526a pylint cleanup for nfv to use standard modules
Cleanup the code to allow unsuppressing the following
pylint checks:

 C0207 use-maxsplit-arg
 R1730 consider-using-min-builtin
 R1731 consider-using-max-builtin

These three types of pylint checks report scenarios where
a standard python command can be used rather than trying
to 'reinvent the wheel'.

There is no functional difference for any of these changes

Test Plan:
  PASS: tox
  PASS: create / delete a kubernetes upgrade strategy

Story: 2010531
Task: 47617
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Ieb638cbcf7280f6fa322a062467dfc098efdec5e
2023-03-15 15:28:54 +00:00
..
__init__.py Add migrate steps for hosts without instances 2022-02-25 17:48:42 -03:00
_strategy.py pylint cleanup for nfv to use standard modules 2023-03-15 15:28:54 +00:00
_strategy_defs.py Implement kube_rootca_update orchestration 2021-08-19 08:38:18 -05:00
_strategy_phases.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_strategy_stages.py Implement kube_rootca_update orchestration 2021-08-19 08:38:18 -05:00
_strategy_steps.py Cleanup pep8 un-used variable warnings 2023-03-08 15:18:00 +00:00