测试执行说明

流断点

执行到流断点,系统会重新启动。为了方便,系统会自动记录断点的序号,便于查找。

代码描述
offline / gotooffline脱机代码开始
down / getout脱机代码结束,系统重启(reboot)
toreboot保存当前执行的环境和数据,用于关机或重启代码之前
0后面跟一串特殊的参数,直接作为toreboot的参数
reboot重启系统,保留断点
shutdown关机,保留断点
logoff注销,保留断点
winre / enterwinre进入到 winRE,保留断点
ireboot重启系统,不保留断点
ishutdown关机,不保留断点
ilogoff注销,不保留断点
iwinre进入到winRE,不保留断点

实例

offline
    show  this is offline action
    notify  this is offline check or validation
toreboot
    Click start
    Click power
    Click shutdown
down