nfv/nfv/nfv-vim/nfv_vim/instance_fsm
Dan Voiculeasa 8acf167a69 py3: nfv use real division operator
"/" operator using integers as both left-hand and right-hand
expressions returns floor division in python2 and real
division in python3.

Use "//" instead to do real division for both python versions.

This commit is split from Charles Short's work
Iecfe9b83245847b07aaaa0ec1aadad4734a9d118.

Story: 2008454
Task: 42727
Co-authored-by: Charles Short <charles.short@windriver.com>
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I69ddfc4ba17d43158f1897fe291751210fb3d1f9
(cherry picked from commit f9149780fb)
2021-07-26 13:12:00 -04:00
..
__init__.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_instance_defs.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_fsm.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
_instance_state_cold_migrate.py py3: nfv use real division operator 2021-07-26 13:12:00 -04:00
_instance_state_cold_migrate_confirm.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_cold_migrate_revert.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_delete.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_evacuate.py py3: nfv use real division operator 2021-07-26 13:12:00 -04:00
_instance_state_fail.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_guest_services_create.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_guest_services_delete.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_guest_services_disable.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_guest_services_enable.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_guest_services_set.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_initial.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_live_migrate.py py3: nfv use real division operator 2021-07-26 13:12:00 -04:00
_instance_state_live_migrate_finish.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_pause.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_reboot.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_rebuild.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_resize.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_resize_confirm.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_resize_revert.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_resume.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_start.py py3: nfv use real division operator 2021-07-26 13:12:00 -04:00
_instance_state_stop.py py3: nfv use real division operator 2021-07-26 13:12:00 -04:00
_instance_state_suspend.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_state_unpause.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_task_work.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_instance_tasks.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00