tests: ignore router state in networkd test (#6390)
authorMartin Pitt <martinpitt@users.noreply.github.com>
Mon, 17 Jul 2017 22:06:35 +0000 (00:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 17 Jul 2017 22:06:35 +0000 (00:06 +0200)
commit23fa427d660be54ba3fa98842023dd9b7e77a1b0
treef94ec945e0e462dc807a8c00a1ce1c08e7c0cbdb
parentdb3f45e2d2586d78f942a43e661415bc50716d11
tests: ignore router state in networkd test (#6390)

In networkd-test.py, don't assert that the router state is "routable".
While it should eventually become that, we don't wait for it, and thus
at that point it often is "carrier" or "degrated" still. It is also not
really relevant as this only tests the "client" side interface.
test/networkd-test.py