You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/tests/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ In order for the systemtests to pick up the tutorial we need to define a `metada
118
118
To add a testsuite just open the `tests.yaml` file and use the output of `python print_case_combinations.py` to add the right case combinations you want to test. Note that you can specify a `reference_result` which is not yet present. The `generate_reference_data.py` will pick that up and create it for you.
119
119
Note that its important to carefully check the paths of the `reference_result`in order to not have typos in there. Also note that same cases in different testsuites should use the same `reference_result`.
120
120
121
+
To cap the preCICE simulation time for a specific test without editing `precice-config.xml`, add an optional `max_time` field (positive number) to the tutorial entry. This overwrites the `<max-time>` (or `<max-time-windows>`) value in`precice-config.xml` before running. Applies to both test runs and reference result generation.
122
+
121
123
### Generate reference results
122
124
123
125
Since we need data to compare against, you need to run `python generate_reference_data.py`. This process might take a while.
0 commit comments