Home
last modified time | relevance | path

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

/test/vts/utils/python/gcs/
Dgcs_utils_test.py28 def simple_ExecuteOneShellCommand(input_string): function
55 side_effect=simple_ExecuteOneShellCommand)
56 def testGetGcloudAuth(self, simple_ExecuteOneShellCommand, argument
62 simple_ExecuteOneShellCommand.assert_called_with(
67 side_effect=simple_ExecuteOneShellCommand)
68 def testGetGcloudPath(self, simple_ExecuteOneShellCommand): argument
71 simple_ExecuteOneShellCommand.assert_called_with("which gcloud")
76 side_effect=simple_ExecuteOneShellCommand)
77 def testGetGsutilPath(self, simple_ExecuteOneShellCommand): argument
80 simple_ExecuteOneShellCommand.assert_called_with("which gsutil")