summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tests: implement Update2() in NetworkManager stubBeniamino Galvani2018-05-281-1/+6
* clients/tests: add SetProperties operation to test-networkmanager-service.py ...Thomas Haller2018-05-241-5/+54
* tests: don't return path name from obj.get_managed_ifaces() in test-networkma...Thomas Haller2018-05-241-7/+4
* tests: fix quitting mainloop in test-networkmanager-service.pyThomas Haller2018-05-151-4/+3
* tests: explicitly export/unexport objectsThomas Haller2018-05-151-22/+30
* tests/trivial: move codeThomas Haller2018-05-151-30/+30
* tests: rework handling of D-Bus properties in NetworkManager stub serviceThomas Haller2018-05-151-365/+320
* tests: better implement ActivateConnection in NetworkManager stub serviceThomas Haller2018-05-141-3/+38
* tests: various refactoring in tools/test-networkmanager-service.pyThomas Haller2018-05-141-378/+343
* tests: refactor finding device in NetworkManager stubThomas Haller2018-05-111-55/+51
* clients/tests: add python test script for nmcli testsThomas Haller2018-05-111-71/+178
* tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-111-1/+11
* build: set LD_LIBRARY_PATH and GI_TYPELIB_PATH variables in run-nm-test.shThomas Haller2018-05-111-0/+29
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+6
* tools/run-nm-test.sh: add -d option to set NMTST_DEBUG=dThomas Haller2018-04-091-0/+8
* settings: drop unmaintained ifnet settings plugin of GentooThomas Haller2017-12-211-1/+1
* python: make dbus, gi examples, and debug-helper.py python3 readyYifan J2017-12-041-5/+5
* tools: fix the PowerPC buildLubomir Rintel2017-06-281-1/+1
* build: fix nm binutils tool when building with LTOThomas Haller2017-06-011-1/+1
* tests: accept trailing arguments to "tools/run-nm-test.sh"Thomas Haller2017-03-021-3/+11
* tests: fix "tools/run-nm-test.sh" to build test firstThomas Haller2017-03-021-8/+8
* tools: only consider SOs that exist when finding symbols to exportLubomir Rintel2017-02-161-3/+4
* build: allow configuring path to binutils's nm tool during buildThomas Haller2017-02-081-1/+1
* docs: fix handling enums without explicit numeric value in "tools/enums-to-do...Thomas Haller2017-01-041-2/+5
* build: remove "src/NetworkManager.ver-orig"Thomas Haller2016-12-181-2/+0
* tests: improve run-nm-test.sh to weak valgrind usageThomas Haller2016-12-141-29/+46
* libnm: implement support for DNS manager propertiesBeniamino Galvani2016-12-121-1/+36
* ppp: split ppp manager into a pluginBeniamino Galvani2016-12-061-1/+3
* tools: add test script to build various configurationsThomas Haller2016-11-241-0/+59
* build: generate src/NetworkManager.ver during buildThomas Haller2016-11-102-1/+12
* build: don't change directory in tools/create-exports-NetworkManager.shThomas Haller2016-11-101-1/+6
* build: improve tools/create-exports-NetworkManager.sh scriptThomas Haller2016-11-101-6/+3
* libnm/tests: add restart method to the manager mock test support interfaceLubomir Rintel2016-11-101-2/+7
* libnm/tests: add object manager mockLubomir Rintel2016-11-101-1/+52
* libnm/tests: turn all mock objects into ExportedObjsLubomir Rintel2016-11-101-32/+23
* libnm/tests: only init the exported obj when the interfaces are in placeLubomir Rintel2016-11-101-22/+27
* libnm/tests: correct vlan id type in vlan device mockLubomir Rintel2016-11-101-1/+1
* libnm/tests: notify of changing active-connections in manager mockLubomir Rintel2016-11-101-0/+1
* libnm/tests: emit standard properties changed signals from mock objectsLubomir Rintel2016-11-101-0/+5
* tests: fix run-nm-test.sh to use valgrind when --called-from-makeThomas Haller2016-11-101-8/+24
* tools: fix the create-exports script on 32-bitLubomir Rintel2016-11-061-1/+1
* tools: improve handling arguments to run-nm-test.shThomas Haller2016-11-011-13/+31
* tools: improve --make-first option of test runner to handle relative test pathsThomas Haller2016-11-011-8/+12
* tools: add option to test runner to build test before running itThomas Haller2016-11-011-2/+11
* tools: improve controlling whether to run run-nm-test.sh with valgrindThomas Haller2016-11-011-8/+21
* build: merge "tools/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-8/+0
* build: merge "libnm/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-18/+22
* tests: combine "run-test-valgrind.sh" and "run-test-dbus-session.sh" in "run-...Thomas Haller2016-10-193-14/+23
* tools/trivial: replace tabs from "tools/run-test-valgrind.sh" scriptThomas Haller2016-10-191-41/+41
* tools: fix starting tests with D-Bus session with NMTST_NO_VALGRIND=1Thomas Haller2016-10-191-0/+1