NetworkManager/src/tests
Thomas Haller 5ed1027cab
l3cfg: cleanup nm_l3cfg_platform_commit() API and function to schedule commit on idle
- add nm_l3cfg_platform_commit_on_idle_schedule() so that internal (and
  external) code can schedule a commit on an idle handler. This already
  existed, but is exposed now.

- rename nm_l3cfg_platform_commit() to simply nm_l3cfg_commit(). There
  is no other form than "platform" commit, so the name was
  unnecessarily long.

- also don't let nm_l3cfg_commit() return a boolean success. It's not
  useful, because commits can be triggered internally (by NML3Cfg
  itself) or by other users. Instead, there is the "post-commit" event,
  and anybody who cares about such a failure would need to handle it
  there.
2020-09-30 09:49:23 +02:00
..
config all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
meson.build l3cfg/tests: add unit test for NML3Cfg 2020-09-24 09:44:04 +02:00
test-core-with-expect.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-core.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-dcb.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-ip4-config.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-ip6-config.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-l3cfg.c l3cfg: cleanup nm_l3cfg_platform_commit() API and function to schedule commit on idle 2020-09-30 09:49:23 +02:00
test-secret-agent.py all: reformat python files with python black 2020-06-15 16:40:38 +02:00
test-systemd.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-utils.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
test-wired-defname.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00