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

jcronenberg / agama / 11708096809
63%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2024 04:57PM UTC
Jobs 3
Files 958
Run time 2min
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

06 Nov 2024 04:03PM UTC coverage: 72.508% (+0.004%) from 72.504%
11708096809

push

github

web-flow
Add autoconnect property for network connections (#1715)

## Problem

Missing autoconnect property for network connections.

## Solution

Add autoconnect property.


## Testing

- *Extended unit test*
- *Tested manually*
```bash
sudo agama auth login && AGAMA_TOKEN=`sudo agama auth show`
curl http://localhost/api/network/connections \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $AGAMA_TOKEN" \
    -d '{ "id": "testcon", "method4": "auto", "method6": "auto", "ignoreAutoDns": false, "status": "down", "autoconnect": false }'
curl -X POST http://localhost/api/network/system/apply \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $AGAMA_TOKEN"
nmcli con show testcon
# See autoconnect set to "no".
```

1766 of 2613 branches covered (67.59%)

Branch coverage included in aggregate %.

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

23543 of 32292 relevant lines covered (72.91%)

42.02 hits per line

Jobs
ID Job ID Ran Files Coverage
3 rust - 11708096809.3 06 Nov 2024 04:57PM UTC 0
25.06
GitHub Action Run
3 service - 11703250579.3 06 Nov 2024 12:12PM UTC 0
89.29
GitHub Action Run
3 web - 8602304692.3 08 Apr 2024 03:02PM UTC 0
74.64
GitHub Action Run
Source Files on build 11708096809
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11708096809
  • 4e58df2b on github
  • Prev Build on master (#11703250576)
  • Next Build on master (#12808597885)
  • 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