Lines Matching full:env
112 env = TwisterEnv(options, default_options)
113 env.discover()
115 hwm = HardwareMap(env)
120 env.hwm = hwm
122 tplan = TestPlan(env)
153 report = Reporting(tplan, env)
156 report.json_report(plan_file, env.version)
159 report.json_report(options.save_tests, env.version)
182 runner = TwisterRunner(tplan.instances, tplan.testsuites, env)
238 artifacts = Artifacts(env)
247 if env.options.quit_on_failure: