| 9c7862b8 | 23-Sep-2019 |
Kever Yang <kever.yang@rock-chips.com> |
test: storage: Fix board may not have devnum env
If the board do not have the 'devnum', the env_get() returns NULL and strcmp will lead to "data abort".
Change-Id: I329237b61fc96bc90e7a07653b665192
test: storage: Fix board may not have devnum env
If the board do not have the 'devnum', the env_get() returns NULL and strcmp will lead to "data abort".
Change-Id: I329237b61fc96bc90e7a07653b665192d6a9d7b8 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| fb09b071 | 21-Aug-2019 |
Kever Yang <kever.yang@rock-chips.com> |
test: rockchip: fix pointer for free()
free() is using pointer while sysmem_free() is not using pointer, so they can not use the same parameter.
Change-Id: Ib68319bda2ba1a400f2436e21d5864a0e2511fad
test: rockchip: fix pointer for free()
free() is using pointer while sysmem_free() is not using pointer, so they can not use the same parameter.
Change-Id: Ib68319bda2ba1a400f2436e21d5864a0e2511fad Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| 21a92a15 | 20-Aug-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: test: net: enable dhcp test with default value
1. add default dhcp cmd for test 2. fix the argc(has -1 in test-rockchip) 3. fix return value for FAIL case(return value is '1').
Change-Id:
rockchip: test: net: enable dhcp test with default value
1. add default dhcp cmd for test 2. fix the argc(has -1 in test-rockchip) 3. fix return value for FAIL case(return value is '1').
Change-Id: If55a3a8d29240be98febbf4649a23964a74452b6 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| 54108d04 | 15-Aug-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: test: adapt for upstream U-Boot
Not test display and misc for upstream U-Boot, replace local APIs with upstream APIs. Use CONFIG_RKIMG_BOOTLOADER to identify the rockchip local U-Boot.
Ch
rockchip: test: adapt for upstream U-Boot
Not test display and misc for upstream U-Boot, replace local APIs with upstream APIs. Use CONFIG_RKIMG_BOOTLOADER to identify the rockchip local U-Boot.
Change-Id: I65b69eca8262d8aa0cb621c90d4ff1f2756368ba Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| 2a77afce | 18-Jul-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: test: add log message need by LAVA
The LAVA system need message from log to show the test result. "<LAVA_SIGNAL_*>" for start, end, test case result key; "<LAVA_TEST_RUNNER>: exiting" for
rockchip: test: add log message need by LAVA
The LAVA system need message from log to show the test result. "<LAVA_SIGNAL_*>" for start, end, test case result key; "<LAVA_TEST_RUNNER>: exiting" for test complete key
Change-Id: I13522bf82da69f105f439853fa5c4b32c9f3d1ff Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|