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

agama-project / agama / 11707344472
68%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2024 04:14PM UTC
Jobs 2
Files 635
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: 71.492% (+0.006%) from 71.486%
11707344472

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".
```

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

16895 of 23632 relevant lines covered (71.49%)

35.77 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
2 rust 11707344472.2 06 Nov 2024 04:14PM UTC 121
25.06
GitHub Action Run
2 service 11679986183.2 05 Nov 2024 08:10AM UTC 514
89.29
GitHub Action Run
Source Files on build 11707344472
  • Tree
  • List 635
  • Changed 27
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11707344472
  • 4e58df2b on github
  • Prev Build on master (#11702749302)
  • Next Build on master (#11708681713)
  • 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

© 2025 Coveralls, Inc