In the 5.16 branch, unit tests fail if nm support is enabled. Adding --with-connectivity=no in configure fixes it.
Created attachment 125788 [details] [review] tests: make tests work again when NM support is enabled Found the issue, it was because the Settings object of NM was not implemented in our fake NM implementation.
commit 78d8c53b930323455bb7c4031903f46717b8a174 Author: George Kiagiadakis <gkiagia@tolabaki.gr> Date: Mon Aug 15 11:37:24 2016 +0300 tests: make tests work again when NM support is enabled Apparently the nm library also tries to access the /.../Settings object of NM, which was not available in our fake NM implementation. This commit implements the basic properties of the Settings object, which allows the tests to continue past this point. https://bugs.freedesktop.org/show_bug.cgi?id=96917
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.