File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,17 @@ Example: running only minimal regression tests with given test ID and reduced ve
285
285
FW_FILE=$FW_FILE DEVICE_IP=$DEVICE_IP RTE_IP=$RTE_IP CONFIG=$CONFIG ./scripts/regression.sh -- --include " minimal-regression" -t " BMM*" --quiet
286
286
```
287
287
288
+ ### Basic Platform Setup
289
+
290
+ The test suite at ` util/basic-platform-setup.robot ` is supposed to check, or
291
+ if possible ensure, that the platform is prepared for performing tests.
292
+ The suite should be run at least once to make sure the platform is good to go,
293
+ and can be used to verify if everything works fine.
294
+
295
+ The ` scripts/regression.sh ` wrapper script runs this test suite automatically
296
+ before the Dasharo test modules. This behavior can be turned off by setting
297
+ the ` NO_SETUP ` environment variable to any value.
298
+
288
299
## Useful refactoring tools
289
300
290
301
* [ sherlock] ( https://github.com/MarketSquare/robotframework-sherlock )
You can’t perform that action at this time.
0 commit comments