Home
last modified time | relevance | path

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

/external/toolchain-utils/llvm_tools/
Dchroot_unittest.py25 def testSucceedsToGetChrootEbuildPathForPackage(self, mock_chroot_command): argument
30 mock_chroot_command.return_value = package_chroot_path
39 mock_chroot_command.assert_called_once()
Dupdate_tryjob_status_unittest.py75 def testGetStatusFromCrosBuildResult(self, mock_chroot_command): argument
85 mock_chroot_command.return_value = json.dumps(tryjob_contents)
100 mock_chroot_command.assert_called_once_with(chroot_path, expected_cmd)