[PATCH 0/2] Fix mocking around networkxml2firewalltest

Michal Privoznik posted 2 patches 11 months, 4 weeks ago
Failed in applying to current master (apply log)
src/util/virfirewalld.h |  2 ++
tests/virfirewallmock.c | 16 ++++------------
2 files changed, 6 insertions(+), 12 deletions(-)
[PATCH 0/2] Fix mocking around networkxml2firewalltest
Posted by Michal Privoznik 11 months, 4 weeks ago
*** BLURB HERE ***

Michal Prívozník (2):
  util: include virfirewall.h in virfirewalld.h
  virfirewallmock: Replace virFindFileInPath() with
    virFirewallDIsRegistered()

 src/util/virfirewalld.h |  2 ++
 tests/virfirewallmock.c | 16 ++++------------
 2 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.39.2

Re: [PATCH 0/2] Fix mocking around networkxml2firewalltest
Posted by Kristina Hanicova 11 months, 3 weeks ago
On Wed, May 3, 2023 at 11:01 AM Michal Privoznik <mprivozn@redhat.com>
wrote:

> *** BLURB HERE ***
>
> Michal Prívozník (2):
>   util: include virfirewall.h in virfirewalld.h
>   virfirewallmock: Replace virFindFileInPath() with
>     virFirewallDIsRegistered()
>
>  src/util/virfirewalld.h |  2 ++
>  tests/virfirewallmock.c | 16 ++++------------
>  2 files changed, 6 insertions(+), 12 deletions(-)
>
> --
> 2.39.2
>
>

Reviewed-by: Kristina Hanicova <khanicov@redhat.com>

Kristina