nfv/nfv/nfv-tests/nfv_unit_tests/tests
Al Bailey 735d9b3392 Replace iter methods with python3 compatable calls
Replace iteritems with items
Replace iterkeys with keys
Replace itervalues with values

Special Note:
In Python 2 those are copies of the elements.
In Python3 those are references to the dictionary elements.
The openstack python2to3 documents suggests wrapping the calls with
a list if the dict is expected to change while iterating.

nfv_scenario_tests (non guest) all pass.

Story: 2004241
Task: 28070
Change-Id: Iddb69b83f0be2f8ec240f7708d2c6d0dc675848c
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-11-27 14:35:20 -06:00
..
__init__.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
test_database_upgrades.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
test_instance.py Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
test_instance_director.py Prevent NFV unit tests from randomly failing 2018-11-21 14:06:14 -06:00
test_nfv_client.py Adding a unit test for nfv_client shell 2018-11-16 12:40:29 -06:00
test_plugin_kubernetes_client.py Prevent NFV unit tests from randomly failing 2018-11-21 14:06:14 -06:00
test_sw_patch_strategy.py Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
test_sw_upgrade_strategy.py Replace iter methods with python3 compatable calls 2018-11-27 14:35:20 -06:00
testcase.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
utils.py Cleanup internal references 2018-07-18 15:53:08 -04:00