Re: [PATCH v2 01/10] migration-test: Create cmd_soure and cmd_target

2019-12-18 Thread Juan Quintela
Thomas Huth wrote: > On 18/12/2019 02.55, Juan Quintela wrote: >> We are repeating almost everything for each machine while creating the >> command line for migration. And once for source and another for >> destination. We start putting there opts_src and opts_dst. >> >> Signed-off-by: Juan Qui

Re: [PATCH v2 01/10] migration-test: Create cmd_soure and cmd_target

2019-12-18 Thread Thomas Huth
On 18/12/2019 02.55, Juan Quintela wrote: > We are repeating almost everything for each machine while creating the > command line for migration. And once for source and another for > destination. We start putting there opts_src and opts_dst. > > Signed-off-by: Juan Quintela > --- > tests/migra

[PATCH v2 01/10] migration-test: Create cmd_soure and cmd_target

2019-12-17 Thread Juan Quintela
We are repeating almost everything for each machine while creating the command line for migration. And once for source and another for destination. We start putting there opts_src and opts_dst. Signed-off-by: Juan Quintela --- tests/migration-test.c | 44 ---