[PATCH v4 lkp-tests 5/5] new reset-tbox job yaml and script

20 Jan
2021
20 Jan
'21
5:48 p.m.
Signed-off-by: Zhang Dewan <513619464@qq.com> --- tests/reset-tbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/reset-tbox b/tests/reset-tbox index 4d2c191e..37c23759 100755 --- a/tests/reset-tbox +++ b/tests/reset-tbox @@ -30,7 +30,7 @@ tbox_check() reset_tbox() { echo "reboot the tesetbox..." - ipmitool -I lanplus -H $ibmc_ip -U $iBMC_user -P $iBMC_passwd power reset + ipmitool -I lanplus -H $ibmc_ip -U $iBMC_user -P $iBMC_passwd power reset } result_check() @@ -38,7 +38,7 @@ result_check() if [ $? -ne 0 ] ; then echo "Failed to reboot the testbox: $host_name" fi - echo "done." + echo "done." } main() -- 2.23.0
1545
Age (days ago)
1545
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhang Dewan