Searched refs:run_command (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/fixtures/ |
D | mcumgr_fixture_test.py | 50 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')
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | mcumgr.py | 48 def run_command(self, cmd: str) -> str: member in MCUmgr 54 self.run_command('reset') 60 self.run_command(command) 64 output = self.run_command('image list') 110 self.run_command(f'image test {hash}') 115 self.run_command(f'image confirm {hash}')
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 239 def run_command(self, cmd, coveragelog): member in Lcov 275 return self.run_command(cmd, coveragelog) 348 ret = self.run_command(cmd, coveragelog)
|
D | harness.py | 382 self.run_command(cmd, timeout) 505 def run_command(self, cmd, timeout): member in Pytest 1011 self.run_command(cmd, timeout) 1044 def run_command(self, cmd, timeout): member in Ctest
|