config/sysinv/cgts-client/cgts-client
Thiago Brito f9a7febd46 Fixing variable renaming on _find_ipv
On commit [1] the 3rd parameter for _find_ipv() was renamed to fix a
lint issue, but the usage of that parameter wasn't correctly renamed and
a problem arised since there is a class in the same module with that
name (that was being shadowed before). This commit fixes that and add
some unitests for this method so we don't merge this kind of error in
the future.

[1]
5923349485

Partial-Bug: #1952400

Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I0a8660ec530a859a6d108e5d85b808907c259614
2021-12-02 14:56:03 -03:00
..
cgtsclient Fixing variable renaming on _find_ipv 2021-12-02 14:56:03 -03:00
tools StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.coveragerc Updates for cgtsclient to work with python3 2020-01-20 13:46:46 -06:00
.gitignore Convert from testrepository to stestr 2019-12-04 09:56:57 -06:00
.stestr.conf Convert from testrepository to stestr 2019-12-04 09:56:57 -06:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
pylint.rc Cleanup pylint error: attribute_defined_outside_init 2021-11-29 19:57:36 +00:00
requirements.txt cgts: Add missing dependencies 2021-04-16 13:39:12 +00:00
setup.cfg Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
setup.py Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
test-requirements.txt Update cgts-client testenv to use python3 by default 2021-08-10 12:09:25 -04:00
tox.ini Add gate for python 3.9 2021-09-08 10:38:39 -04:00

README.rst