mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2bf7255285
esp_eth: tests migrated to pytest and added support of multiple Ethernet devices esp_netif: l2tap test migrated to pytest
14 lines
233 B
Markdown
14 lines
233 B
Markdown
# EMAC Test
|
|
| Supported Targets | ESP32 |
|
|
| ----------------- | ----- |
|
|
|
|
This test app is used to test Ethernet MAC behavior with different chips.
|
|
|
|
|
|
## Prerequisites
|
|
Install third part Python packages:
|
|
|
|
```bash
|
|
pip install scapy
|
|
```
|