avocado-framework / avocado-vt

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

env_process: Remove forgotten migration_setup variable #3968

Closed bgartzi closed 2 months ago

bgartzi commented 2 months ago

The migration_setup variable existed in the virttest.env_process postprocess function. It wasn't used, though. It wasn't in some other patch in which related functionality was refactored into a Setuper.

Remove the variable from there as it's now redundant.

bgartzi commented 2 months ago

Small change this, it's just a variable cleanup. @YongxueHong, I'd appreciate it if you could have a look on this one.