| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-15 | nm.py autopkgtest: Improved timers of the main loops further. | Till Kamppeter | |
| 2019-07-02 | nm.py autopkgtest: Improved implementation of adding timers for the main loops. | Till Kamppeter | |
| 2019-07-02 | nm.py autopkgtest: Added timers to make the main loops time out if the ↵ | Till Kamppeter | |
| asynchronous processes do not finish. | |||
| 2019-06-22 | Updated autopkg test nm.py for API changes in network-manager. | Till Kamppeter | |
| 2019-06-03 | Port debian/tests/nm.py to gir1.2-nm-1.0 | Mathieu Trudel-Lapierre | |
| 2019-05-29 | debian/tests/control: fix test dependency to list gir1.2-nm-1.0 instead of ↵ | Mathieu Trudel-Lapierre | |
| its old name gir1.2-networkmanager-1.0. | |||
| 2019-05-29 | debian/tests/nm.py: give test_no_ap more time for wifi devices to start as ↵ | Mathieu Trudel-Lapierre | |
| it may be necessary on ppc64el. | |||
| 2018-12-19 | debian/tests/nm.py: Make assert_iface_down() not check the interface's state | Iain Lane | |
| We call nmclient.deactivate_connection() to terminate connections that the testsuite sets up, and according to upstream this is not guaranteed to do anything in particular to the link state. It seems that dnsmasq 2.80 somehow alters the previous assumption that it would be 'state DOWN', so the implementation detail we were checking previously no longer holds. The testsuite does still check that the IPs are removed from the interface, which is logically what we want anyway. (LP: #1805857) | |||
| 2018-11-29 | Make dep8 nm test directly invokable | Robie Basak | |
| By renaming the test to nm.py, it can be called directly with: python3 -m unittest nm To make this work, we also need to move required test setup and teardown code to setUpModule() and tearDownModule() accordingly, and move other "script" code into the __name__ == '__main__' idiom. This then allows easier debugging of failing tests by calling unittest to run a specific test using the usual method. For example: sudo python3 -m unittest nm.ColdplugWifi.test_open_b_ip6_raonly_no_pe | |||
| 2018-09-24 | debian/tests/control: The nm tests need dnsmasq-base and isc-dhcp-client too | Iain Lane | |
| 2018-09-24 | debian/tests/nm: Add the required `gi.require_version()` calls - thanks to ↵ | Iain Lane | |
| the autopkgtests for noticing this. | |||
| 2018-02-23 | debian/tests/urfkill-integration - don't stop/start network manager | Bryan Quigley | |
| 2017-11-12 | Add autopkgtests | Jeremy Bicha | |