libvirt/src/test
Pavel Hrdina 6a00352f67 test: fix emulator pin info in test driver
Commit <6328da04285d9f65cb323d399f731c20caf63f5a> introduced
testDomainGetEmulatorPinInfo() into test driver but used
virHostCPUGetCount() function to get the number of host CPUs.

This would be correct for other drivers but in test driver we must not
depend on the host, we have to use hard-coded host representation that
we have in test driver.

Follows the logic of testDomainGetVcpuPinInfo().

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2020-08-08 11:07:15 +02:00
..
meson.build meson: src: build libvirt.so library 2020-08-03 09:27:04 +02:00
test_driver.c test: fix emulator pin info in test driver 2020-08-08 11:07:15 +02:00
test_driver.h src/test: use #pragma once in headers 2019-06-19 17:12:31 +02:00
test-screenshot.png test: fix screenshot API impl 2016-12-08 10:57:32 +00:00