config/sysinv/sysinv/sysinv/sysinv/openstack/common
Sun Austin 527faa0113 Enable python3.5 sysinv unit test
- Replace mox with mox3 to support python3
- Change 'lambda (x, y): y - x' to 'lambda xy: xy[1] - xy[0]'
- Change iter to list for str operator
- Change urlparse to compatible python 2/3
- Adapt gettextutils
- Fix 'TypeError: unorderable types: NoneType() < int()' for python3
- Change dict key to list
- Change some requirement and test requirement
      remove MySQL-python
      remove Cheetah
      remove version limitation <3.0.0 for python-ldap
- Fix encode/decode issue
- Avoid exception for obj_load_attr with optional fields
- Remove test_hash_file test case since it was never used.
- Use mock not CreateMockAnything to mock contentmanager
- Fix UnboundLocalError issue for python3
- Replace self.stubs.Set with stub_out
- Change e.message to str(e) in exception block
- Add self.mox.UnsetStubs() before self.mox.VerifyAll()
- Fix set() order dismatch for python 2/3
- Implement nested for context manager in python 3
- Change migration version of sqlalchemy from 0 in python 3
- Avoid expose exception for db not connected
- change hasattr(obj,attr) to getattr(obj,attr,None) since
  hasattr shadows all exception in python2.7
- Avoid sqlalchemy.orm.exc.DetachedInstanceError in get_networks

Story: 2003433
Task: 28354
Depends-on: I4c601a72232402e45fe70e0d29de031ff294a4d7

Change-Id: I8382eba1bc3c91ca63d93e759021149914b12865
Signed-off-by: Sun Austin <austin.sun@intel.com>
2019-01-30 08:51:07 +08:00
..
config Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
db Fix: others issues for Python 2/3 compatible code 2018-12-19 10:20:56 +08:00
fixture Enable python3.5 sysinv unit test 2019-01-30 08:51:07 +08:00
notifier Fix basestring issue for Python 2/3 compatible code. 2018-11-09 14:04:48 +08:00
rootwrap Python 3 compatibility: convert ConfigParser to configparser. 2018-09-07 11:32:48 +08:00
rpc Cleanup pylint errors in sysinv 2018-12-28 09:06:15 -06:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
cliutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
context.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
eventlet_backdoor.py Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
excutils.py Fix: "raise" issues for Python 2/3 compatible code. 2018-10-26 14:34:53 +00:00
fileutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
gettextutils.py Enable python3.5 sysinv unit test 2019-01-30 08:51:07 +08:00
importutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
jsonutils.py Fix: others issues for Python 2/3 compatible code 2018-12-19 10:20:56 +08:00
keystone_objects.py Fix tox pep8 errors of type E231 in sysinv 2018-08-09 14:26:34 -04:00
local.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
lockutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
log.py Cleanup pylint errors in sysinv 2018-12-28 09:06:15 -06:00
log_handler.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
loopingcall.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
network_utils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
periodic_task.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
policy.py FIX: module rename issue for Python 2/3 compatible code 2018-12-25 08:58:17 +08:00
processutils.py Fix: "map" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
service.py Sysinv. Cleanup import statements for pep8 2018-06-29 13:43:53 -04:00
setup.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
strutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
threadgroup.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
timeutils.py Enable python3.5 sysinv unit test 2019-01-30 08:51:07 +08:00
uuidutils.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
version.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00