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

agama-project / agama / 16320036135
74%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2025 01:03PM UTC
Jobs 3
Files 1112
Run time 3min
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

16 Jul 2025 12:54PM UTC coverage: 64.045% (-11.9%) from 75.988%
16320036135

push

github

web-flow
(backend): Set connection method4 and method6 as auto in case of absense in the profile (bsc#1245798) (#2567)

## Problem

The default for **IPv4** method and **IPv6** method is to have it
disabled. But the defaults for NetworkManager and what most users would
expect is to set it to auto.

- https://bugzilla.suse.com/show_bug.cgi?id=1245798

## Solution

Set the default to auto for IPv6 and IPv4 methods.

## Testing

- *Tested manually*

## Example

**profile.jsonnet**
```jsonnet
{
  "network": {
    "connections": [
      {
        "id": "Bridge0",
        "interface": "br0",
        "bridge": {
          "ports": ["enp5s0f4u1u1c2"],
          "stp": false
        }
      }
    ]
  }
}
```

```bash
agama config load < profile.jsonnet
agama config show 
{
  ...
  "network": {
    "connections": [
      {
        "id": "Bridge0",
        "method4": "auto",
        "method6": "auto",
        "ignoreAutoDns": false,
        "interface": "br0",
        "bridge": {
          "stp": false,
          "ports": [
            "enp5s0f4u1u1c2"
          ]
        },
        "status": "up",
        "autoconnect": true,
        "persistent": true
      }
    ]
  }
  ...
}
✓ The profile is valid.

```

2000 of 3646 branches covered (54.85%)

Branch coverage included in aggregate %.

24167 of 37211 relevant lines covered (64.95%)

48.96 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
50.78
0.0% rust/agama-network/src/model.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
1 rust 16320036135.1 16 Jul 2025 01:03PM UTC 179
21.61
GitHub Action Run
3 service 16313617719.3 16 Jul 2025 07:52AM UTC 389
88.49
GitHub Action Run
3 web 16312703666.3 16 Jul 2025 07:04AM UTC 544
67.74
GitHub Action Run
Source Files on build 16320036135
  • Tree
  • List 1112
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16320036135
  • acd73c04 on github
  • Prev Build on master (#16319697552)
  • Next Build on master (#16320484995)
  • Delete
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