| Index: scripts/slave/recipe_modules/service_account/example.expected/service_account_linux.json
|
| diff --git a/scripts/slave/recipe_modules/service_account/example.expected/service_account_linux.json b/scripts/slave/recipe_modules/service_account/example.expected/service_account_linux.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d2d23547cdffffe3709d1c905216bdc5abe10197
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/service_account/example.expected/service_account_linux.json
|
| @@ -0,0 +1,16 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "/opt/infra-tools/authutil",
|
| + "token",
|
| + "-service-account-json=/creds/service_accounts/service-account-fake-account.json"
|
| + ],
|
| + "name": "get access token",
|
| + "stdout": "/path/to/tmp/"
|
| + },
|
| + {
|
| + "name": "$result",
|
| + "recipe_result": null,
|
| + "status_code": 0
|
| + }
|
| +]
|
|
|