nfv/nfv/nfv-tests/nfv_scenario_tests/tests
Dan Voiculeasa 62714dcfa6 py3: nfv wrap dict.values() in list()
In python2 dict.values() returns a list, while in python3 it returns an
iterator. Modifying a dict while iterating over it(insert, delete)
produces a runtime error.

Wrapped all dict.values() in list().
There was no atomic access (e.g. using locks) to be skipped.
To aid development time and avoid excessive testing, converted some
calls which could have been skipped:
  - local scoped variables
  - variables with no changes after assignment
    (saved time identifying those)

Story: 2008454
Task: 42727
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I14b970735a2f36649d008ce841527ee5467c03e7
2021-07-02 17:25:48 +03:00
..
__init__.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_alarms.py Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
_event_logs.py Update VIM automated tests to support containers 2019-03-04 19:25:56 -06:00
_hosts.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_instances.py Update VIM automated tests to support containers 2019-03-04 19:25:56 -06:00
_test_base.py py3: nfv wrap dict.values() in list() 2021-07-02 17:25:48 +03:00
_test_hosts.py add NFVFaultMgmtAPI to get alarms from fm in pods 2019-06-05 09:29:57 +08:00
_test_instances.py Revert "update refresh alarms/logs method to fit fm containerization" 2019-10-23 15:46:29 +08:00