On Sat, Sep 01, 2018 at 01:11:14AM -0400, Wei Huang wrote: > This patch moves the settings related migration-test from the > migration-test.c file to a new header file. > > Signed-off-by: Wei Huang <w...@redhat.com> > --- > tests/migration-test.c | 28 ++++++++++++++++++---------- > tests/migration/migration-test.h | 21 +++++++++++++++++++++ > 2 files changed, 39 insertions(+), 10 deletions(-) > create mode 100644 tests/migration/migration-test.h >
Reviewed-by: Andrew Jones <drjo...@redhat.com>