aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests
AgeCommit message (Expand)AuthorFilesLines
2024-01-29test/py: scsi: Add test for scsi commandsLove Kumar1-0/+92
2024-01-29test/py: usb: Add tests for USB deviceLove Kumar1-0/+626
2024-01-29test/py: mmc: Add tests for MMC deviceLove Kumar1-0/+671
2024-01-29test/py: secure: Add secure tests for Zynq & ZynqMPLove Kumar2-0/+294
2024-01-29test/py: gpio: Add gpio pins generic testLove Kumar1-0/+90
2024-01-29test/py: zynqmp_rpu: Add test for loading RPU appsLove Kumar1-0/+208
2024-01-26test: unit test for smbios commandHeinrich Schuchardt1-0/+41
2024-01-18test/py: bootstage: Add test for bootstage commandLove Kumar1-0/+67
2024-01-18test: Skip cleanup test if not built out of treeTobias Deiminger1-0/+5
2024-01-18Revert "test/py: net: Add dhcp abort test"Tom Rini1-57/+0
2024-01-18test: test_trace.py: Have trace-cmd report always use -lTom Rini1-16/+16
2024-01-16test/py: memtest: Add tests for mtest commandLove Kumar1-0/+68
2024-01-16test/py: i2c: Add tests for i2c commandLove Kumar1-0/+116
2024-01-16test/py: mii: Add tests for mii commandLove Kumar1-0/+92
2024-01-16test/py: mdio: Add tests for mdio commandLove Kumar1-0/+79
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-12-28test: hush: Test hush variable expansionFrancis Laniel1-1/+7
2023-12-28test/py: hush_if_test: Remove the test fileFrancis Laniel1-197/+0
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik1-0/+8
2023-12-13test: vboot: Using variable 'old_dtb' before assignmentHeinrich Schuchardt1-3/+3
2023-12-13test: fit: Using variable 'old_dtb' before assignmentHeinrich Schuchardt1-3/+3
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini2-0/+2
2023-12-09test/py: Disable error E0611 in two cases for pylintWIP/09Dec2023Tom Rini2-0/+2
2023-11-29test/py: net: Add a TFTP put testLove Kumar1-0/+71
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini3-7/+82
2023-11-28test: fs: Add test to detect fat typeChristian Taedcke2-0/+72
2023-11-28test: Add size granularity parameter to mk_fsChristian Taedcke1-3/+4
2023-11-28test: fs: Add fat12 to supported fs of some testsChristian Taedcke1-3/+3
2023-11-28test: Add support to create a fat12 fsChristian Taedcke1-1/+3
2023-11-18efi_loader: Boot var automatic managementRaymond Mao5-35/+53
2023-11-07CI, pytest: Add a test for sandbox without LTOTom Rini1-0/+10
2023-11-07sandbox: Add a test for disabling CONFIG_CMDLINESimon Glass1-0/+20
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-10/+10
2023-10-27test/py: always use autostart on tpm2 selftestsIlias Apalodimas1-2/+2
2023-10-27test: use a non system PCR for testing PCR extendIlias Apalodimas1-8/+8
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin1-1/+6
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson1-0/+10
2023-10-13Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/13Oct2023Tom Rini1-0/+66
2023-10-10test/py: net: Add a test for 'pxe get' commandLove Kumar1-0/+66
2023-10-09test/py: sleep: Add a test for the time commandLove Kumar1-0/+18
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass1-0/+1
2023-09-21test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=TrueMichal Simek1-0/+3
2023-09-11cmd: gpt: Add command to swap partition orderJoshua Watt1-0/+19
2023-09-11cmd: gpt: Preserve bootable flagJoshua Watt1-0/+1
2023-09-11cmd: gpt: Preserve type GUID if enabledJoshua Watt1-0/+65
2023-09-11cmd: gpt: Add command to set bootable flagsJoshua Watt1-0/+22
2023-09-11cmd: gpt: Add gpt_partition_bootable variableJoshua Watt1-0/+33
2023-09-11tests: gpt: Remove test order dependencyJoshua Watt1-12/+8