Index: scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json |
diff --git a/scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json b/scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..290e93247404fa3836683bc4a9ae4203d8e29c64 |
--- /dev/null |
+++ b/scripts/slave/recipe_modules/service_account/example.expected/service_account_no_authutil.json |
@@ -0,0 +1,25 @@ |
+[ |
+ { |
+ "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/", |
+ "~followup_annotations": [ |
+ "step returned non-zero exit code: 1", |
+ "@@@STEP_LOG_LINE@Authutil not found@The authutil binary was not found at the default location.@@@", |
+ "@@@STEP_LOG_LINE@Authutil not found@@@@", |
+ "@@@STEP_LOG_LINE@Authutil not found@Build the following go module: infra/go/infra/tools/authutil@@@", |
+ "@@@STEP_LOG_LINE@Authutil not found@and deploy it to: /opt/infra-tools/authutil@@@", |
+ "@@@STEP_LOG_END@Authutil not found@@@", |
+ "@@@STEP_FAILURE@@@" |
+ ] |
+ }, |
+ { |
+ "name": "$result", |
+ "reason": "Step('get access token') failed with return_code 1", |
+ "status_code": 1 |
+ } |
+] |