Commit Graph

7 Commits

Author SHA1 Message Date
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
e44db47989 Add interface.get_qinx_parent_by_name() 2022-03-20 23:10:54 +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
459346878a Move to assertEqual 2022-03-20 21:54:28 +00:00
8445140842 Add unittests for validator/interface.py 2022-03-20 21:49:08 +00:00