nova/nova/tests/unit/virt/powervm
Takashi Natsume 1d0a0e8c20 Remove six.moves
Replace the following items with Python 3 style code.

- six.moves.configparser
- six.moves.StringIO
- six.moves.cStringIO
- six.moves.urllib
- six.moves.builtins
- six.moves.range
- six.moves.xmlrpc_client
- six.moves.http_client
- six.moves.http_cookies
- six.moves.queue
- six.moves.zip
- six.moves.reload_module
- six.StringIO
- six.BytesIO

Subsequent patches will replace other six usages.

Change-Id: Ib2c406327fef2fb4868d8050fc476a7d17706e23
Implements: blueprint six-removal
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2020-11-07 03:25:02 +00:00
..
disk Remove future imports 2020-03-24 15:05:36 +00:00
tasks PowerVM Driver: vSCSI Fibre Channel volume adapter 2018-05-22 11:39:32 -05:00
volume PowerVM Driver: vSCSI Fibre Channel volume adapter 2018-05-22 11:39:32 -05:00
__init__.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_driver.py Remove future imports 2020-03-24 15:05:36 +00:00
test_host.py hypervisor_hostname must match get_available_nodes 2017-06-20 16:34:38 -05:00
test_image.py Remove six.moves 2020-11-07 03:25:02 +00:00
test_media.py Remove future imports 2020-03-24 15:05:36 +00:00
test_mgmt.py PowerVM Driver: Snapshot 2018-04-25 14:35:12 -05:00
test_vif.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_vm.py Remove future imports 2020-03-24 15:05:36 +00:00