The code path is invoked by one of the test cases. Upcoming testing of
error messages would fail.
Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
#include "vircommand.h"
#include "vircrypto.h"
#include "virmock.h"
+#include "virlog.h"
#include "virnetdev.h"
#include "virnetdevip.h"
#include "virnetdevtap.h"
if (virNumaNodeIsAvailable(bit))
continue;
+ virReportError(VIR_ERR_INTERNAL_ERROR,
+ "Mock: no numa node set is available at bit %zd", bit);
return false;
}