Re: [Qemu-devel] [PATCH] test-qga: add trivial tests for some commands

2018-04-23 Thread Marc-André Lureau
On Fri, Apr 20, 2018 at 8:04 PM, Tomáš Golembiovský wrote: > These commands did not get their tests in the original commits: > - guest-get-host-name > - guest-get-timezone > - guest-get-users > > Trivial tests that mostly only call the commands were added. > > Signed-off-by: Tomáš Golembiovský

[Qemu-devel] [PATCH] test-qga: add trivial tests for some commands

2018-04-20 Thread Tomáš Golembiovský
These commands did not get their tests in the original commits: - guest-get-host-name - guest-get-timezone - guest-get-users Trivial tests that mostly only call the commands were added. Signed-off-by: Tomáš Golembiovský --- tests/test-qga.c | 54