libnm: add a test for connection-deleted-while-being-created
authorDan Winship <danw@gnome.org>
Wed, 6 Aug 2014 22:07:42 +0000 (18:07 -0400)
committerDan Winship <danw@gnome.org>
Thu, 7 Aug 2014 19:43:43 +0000 (15:43 -0400)
commit66a34803293e1012d7a1728d503dd64a1d906366
tree92987a9e7fa480b90597bbcae4b864eadff5737e
parentd83f3777adfc587be56755fc567a8fbcfac5d5b9
libnm: add a test for connection-deleted-while-being-created

Since NMRemoteSettings doesn't announce new connections until it has
fetched their properties, it's possible that a connection could get
deleted while we're waiting for it to be created. NMRemoteSettings has
code to deal with this, so add a test to make sure that it works.
libnm/tests/test-remote-settings-client.c
tools/test-networkmanager-service.py