aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json')
-rw-r--r--infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json b/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json
new file mode 100644
index 0000000000..c29e1c4612
--- /dev/null
+++ b/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json
@@ -0,0 +1,17 @@
+[
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+] \ No newline at end of file