tools: move libnm-glib's fake NM service implementations here
authorDan Winship <danw@gnome.org>
Tue, 22 Jul 2014 22:22:23 +0000 (18:22 -0400)
committerDan Winship <danw@gnome.org>
Wed, 30 Jul 2014 19:56:29 +0000 (15:56 -0400)
commit5432ef5e520b8f7f7f24d126e7b35490be880d85
treef917c4198229db2c55a64fae637ea058080fba92
parent763ce29e58a92fb7aa125d8d70bd486f9ed77ab4
tools: move libnm-glib's fake NM service implementations here

Move libnm-glib's test-fake-nm.py and test-remote-settings-service.py
to tools/, merge them together into a single program, and fix a few
bugs (notably some missing signal emissions in the Settings service).

Although they are currently only used by libnm-glib's tests, they are
generic enough that they could be used by other code in the future
(and in particular, they will be used by libnm's tests as well).
libnm-glib/tests/Makefile.am
libnm-glib/tests/test-remote-settings-service.py [deleted file]
tools/Makefile.am
tools/test-networkmanager-service.py [moved from libnm-glib/tests/test-fake-nm.py with 84% similarity]