The migration_setup variable existed in the virttest.env_processpostprocess 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.
The
migration_setup
variable existed in thevirttest.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.