Skip to content

Commit 60593ca

Browse files
fix(example/vmseries_standalone): Resolve problem with unstable VM-Series standalone example tests (#69)
1 parent c17d667 commit 60593ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/vmseries_standalone/main_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ func CreateTerraformOptions(t *testing.T, varFiles []string) *terraform.Options
2626
SetVarsAfterVarFiles: true,
2727
})
2828

29+
terraformOptions.RetryableTerraformErrors[".*The specified key does not exist.*"] = "Solution for problem with listing tags for S3 - HTTPS response error 404 returned while getting S3 object tags"
30+
terraformOptions.RetryableTerraformErrors[".*couldn't find resource.*"] = "Solution for problem with reading objects from S3 - couldn't find resource while reading S3 object"
31+
2932
return terraformOptions
3033
}
3134

0 commit comments

Comments
 (0)