
19 Jul
2023
19 Jul
'23
12:27 p.m.
On Tue, Jul 18, 2023 at 17:27:38 +0200, Michal Privoznik wrote:
After previous commit, there's no functional difference between real virRandomGenerateWWN() and the mocked version. Drop the mock then.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tests/virrandommock.c | 8 -------- 1 file changed, 8 deletions(-)
Also adjust the following line, as this function isn't being mocked any more: src/util/virrandom.h:int virRandomGenerateWWN(char **wwn, const char *virt_type) G_NO_INLINE; Reviewed-by: Peter Krempa <pkrempa@redhat.com>