avocado-framework / avocado-vt

Avocado VT Plugin
https://avocado-vt.readthedocs.org/
Other
83 stars 242 forks source link

env_process: Refactor procedure that adds migrate_vms to vms #3921

Closed bgartzi closed 4 months ago

bgartzi commented 5 months ago

Refactor the procedure that made the "vms" parameter aware of the migrate_vms into a Setuper subclass. That step will be managed env_process::_setup_manager from now on.

ID: 2429

bgartzi commented 5 months ago

Hi @YongxueHong! I'm sharing yet another patch refactoring the env_process preprocess function for review, could you have a look? Thanks!