The information in this topic may be out of date. The current SDK reference guide has moved here.
is_different property
The value of this property is True if the checkpoint does not match the baseline image.
Syntax
value = stepinfo.is_different
Type:bool
Returns True if a corresponding baseline image exists and the checkpoint image does not match that baseline image, Returns False if the checkpoint image matched the baseline image or if its a new checkpoint image (there is no baseline image yet).