Commit Graph

8 Commits

Author SHA1 Message Date
5ebaf5e005 Add optional filtering of get_lcps() based on type of interface 2022-03-22 14:17:36 +00:00
7ae82c297c Add get_lcps() to enumerate all LCP names in the system 2022-03-22 13:04:56 +00:00
58d0ebe71e Complete test_qinx now that get_*_by_name() returns tuples 2022-03-21 08:53:40 +00:00
ba22b1aad8 Refactor for *_get_by_name()
They now all return a list [ifname, iface]. If no interface was found
they return None,None. If one was found, they return the (string) name
and the dictionary with interface contents.
2022-03-21 08:47:05 +00:00
5247e3a241 Add the beginning of a test_qinx() suite, will complete after a refactor in an upcoming commit 2022-03-20 23:32:59 +00:00
47757b702c Correct name for LCP tests 2022-03-20 22:17:56 +00:00
31c3d13c12 Isolate LCP into its own tests 2022-03-20 22:04:49 +00:00
14cd365ad3 Move LCP tests to their own test_*py file 2022-03-20 22:01:51 +00:00