diff --git a/tools/ocft/README.in b/tools/ocft/README.in index c66b483b05..c837fcc35f 100644 --- a/tools/ocft/README.in +++ b/tools/ocft/README.in @@ -139,8 +139,8 @@ HOW TO WRITE CONFIGURATION FILE If it happens, you ought to use BashAtExit which can restore the system environment before you quit. - ** 'RunAgent' (sub-option) - - Grammar: RunAgent cmd [ret_value] + ** 'AgentRun' (sub-option) + - Grammar: AgentRun cmd [ret_value] - This option is to run resource agent. "cmd" is the parameter of the resource agent, such as "start, status, stop ...". The second parameter is optional. It will compare the actual returned value with the expected value when the script has run recourse agent. diff --git a/tools/ocft/README.zh_CN.in b/tools/ocft/README.zh_CN.in index f262ba13f0..5138cf1ad0 100644 --- a/tools/ocft/README.zh_CN.in +++ b/tools/ocft/README.zh_CN.in @@ -116,8 +116,8 @@ test case生存期内,后台运行一个远程shell,他始终在后台运行 恢复,但是如果脚本在执行过程中产生某些错误,那么脚本会直接退出,而不会去执行你的恢复代码, 那么你就要用到BashAtExit,他能在你退出前去恢复系统环境。 -2.5.6 'RunAgent' 选项 -语法:RunAgent cmd [ret_value] +2.5.6 'AgentRun' 选项 +语法:AgentRun cmd [ret_value] 此option会去运行resouce agent,'cmd' 就是resouce agent的参数,如 start,status,stop ... 第二个参数是可选的,它是你对系统环境作出特殊设定以后,你预计resouce agent会返回的值, 如果给出此参数,那么脚本会在运行resouce agent后,会比较此时的返回值和你预期的返回值, diff --git a/tools/ocft/ocft.in b/tools/ocft/ocft.in index 22cbf003c9..957a8fc069 100644 --- a/tools/ocft/ocft.in +++ b/tools/ocft/ocft.in @@ -788,6 +788,8 @@ HOW TO USE THIS TOOL the running status of each test case, which will compares the predicated result with the actual one. If they differ, you will be able to find the bugs of the resource agent. + - All of the output with test will be recorded into the log files, you can find them + in $CASES_DIR/logs. EOF }