File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,15 @@ generate_tests_caas_test_case_{cluster_type}_service_{service_name}_expected_tit
264
264
generate_tests_caas_test_case_{cluster_type}_verify_timeout: "45 minutes"
265
265
```
266
266
267
+ !!! tip "Coerce a value to something other than a string"
268
+
269
+ By default Robot Framework coerces values to strings. Robot Framework can be instructed to treat
270
+ the value literally using the syntax "${x}", for example:
271
+
272
+ ```yaml title="environments/my-site/inventory/group_vars/all/tests.yml"
273
+ # Make Robot Framework treat the override as an integer, not a string
274
+ generate_tests_caas_test_case_{cluster_type}_param_{parameter_name}: "${42}"
275
+
267
276
!!! warning
268
277
269
278
If the cluster type or service name contain dashes (`-`), they will be replaced with
You can’t perform that action at this time.
0 commit comments