config/sysinv/sysinv/sysinv/sysinv/common
Al Bailey eda1dc8de4 Update sysinv flake8 to use python3
Running flake8 in python3 exposes bugs that will
impact the conversion to python3.

This also adjusts the unit tests to run py36
rather than py35.

Some of the notable issues are:
 - cmp operator has been deprecated
 - file operator has been deprecated
    (replaced by call to open)

The behaviour in python2 has not changed.

For python3 unit tests should be added for:
 -  sysinv/agent/lldp/plugin.py  (Key)
sort in python3 expects a different method (__lt__)

 -  sysinv/conductor/manager.py (evaluate_app_reapply)
The contents from file open when passed to the md5 routine
should fail unless opened with utf-8 encoding
ie:
TypeError: Unicode-objects must be encoded before hashing

Change-Id: Ifcec7d5539cba2350649f56057db0f5e78ef279d
Story: 2007082
Task: 38130
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2020-01-16 17:21:12 -06:00
..
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
ceph.py Update sysinv flake8 to use python3 2020-01-16 17:21:12 -06:00
config.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
configp.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
constants.py Merge "add semantic validation for label "intelgpu:enabled"" 2019-12-13 21:11:40 +00:00
context.py Sysinv healthy query API request failed 2018-09-13 13:36:15 -04:00
disk_utils.py Wiping the disk preexistent partitions 2019-12-11 06:59:17 -05:00
exception.py Retry applying platform-integ-apps 2019-12-06 14:57:31 +02:00
extension_manager.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
fernet.py Import subprocess from eventlet.green package 2019-12-19 15:29:42 -06:00
fm.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
health.py Add kubernetes health checks 2019-12-20 10:50:33 -06:00
image_service.py Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
image_versions.py Tiller upgrade prep 2019-09-30 16:31:52 -04:00
images.py Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
interface.py Introduce VF interface type 2019-12-03 15:19:38 -06:00
kubernetes.py Add kubernetes health checks 2019-12-20 10:50:33 -06:00
paths.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
policy.py Deprecate sysinv.openstack.common.gettextutils 2019-11-04 10:04:20 -06:00
retrying.py Fix tox pep8 errors of type E722 in sysinv 2018-08-10 14:51:50 -04:00
service.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
service_parameter.py Update sysinv flake8 to use python3 2020-01-16 17:21:12 -06:00
states.py Fix word and statement errors in comments 2018-11-14 10:04:51 +08:00
storage_backend_conf.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
utils.py Update sysinv flake8 to use python3 2020-01-16 17:21:12 -06:00
wsgi_service.py Deprecate sysinv.openstack.common.gettextutils 2019-11-04 10:04:20 -06:00