Home | History | Annotate | Download | only in its

Lines Matching refs:RESULT_KEY

86     RESULT_KEY = 'result'
1028 result_key = ItsSession.RESULT_KEY
1030 if result_key not in results[scene]:
1032 if results[scene][result_key] not in ItsSession.RESULT_VALUES:
1034 scene, results[result_key]))
1126 result_key = ItsSession.RESULT_KEY
1127 results = {"scene0":{result_key:"PASS"},
1128 "scene1":{result_key:"PASS"},
1129 "scene2":{result_key:"PASS"},
1130 "scene3":{result_key:"PASS"},
1131 "sceneNotExist":{result_key:"FAIL"}}