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

jcronenberg / agama / 25503082392

07 May 2026 12:40PM UTC coverage: 77.753% (+0.005%) from 77.748%
25503082392

push

github

web-flow
Import the ntp-client section from AutoYaST profiles (#3473)

Follow-up of #3446.

Read the `ntp-client` section from AutoYaST profiles.

## Example

``` xml
  <ntp-client>
    <ntp_policy>auto</ntp_policy>
    <ntp_servers config:type="list">
      <ntp_server>
        <address>1.opensuse.pool.ntp.org</address>
        <iburst config:type="boolean">true</iburst>
        <offline config:type="boolean">false</offline>
      </ntp_server>
    </ntp_servers>
  </ntp-client>
</profile>
```

The excerpt above is converted to:

``` json
{
  "ntp": {
    "sources": [
      { "type": "pool", "address": "1.opensuse.pool.ntp.org", "iburst": true, "offline": false }
    ]
  }
}
```

## Testing

- Added a new unit test
- Tested manually

## Follow-up

- Update the documentation about AutoYaST compatibility.

3888 of 6172 branches covered (62.99%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

6 existing lines in 2 files now uncovered.

22230 of 27419 relevant lines covered (81.08%)

97.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

86.79
/web/src/api.ts


Source Not Available

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

© 2026 Coveralls, Inc