-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: robot-plugin
-
None
-
Environment:sles11
-
2.1.2
version 1.6.0
I think this is a problem for both the docu AND software.
I tried this: ${ROBOT_PASSPERCENTAGE, onlyCritical} ${ROBOT_PASSPERCENTAGE, true} ${ROBOT_PASSPERCENTAGE, True} and also without the space: ${ROBOT_PASSPERCENTAGE,onlyCritical} ${ROBOT_PASSPERCENTAGE,true} ${ROBOT_PASSPERCENTAGE,True}
in all attempts the veriable is not replaced.
this works:
${ROBOT_PASSPERCENTAGE}
but obviously contains non critical in the total.