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

jcronenberg / agama
90%

Build:
DEFAULT BRANCH: master
Repo Added 16 Oct 2023 03:50PM UTC
Token cODKSr0WvkeCPAV30ceOpcSDKjQTqZFkD regen
Build 615 Last
Files 892
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 8021x
  • add_mtu_upstream
  • additional_wireless_settings
  • basic-routes
  • basic_routes
  • basice-routes
  • better_logs
  • clap_env
  • cli-remove-leftover
  • dbus_nm_versions
  • dns_priority
  • dry-run
  • dummy-device
  • dummy-ethernet
  • dummy_device
  • eap_migration
  • enable-ipv6-managed
  • ethernet-mac
  • failure-handling
  • feature_additional_network_model
  • fix-obs-build
  • fix_integration_tests
  • fix_tests
  • general-mac-address
  • git_hash_in_version
  • github-ci
  • ignore_loopback
  • impl_bridge
  • impl_firewall_zone
  • impl_vlan
  • infiniband
  • infiniband_upstream
  • loopback_static_dns
  • master
  • merge-dummy-ethernet
  • merge-master
  • merge_master
  • merge_upstream_master
  • method_selection
  • more_dns_options
  • more_wireless_options
  • mtu
  • network_dhcp_settings
  • network_settings_optional
  • nm_autoconnect
  • nm_routing
  • obs-build
  • optional_curl
  • parse-gateway
  • pr_address_as_option_string
  • pr_cleanup_nm_with_nmcli
  • pr_finalize_bond_options
  • pr_fix_bond_options
  • pr_merge_upstream_master
  • pr_revert_pre_master_bonding
  • pr_update_cargo-lock
  • pr_update_master
  • pr_use_skip_serializeing_none
  • read_stdin
  • remove-unhandled
  • routes-merge-master
  • separate-workspace
  • skip-activate
  • skip-activation
  • skip_non_xml_in_dirs
  • slave_type_nm_compat
  • split_bond
  • split_migration
  • startmode
  • static_dns
  • test-obs-build
  • test_runner
  • tuntap
  • update_master
  • update_readme
  • update_show_help
  • v6_method
  • wicked-nm-migration
  • wicked-nm-migration-add-bonding-again
  • wicked-nm-migration_merge_master
  • wireless_hidden
  • wireless_key_mgmt
  • wireless_migration
  • wireless_migration2
  • writable_loopback

07 May 2026 12:40PM UTC coverage: 90.022% (+12.3%) from 77.753%
25503082244

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.

534 of 648 branches covered (82.41%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 2 files covered. (100.0%)

11943 of 13212 relevant lines covered (90.4%)

201.83 hits per line

Relevant lines Covered
Build:
Build:
13212 RELEVANT LINES 11943 COVERED LINES
201.83 HITS PER LINE
Source Files on master
  • Tree
  • List 892
  • Changed 4
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25503082244 master 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"> ... push 07 May 2026 02:49PM UTC web-flow github
90.02
25503082392 master 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"> ... push 07 May 2026 02:49PM UTC web-flow github
77.75
25480165673 optional_curl Merge branch 'master' into optional_curl push 07 May 2026 06:41AM UTC web-flow github
77.75
25480165660 optional_curl Merge branch 'master' into optional_curl push 07 May 2026 06:40AM UTC web-flow github
77.75
25382781095 master Fix new build (#3457) ## Problem Fix build failure in zypp testsuite with new rpm. It is caused by more strict permissions for global rpm database, so non root access to it failed. bsc: https://bugzilla.suse.com/show_bug.cgi?id=1254914 ## Sol... push 05 May 2026 02:36PM UTC web-flow github
77.75
25382781128 master Fix new build (#3457) ## Problem Fix build failure in zypp testsuite with new rpm. It is caused by more strict permissions for global rpm database, so non root access to it failed. bsc: https://bugzilla.suse.com/show_bug.cgi?id=1254914 ## Sol... push 05 May 2026 02:36PM UTC web-flow github
74.69
25380107736 optional_curl Make curl dependency for agama-network optional via feature Due to a dependency chain agama-network pulls in curl via agama-network -> agama-utils -> agama-transfer -> curl. With this comes a dependency on openssl which unfortunately for wicked2n... push 05 May 2026 01:47PM UTC jcronenberg github
77.75
25380107620 optional_curl Make curl dependency for agama-network optional via feature Due to a dependency chain agama-network pulls in curl via agama-network -> agama-utils -> agama-transfer -> curl. With this comes a dependency on openssl which unfortunately for wicked2n... push 05 May 2026 01:47PM UTC jcronenberg github
77.83
24339767495 optional_curl Make curl dependency for agama-network optional via feature Due to a dependency chain agama-network pulls in curl via agama-network -> agama-utils -> agama-transfer -> curl. With this comes a dependency on openssl which unfortunately for wicked2n... push 13 Apr 2026 11:01AM UTC jcronenberg github
76.99
24339767493 optional_curl Make curl dependency for agama-network optional via feature Due to a dependency chain agama-network pulls in curl via agama-network -> agama-utils -> agama-transfer -> curl. With this comes a dependency on openssl which unfortunately for wicked2n... push 13 Apr 2026 11:01AM UTC jcronenberg github
88.23
See All Builds (561)

Badge your Repo: agama

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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