~ubuntu-core-dev/ubuntu/+source/networkd-dispatcher:master

Last commit made on 2019-04-17
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/networkd-dispatcher
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

1435abe... by clayton craft

README/manpage: Update to include configured and configuring states

fixes #47

ca1e247... by James Newell

fix test when building deb on ubuntu bionic 18.04

02696ba... by clayton craft

gitlab-ci: Use new location for Arch Linux docker image

This image has been moved from base/archlinux to archlinux/base.

333ef1e... by craftyguy

readme: refer to networkcrl manpage for op. state definitions

Fixes #44

3037a9a... by Julian Andres Klode

man: Explain that states may be explained in networkctl(1)

This is like !39, but for the manual page, either to
complement it or replace it.

f305af8... by Julian Andres Klode

Fix typo: deamon should be daemon

42238ac... by Julian Andres Klode

Mock iwconfig in test_get_interface_data()

Mock iwconfig in test_get_interface_data(), as otherwise it failed for
me (as executed by pytest-3) because it tried to run the real iwconfig.

/usr/lib/python3.6/subprocess.py:418: CalledProcessError
----------------------------- Captured stderr call -----------------------------
wlan0 No such device

a895f04... by clayton craft

Remove 'carrier' and 'degraded' from STATE_IGN

There's no good (known) reason to ignore these states, so they will not
be ignored. There's also no reason to keep STATE_IGN around after this
change, so it has also been removed. It can be re-added if there are new
states we want to ignore later.

Tests have been adjusted accordingly.

51a7b94... by clayton craft

gitignore: add pyc files in root dir

d323b56... by clayton craft

tests/tox: fail pytest if coverage is not 100%

100% coverage or GTFO.