nfv/nfv/nfv-vim/nfv_vim/events
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
_events_module.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_vim_api_events.py Kubernetes Upgrade Orchestration 2021-03-02 07:45:20 -06:00
_vim_image_api_events.py py3: nfv wrap dict.values() in list() 2021-07-02 17:25:48 +03:00
_vim_instance_api_events.py py3: nfv wrap dict.values() in list() 2021-07-02 17:25:48 +03:00
_vim_network_api_events.py py3: nfv wrap dict.values() in list() 2021-07-02 17:25:48 +03:00
_vim_nfvi_events.py py3: nfv wrap dict.values() in list() 2021-07-02 17:25:48 +03:00
_vim_sw_update_api_events.py Adding parallel apply capabilities to kube orch 2021-04-14 07:30:19 -05:00
_vim_volume_api_events.py py3: nfv wrap dict.values() in list() 2021-07-02 17:25:48 +03:00