opnsense-src/tests/atf_python
Alexander V. Chernikov 584ad4126c testing: improve vnet support in pytest
* Allow vnet object to be directly referenced
 (self.vnet1 vs self.vnet_map["vnet1"])
* Allow iface object to be directly reference
 (vnet.bridge vs vnet.iface_alias_map["bridge"])
* Allow arbitrary interface alias names insted of ifX
* Add wait_objects_any() method for waiting object from
 multiple vnets
* Add wait() method for indefinite sleep on vnet handlers

MFC after:	2 weeks
2023-05-16 15:00:45 +00:00
..
sys testing: improve vnet support in pytest 2023-05-16 15:00:45 +00:00
__init__.py
atf_pytest.py Testing: add framework for the kernel unit tests. 2023-04-14 15:47:55 +00:00
ktest.py Testing: add framework for the kernel unit tests. 2023-04-14 15:47:55 +00:00
Makefile Testing: add framework for the kernel unit tests. 2023-04-14 15:47:55 +00:00
utils.py testing: add public method for requiring module presense in pytest 2023-05-15 10:50:55 +00:00