about summary refs log tree commit diff
path: root/debian/tests/control
AgeCommit message (Collapse)Author
2022-02-07d/tests/control: Have nm.py autopkgtest Depend on wpasupplicantJeremy Bicha
network-manager only Recommends wpasupplicant now
2019-12-06LP: #1855183Dan Streetman
2019-12-06LP: #1855009Dan Streetman
2019-06-22Updated autopkg test nm.py for API changes in network-manager.Till Kamppeter
2019-05-29debian/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.
2018-11-29Make dep8 nm test directly invokableRobie 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-24debian/tests/control: The nm tests need dnsmasq-base and isc-dhcp-client tooIain Lane
2017-11-12Add autopkgtestsJeremy Bicha