NetworkManager/clients/tests
Thomas Haller 9a14f9caa5 clients/tests: fix unstable tests for Python2 vs. Python3
Currently, nmcli does not sort the list of available connections
for display. Instead, it shows them in the order as NetworkManager
exposes them on D-Bus.

Previously, test-networkmanager-service.py, would generate the list
of available connections by iterating the connections dictionary.
In Python (at least until Python 3.6), the order when iterating over
dictionaries is undefined. This inconsistancy lets tests behave
differently depending on the python version. Possibly with Python
3.4 and 3.5, tests might even behave differently between individual
runs (since Python there uses siphash with a randomized hash seed).
2018-06-14 16:38:33 +02:00
..
test-client.check-on-disk clients/tests: fix unstable tests for Python2 vs. Python3 2018-06-14 16:38:33 +02:00
test-client.py clients/tests: add more tests printing wifi details in nmcli 2018-06-14 15:45:34 +02:00