On Mon, Oct 23, 2017 at 05:13:09PM +0200, Vadim Galitsyn wrote: > Extend list of test cases with 'writeconfig' command. > > Signed-off-by: Vadim Galitsyn <vadim.galit...@profitbricks.com> > Cc: Dr. David Alan Gilbert <dgilb...@redhat.com> > Cc: qemu-devel@nongnu.org > --- > tests/test-hmp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/test-hmp.c b/tests/test-hmp.c > index 5677fbf775..8e21eee61c 100644 > --- a/tests/test-hmp.c > +++ b/tests/test-hmp.c > @@ -68,6 +68,7 @@ static const char *hmp_cmds[] = { > "sum 0 512", > "x /8i 0x100", > "xp /16x 0", > + "writeconfig /dev/null", > NULL > }; > > -- > 2.13.1.394.g41dd433 > > Reviewed-by: Eduardo Otubo <ot...@redhat.com>
-- Eduardo Otubo