Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py265 def testUploadArtifacts(self, mock_ssh_run, mock_shell): argument
307 mock_shell.assert_called_once_with(expected_cmd)
309 mock_shell.reset_mock()
324 mock_shell.assert_called_once_with(expected_cmd)
327 def testUploadRemoteImageArtifacts(self, mock_shell): argument
358 mock_shell.assert_called_once_with(expected_cmd)
Dremote_instance_fvp_device_factory_test.py59 def testCreateInstance(mock_shell, mock_create_gce): argument
109 mock_shell.assert_has_calls([mock.call(cmd) for cmd in expected_cmds])