aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_gpt.py
Commit message (Expand)AuthorAgeFilesLines
* cmd: gpt: Add command to swap partition orderJoshua Watt2023-09-111-0/+19
* cmd: gpt: Preserve bootable flagJoshua Watt2023-09-111-0/+1
* cmd: gpt: Preserve type GUID if enabledJoshua Watt2023-09-111-0/+65
* cmd: gpt: Add command to set bootable flagsJoshua Watt2023-09-111-0/+22
* cmd: gpt: Add gpt_partition_bootable variableJoshua Watt2023-09-111-0/+33
* tests: gpt: Remove test order dependencyJoshua Watt2023-09-111-12/+8
* test/py: gpt: add test for the gpt partition type GUID identifierEnric Balletbo i Serra2023-01-181-0/+23
* test: Mark test_gpt tests as slowSimon Glass2022-09-121-0/+3
* test: py: tests: test_gpt.py: add a simple test for the command gpt repairPhilippe Reynes2022-05-061-0/+10
* test/py: gpt: Use long options for sgdiskSam Protsenko2019-07-181-4/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test/py: gpt: update size of gpt partitionPatrick Delaunay2017-12-121-15/+17
* test/py: regenerate persistent GPT image if code changesStephen Warren2017-11-061-17/+18
* cmd: gpt: solve issue for swap and rename commandPatrick Delaunay2017-10-231-10/+6
* test/py: gpt: test start LBA for sub-command rename and swapPatrick Delaunay2017-10-231-4/+12
* test/py: gpt: add test for sub-command writePatrick Delaunay2017-10-231-0/+20
* test/py: gpt: add test for sub-command read and verifyPatrick Delaunay2017-10-231-2/+29
* test/py: gpt: copy persistent filePatrick Delaunay2017-10-231-9/+14
* test/py: add skip marker for reliance on toolsStephen Warren2017-09-291-5/+8
* test/py: gpt: make use of infra-structureStephen Warren2017-09-151-21/+66
* add pytests for 'gpt rename' and 'gpt swap'Alison Chaiken2017-09-141-0/+31
* add pytests for 'gpt guid' command in sandboxAlison Chaiken2017-09-141-0/+38