]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: introduce virfirewallmock
authorPavel Hrdina <phrdina@redhat.com>
Wed, 14 Apr 2021 21:52:14 +0000 (23:52 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 21 Apr 2021 12:18:51 +0000 (14:18 +0200)
commite938ea50624fe88d99fc9991cd81ffa457a06da7
tree1d0e228d04ae9e683cc1182118cb5a498d710c49
parent25a8c0ef389353bf31e7d21f1ca8d2cf6e4acb22
tests: introduce virfirewallmock

This will allow us to run tests using firewall on hosts where the mocked
binaries are not available/installed instead of skipping these tests.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virfile.h
tests/meson.build
tests/virfirewallmock.c [new file with mode: 0644]