| 6d7abe74 | 04-Sep-2017 |
Pantelis Antoniou <pantelis.antoniou@konsulko.com> |
UPSTREAM: test: overlay: Add unit test for stacked overlay
Verify that stacked overlays work.
Change-Id: Id5c578db630bb34e952ca5176bb5ca9815bb0c0f Signed-off-by: Pantelis Antoniou <pantelis.antonio
UPSTREAM: test: overlay: Add unit test for stacked overlay
Verify that stacked overlays work.
Change-Id: Id5c578db630bb34e952ca5176bb5ca9815bb0c0f Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit ea28e488f743520f7f83b341f28818c32dae1ee3)
show more ...
|
| 135b53be | 10-Sep-2017 |
Alison Chaiken <alison@peloton-tech.com> |
UPSTREAM: add pytests for 'gpt rename' and 'gpt swap'
Add unit tests for the 'gpt rename' and 'gpt swap' commands that rely on the block device created by test/py/make_test_disk.py. Add CONFIG_CMD_G
UPSTREAM: add pytests for 'gpt rename' and 'gpt swap'
Add unit tests for the 'gpt rename' and 'gpt swap' commands that rely on the block device created by test/py/make_test_disk.py. Add CONFIG_CMD_GPT_RENAME to the sandbox_defconfig. Remove the testdisk.raw test device at the end of the tests.
Change-Id: I1c5b963a1f84168d4979ad1591f68a5f2a259935 Signed-off-by: Alison Chaiken <alison@peloton-tech.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit c5772188ede914b0e67c2a58ae179039a582afe0)
show more ...
|
| e2c5d1e4 | 10-Sep-2017 |
Alison Chaiken <alison@peloton-tech.com> |
UPSTREAM: add pytests for 'gpt guid' command in sandbox
Run unit tests for the 'gpt guid' command, making use of the block device created by test/py/make_test_disk.py. Remove this device at the end
UPSTREAM: add pytests for 'gpt guid' command in sandbox
Run unit tests for the 'gpt guid' command, making use of the block device created by test/py/make_test_disk.py. Remove this device at the end of the tests.
Change-Id: I315989b993388fdce6f0b263376463a3532d154b Signed-off-by: Alison Chaiken <alison@peloton-tech.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit a2f422555fc80144aea418c0d8e95341acfe6868)
show more ...
|
| 7ea94c78 | 02-Nov-2017 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: test: key: use ctrl+c to exit test
This is more flexible for users to determine exit or not
Change-Id: Idcd9ad605b8615062fafae485cd2f297ed021fee Signed-off-by: Joseph Chen <chenjh@rock-ch
rockchip: test: key: use ctrl+c to exit test
This is more flexible for users to determine exit or not
Change-Id: Idcd9ad605b8615062fafae485cd2f297ed021fee Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| 6faa29c6 | 24-Oct-2017 |
Zhaoyifeng <zyf@rock-chips.com> |
test: add modular test for rknand on Rockchip platform
Write assigned data payload into rknand device and read back. Then verify the context by comparing the write_buffer with read_buffer one by one
test: add modular test for rknand on Rockchip platform
Write assigned data payload into rknand device and read back. Then verify the context by comparing the write_buffer with read_buffer one by one.
=> rktest rknand 30000 *********************************************************** Rockchip Board Module [rknand] Test start. ***********************************************************
Device 0: Vendor: 0x2207 Rev: V1.00 Prod: rknand Type: Hard Disk Capacity: 7304.0 MB = 7.1 GB (14958592 x 512) ... is now current device
rknand write: device 0 block # 4096, count 30000 ... 30000 blocks written: OK rknand write: size 14MB, used 2196ms, speed 6MB/s
rknand read: device 0 block # 4096, count 30000 ... 30000 blocks read: OK rknand read: size 14MB, used 941ms, speed 15MB/s ----------------------------------------------------------- Rockchip Board Module [rknand] Test end <PASS>.. Total: 8.347s -----------------------------------------------------------
Change-Id: Iedc8d4c3d30a488770c24eabcc81649f8bdecaf2 Signed-off-by: Zhaoyifeng <zyf@rock-chips.com>
show more ...
|