Home
last modified time | relevance | path

Searched refs:last_run (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/src/
Dmain.c25 static bool last_run; variable
31 last_run = !last_run; in test_function()
33 if (last_run) { in test_function()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py230 last_run = os.path.join(
235 last_run = os.path.join(self.options.outdir, "twister.json")
238 self.load_from_file(last_run)
262 self.load_from_file(last_run, filter_platform=connected_list)