File tree 1 file changed +9
-6
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ Test file structure
19
19
--------------------
20
20
21
21
A YAML test file consists of:
22
- * an optional `setup` section, followed by
23
- * an optional `teardown` section, followed by
24
- * one or more test sections
22
+
23
+ - an optional `setup` section, followed by
24
+ - an optional `teardown` section, followed by
25
+ - one or more test sections
25
26
26
27
For instance:
27
28
@@ -216,11 +217,13 @@ sent to nodes that match the `node_selector`. It looks like this:
216
217
217
218
If you list multiple selectors then the request will only go to nodes that
218
219
match all of those selectors. The following selectors are supported:
219
- * `version`: Only nodes who's version is within the range will receive the
220
+
221
+ - `version`: Only nodes who's version is within the range will receive the
220
222
request. The syntax for the pattern is the same as when `version` is within
221
223
`skip`.
222
- * `attribute`: Only nodes that have an attribute matching the name and value
223
- of the provided attribute match. Looks like:
224
+ - `attribute`: Only nodes that have an attribute matching the name and value
225
+ of the provided attribute match.
226
+ Looks like:
224
227
....
225
228
node_selector:
226
229
attribute:
You can’t perform that action at this time.
0 commit comments