Lines Matching +full:- +full:testplan
4 # SPDX-License-Identifier: Apache-2.0
22 from twisterlib.testplan import TestPlan
43 formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")
45 formatter = logging.Formatter("%(levelname)-7s - %(message)s")
48 "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
100 sys.exit(f"Too many '{options.outdir}.*' directories. Run either with --no-clean, "
101 "or --clobber-output, or delete these directories manually.")
122 tplan = TestPlan(env)
154 plan_file = os.path.join(options.outdir, "testplan.json")
175 duration = time.time() - start_time
184 # the short name of the platform, while the testplan is using the full name.
188 # this is needed to match the platform names in the testplan.
210 duration = time.time() - start_time
222 logger.info("Skipping coverage report generation due to --build-only.")