Lines Matching refs:scene
406 scenes = [scene for scene in scenes if HIDDEN_PHYSICAL_CAMERA_TESTS[scene]]
417 for scene in scenes:
421 tests = [(s[:-3], os.path.join("tests", scene, s))
422 for s in os.listdir(os.path.join("tests", scene))
427 summary = "Cam" + id_combo_string + " " + scene + "\n"
433 if scene_req[scene] is not None:
434 out_path = os.path.join(topdir, id_combo_string, scene+".jpg")
436 if scene == 'sensor_fusion':
446 scene_arg = 'scene=' + scene
456 scene_arg = 'scene=' + scene_req[scene]
457 extra_args = scene_extra_args.get(scene, [])
466 print 'Start running ITS on camera %s, %s' % (id_combo_string, scene)
470 if scene == 'scene3':
484 testname not in HIDDEN_PHYSICAL_CAMERA_TESTS[scene]:
500 outdir = os.path.join(topdir, id_combo_string, scene)
503 if scene == 'sensor_fusion':
527 print ' Retry %s/%s' % (scene, testname)
541 elif test_code != 0 and testname in NOT_YET_MANDATED[scene]:
549 msg = "%s %s/%s [%.1fs]" % (retstr, scene, testname, t1-t0)
578 scene, 100.0 * numpass / len(tests))
580 summary_path = os.path.join(topdir, id_combo_string, scene, "summary.txt")
585 results[scene][result_key] = (ItsSession.RESULT_PASS if passed
587 results[scene][ItsSession.SUMMARY_KEY] = summary_path
588 results[scene][ItsSession.START_TIME_KEY] = scene_start_time
589 results[scene][ItsSession.END_TIME_KEY] = scene_end_time