summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-12-01core: add checks on connection default propertiesBeniamino Galvani1-4/+48
2018-12-01build: check that the list of supported config options is up to dateBeniamino Galvani1-0/+28
2018-11-17libnm: Add support to pass options to AddAndActivateConnectionBenjamin Berg1-0/+6
2018-11-08build: meson: fix wrong man page linkBeniamino Galvani1-1/+1
2018-11-02tests: simulate old LastScan wifi value in test-networkmanager-service.pyBeniamino Galvani1-10/+2
2018-10-25build: fix check-docs.sh for out-of-tree buildsThomas Haller1-6/+31
2018-10-25docs: rework check-docs test scriptThomas Haller1-14/+40
2018-10-25docs: fix bashism in tools/check-docs.shMichael Biebl1-1/+1
2018-10-24build: fix ibft option in create-exports-NetworkManager.shBeniamino Galvani1-1/+1
2018-10-17tests: support UInt64 type in test-networkmanager-service.pyThomas Haller1-3/+6
2018-10-04acd/tests: skip NAcd tests under valgrindThomas Haller1-2/+5
2018-10-01build: silence message in "tools/create-exports-NetworkManager.sh" about miss...Thomas Haller1-2/+2
2018-09-28build: meson: fix install scriptBeniamino Galvani1-4/+7
2018-09-19build: meson: fix computing NM exported symbolsBeniamino Galvani1-1/+6
2018-09-19build: meson: support $DESTDIR in installation scriptBeniamino Galvani1-0/+44
2018-09-17docs: misc. typos pt2luz.paz1-1/+1
2018-09-13build: support meson builds in create-exports scriptBeniamino Galvani1-6/+15
2018-09-05build: fix whitelisting c-siphash symbols in NetworkManager.ver for device pl...Thomas Haller1-1/+1
2018-08-27all: point git references to the GitLab instanceLubomir Rintel1-1/+1
2018-07-11tests/trivial: rename ip4_addr_ne32() to ip4_addr_be32() in test-networkmanag...Thomas Haller1-7/+9
2018-06-28docs: include missing documentation in libnm and D-Bus docsLubomir Rintel1-0/+22
2018-06-18tests: don't exit test-networkmanager-service.py after 20 secondsThomas Haller1-5/+0
2018-06-18tests: improve NetworkManager stub service for Wi-Fi scanningThomas Haller1-6/+34
2018-06-18tests: fix race in setting signal strength for Wi-Fi AP in NM stubThomas Haller1-24/+2
2018-06-15tools/test-service: utilize nm_utils_get_timestamp_msec()Lubomir Rintel1-1/+1
2018-06-15wifi: expose LastScan as milliseconds not secondsLubomir Rintel1-1/+1
2018-06-14clients/tests: fix unstable tests for Python2 vs. Python3Thomas Haller1-11/+17
2018-06-13wifi: expose the LastScan propertyLubomir Rintel1-0/+2
2018-06-11tools/test-service: mock o.fd.NM.Settings.Connection.Filename propertyLubomir Rintel1-0/+2
2018-06-11clients/tests: expose IP and DHCP configs in test-networkmanager-service.py stubThomas Haller1-5/+500
2018-06-11clients/tests: seed generated numbers for test-networkmanager-service.pyThomas Haller1-16/+88
2018-06-11tests: simulate available-connections in test-networkmanager-service.pyThomas Haller1-6/+40
2018-06-11tests: fix dry-run for _dbus_property_set() in test-networkmanager-service.pyThomas Haller1-0/+2
2018-06-06clients/tests: test creating and activating VPN connectionThomas Haller1-16/+72
2018-06-05clients/tests: test `nmcli con mod` command with different localeThomas Haller1-1/+1
2018-06-05clients/tests: verify connections in test-networkmanager-service.py using libnmThomas Haller1-52/+183
2018-06-05tests: nest custom exceptions in common namespaceThomas Haller1-55/+57
2018-06-05tests: reorder definitions in test-networkmanager-service.pyThomas Haller1-77/+67
2018-06-05tests: use libnm defines for NM test stubThomas Haller1-26/+31
2018-06-05tests: rename local variables in NM test stub (2)Thomas Haller1-29/+26
2018-06-05tests: rename local variables in NM test stub (1)Thomas Haller1-47/+47
2018-06-01clients/tests: add test for showing invisible connection in nmcliThomas Haller1-2/+8
2018-05-28tests: implement Update2() in NetworkManager stubBeniamino Galvani1-1/+6
2018-05-24clients/tests: add SetProperties operation to test-networkmanager-service.py ...Thomas Haller1-5/+54
2018-05-24tests: don't return path name from obj.get_managed_ifaces() in test-networkma...Thomas Haller1-7/+4
2018-05-15tests: fix quitting mainloop in test-networkmanager-service.pyThomas Haller1-4/+3
2018-05-15tests: explicitly export/unexport objectsThomas Haller1-22/+30
2018-05-15tests/trivial: move codeThomas Haller1-30/+30
2018-05-15tests: rework handling of D-Bus properties in NetworkManager stub serviceThomas Haller1-365/+320
2018-05-14tests: better implement ActivateConnection in NetworkManager stub serviceThomas Haller1-3/+38