test: test case adapation for rsma recovery
This commit is contained in:
parent
0b183585a0
commit
4bd1268138
|
@ -154,8 +154,8 @@ if $data01 != 100 then
|
|||
endi
|
||||
|
||||
if $data02 != 500.00000 then
|
||||
if $data01 != 100.00000 then
|
||||
print retention level 1 file/mem result $data01 != 500.00000 or 100.00000
|
||||
if $data02 != 100.00000 then
|
||||
print retention level 1 file/mem result $data02 != 500.00000 or 100.00000
|
||||
return -1
|
||||
endi
|
||||
endi
|
||||
|
@ -176,8 +176,8 @@ if $data01 != 100 then
|
|||
endi
|
||||
|
||||
if $data02 != 500.00000 then
|
||||
if $data01 != 100.00000 then
|
||||
print retention level 1 file/mem result $data01 != 500.00000 or 100.00000
|
||||
if $data02 != 100.00000 then
|
||||
print retention level 1 file/mem result $data02 != 500.00000 or 100.00000
|
||||
return -1
|
||||
endi
|
||||
endi
|
||||
|
|
Loading…
Reference in New Issue