core/tests/components/dhcp
J. Nick Koston e8cda598ac
Fix memory leak in dhcp integration (#45378)
* Fix memory leak in dhcp integration

Passing the L2socket to AsyncSniffer caused a memory
leak on some systems. To ensure we can create a socket,
we do a test creation before starting AsyncSniffer
since the sniffer will create it in another thread
and we cannot see any permission error otherwise.

* Update tests

* space

* do not store packets
2021-01-21 08:26:58 +01:00
..
__init__.py Add support for discovery via DHCP (#45087) 2021-01-14 09:09:08 +01:00
test_init.py Fix memory leak in dhcp integration (#45378) 2021-01-21 08:26:58 +01:00