Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dauto_llvm_bisection_unittest.py201 def testGetBuildResult(self, mock_chroot_command): argument
205 mock_chroot_command.return_value = json.dumps(tryjob_contents)
213 mock_chroot_command.assert_called_once_with(
228 def testGetBuildResultPassedWithUnstartedTryjob(self, mock_chroot_command): argument
231 mock_chroot_command.side_effect = subprocess.CalledProcessError(
235 mock_chroot_command.assert_called_once_with(
251 self, mock_chroot_command argument
257 mock_chroot_command.return_value = json.dumps(tryjob_contents)
270 mock_chroot_command.assert_called_once_with(
H A Dchroot_unittest.py23 def testSucceedsToGetChrootEbuildPathForPackage(self, mock_chroot_command): argument
28 mock_chroot_command.return_value = package_chroot_path
38 mock_chroot_command.assert_called_once()