• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xapi-project / xen-api / 18669951509
80%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2025 01:32AM UTC
Jobs 1
Files 34
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Oct 2025 01:23AM UTC coverage: 80.368%. Remained the same
18669951509

push

github

web-flow
Merge feature/dynamic-firewalld-control to master (#6717)

`git show`:
```
commit 37a497e4c (HEAD -> private/bengangy/merge-firewalld, origin/private/bengangy/merge-firewalld)
Merge: e2ba3d7cd 351f29c3d
Author: Bengang Yuan <bengang.yuan@cloud.com>
Date:   Mon Oct 20 06:35:06 2025 +0000

    Merge branch 'feature/dynamic-firewalld-control' into private/bengangy/merge-firewalld

diff --cc ocaml/idl/datamodel_host.ml
index be78d7f1f,1958e3813..29b5610b2
--- a/ocaml/idl/datamodel_host.ml
+++ b/ocaml/idl/datamodel_host.ml
@@@ -2696,7 -2657,7 +2704,8 @@@ let t
        ; set_ssh_enabled_timeout
        ; set_console_idle_timeout
        ; set_ssh_auto_mode
 +      ; get_tracked_user_agents
+       ; update_firewalld_service_status
        ]
      ~contents:
        ([
diff --cc ocaml/xapi/message_forwarding.ml
index 574129153,1082d0cd8..af2b1aa14
--- a/ocaml/xapi/message_forwarding.ml
+++ b/ocaml/xapi/message_forwarding.ml
@@@ -4117,12 -4115,9 +4117,16 @@@ functo
          let remote_fn = Client.Host.set_ssh_auto_mode ~self ~value in
          do_op_on ~local_fn ~__context ~host:self ~remote_fn

 +      let get_tracked_user_agents ~__context ~self =
 +        info "Host.get_tracked_user_agents: host = '%s'"
 +          (host_uuid ~__context self) ;
 +        let local_fn = Local.Host.get_tracked_user_agents ~self in
 +        let remote_fn = Client.Host.get_tracked_user_agents ~self in
 +        do_op_on ~local_fn ~__context ~host:self ~remote_fn
++
+       let update_firewalld_service_status ~__context =
+         info "Host.update_firewalld_service_status" ;
+         Local.Host.update_firewalld_service_status ~__context
      end

      module Host_crashdump = struct
diff --cc ocaml/xapi/xapi_globs.ml
index 4244df78f,f43ec6b8e..fcbc9174e
--- a/ocaml/xapi/xapi_globs.ml
+++ b/ocaml/xapi/xapi_globs.ml
@@@ -1339,10 -1330,14 +1343,18 @@@ let ssh_monitor_service = ref "xapi-ssh

  let ssh_auto_mode_default = ref true

+ type fire... (continued)

3496 of 4350 relevant lines covered (80.37%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 18669951509.1 21 Oct 2025 01:32AM UTC 34
80.37
GitHub Action Run
Source Files on build 18669951509
  • Tree
  • List 34
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18669951509
  • 61792e77 on github
  • Prev Build on gh-readonly-queue/master/pr-6696-e2ba3d7cda7bb0a20fa305fe8f148c8658f1ce66 (#18654091439)
  • Next Build on master (#18671648203)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc