Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 4 of 4) sorted by relevance

/scripts/pylib/pytest-twister-harness/tests/fixtures/
A Dmcumgr_fixture_test.py50 mcumgr.run_command = mock.Mock(return_value=cmd_output)
70 mcumgr.run_command = mock.Mock(return_value=cmd_output)
85 mcumgr.run_command.assert_called_with('image test 1111')
89 mcumgr.run_command.assert_called_with('image confirm 1111')
/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
A Dmcumgr.py50 def run_command(self, cmd: str) -> str: member in MCUmgr
56 self.run_command('reset')
62 self.run_command(command)
66 output = self.run_command('image list')
112 self.run_command(f'image test {hash}')
117 self.run_command(f'image confirm {hash}')
/scripts/pylib/twister/twisterlib/
A Dcoverage.py239 def run_command(self, cmd, coveragelog): member in Lcov
275 return self.run_command(cmd, coveragelog)
348 ret = self.run_command(cmd, coveragelog)
A Dharness.py382 self.run_command(cmd, timeout)
505 def run_command(self, cmd, timeout): member in Pytest
1051 self.run_command(cmd, timeout)
1084 def run_command(self, cmd, timeout): member in Ctest

Completed in 12 milliseconds