File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The configuration is assumed to exist in `$XDG_CONFIG_HOME/mullvad-test/config.j
27
27
It is possible to configure which relay(s) should be selected on a test-per-test basis by providing the "test_locations"
28
28
configuration option. If no explicit configuration is given, no assumption will be made from within the tests themselves.
29
29
30
- The format is a list of maps, where the key is a [ glob pattern] ( < https://en.wikipedia.org/wiki/Glob_(programming) > )
30
+ The format is a list of maps with a single key-value pair , where the key is a [ glob pattern] ( < https://en.wikipedia.org/wiki/Glob_(programming) > )
31
31
that will be matched against the test name, and the value is a list of locations to use for the matching tests.
32
32
The name of the locations are the same as for the ` mullvad-cli ` .
33
33
@@ -45,8 +45,7 @@ The name of the locations are the same as for the `mullvad-cli`.
45
45
46
46
The above example will set the locations for the test ` test_daita ` to a custom list
47
47
containing ` se-got-wg-001 ` and ` se-got-wg-002 ` . The ` * ` is a wildcard that will match
48
- any test name. The order of the list is important, as the first match will be used.
49
- The configuration is read from top-to-bottom, and the first match will be used.
48
+ any test name. The configuration is read from top-to-bottom, and the first match will be used.
50
49
51
50
## Example configurations
52
51
You can’t perform that action at this time.
0 commit comments