Skip to content

Commit a68598c

Browse files
committed
README.md: Describe the basic-platform-setup test suite
Signed-off-by: Filip Gołaś <[email protected]>
1 parent eb9a44e commit a68598c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,17 @@ Example: running only minimal regression tests with given test ID and reduced ve
285285
FW_FILE=$FW_FILE DEVICE_IP=$DEVICE_IP RTE_IP=$RTE_IP CONFIG=$CONFIG ./scripts/regression.sh -- --include "minimal-regression" -t "BMM*" --quiet
286286
```
287287

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+
288299
## Useful refactoring tools
289300

290301
* [sherlock](https://github.com/MarketSquare/robotframework-sherlock)

0 commit comments

Comments
 (0)