On 10/10/2016 04:22 AM, Marc-André Lureau wrote: > Presumably 0.15 was the version it was first introduced, but > qmp keeps evolving. There is no point in having that version > as test prefix, 'qmp' makes more sense here. > > Signed-off-by: Marc-André Lureau <[email protected]> > --- > tests/test-qmp-commands.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Eric Blake <[email protected]> > > diff --git a/tests/test-qmp-commands.c b/tests/test-qmp-commands.c > index 81cbe54..5ff2f9b 100644 > --- a/tests/test-qmp-commands.c > +++ b/tests/test-qmp-commands.c > @@ -267,11 +267,11 @@ int main(int argc, char **argv) > { > g_test_init(&argc, &argv, NULL); > > - g_test_add_func("/0.15/dispatch_cmd", test_dispatch_cmd); > - g_test_add_func("/0.15/dispatch_cmd_failure", test_dispatch_cmd_failure); > - g_test_add_func("/0.15/dispatch_cmd_io", test_dispatch_cmd_io); > - g_test_add_func("/0.15/dealloc_types", test_dealloc_types); > - g_test_add_func("/0.15/dealloc_partial", test_dealloc_partial); > + g_test_add_func("/qmp/dispatch_cmd", test_dispatch_cmd); > + g_test_add_func("/qmp/dispatch_cmd_failure", test_dispatch_cmd_failure); > + g_test_add_func("/qmp/dispatch_cmd_io", test_dispatch_cmd_io); > + g_test_add_func("/qmp/dealloc_types", test_dealloc_types); > + g_test_add_func("/qmp/dealloc_partial", test_dealloc_partial); > > module_call_init(MODULE_INIT_QAPI); > g_test_run(); > -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
