aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_net.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-04test/py/tests: Update some network dependenciesTom Rini1-3/+2
2024-03-01test/py: net: Add dhcp abort testLove Kumar1-0/+58
2024-01-18Revert "test/py: net: Add dhcp abort test"Tom Rini1-57/+0
2024-01-16test/py: net: Add dhcp abort testLove Kumar1-0/+57
2024-01-11Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini1-0/+2
2024-01-11test_net: print out net listMaxim Uvarov1-0/+2
2023-11-29test/py: net: Add a TFTP put testLove Kumar1-0/+71
2023-10-10test/py: net: Add a test for 'pxe get' commandLove Kumar1-0/+66
2023-05-05test/py: IPv6 network discovery testEhsan Mohandesi1-1/+30
2023-05-05net: dhcp6: Add a sandbox test for dhcp6Sean Edmond1-0/+25
2019-02-12test/py: use default load address for tftpHeinrich Schuchardt1-4/+5
2019-01-15test: Use single quote consistentlySimon Glass1-11/+11
2018-07-20test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-11-26tests: net: Offset downloads to 4MBAlexander Graf1-2/+2
2016-10-13test: add NFS download testGuillaume GARDET1-0/+49
2016-04-11test/py: Add support for loading image via tftp to specified locationMichal Simek1-1/+5
2016-01-28test/py: Quote consistencyStephen Warren1-2/+2
2016-01-28test/py: use " for docstringsStephen Warren1-12/+12
2016-01-28test/py: make net test aware of USB and PCI enumerationStephen Warren1-13/+15
2016-01-28test/py: add a networking testStephen Warren1-0/+153