Skip to content

Commit

Permalink
[eclipse-kanto#97] Wrong property data types in Suite Bootstraping re…
Browse files Browse the repository at this point in the history
…ference guide

- improved descriptions

Signed-off-by: Georgi Boyvalenkov <[email protected]>
  • Loading branch information
gboyvalenkov-bosch committed Aug 26, 2022
1 parent 8071bc2 commit 5b5295e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To control all aspects of the suite bootstrapping behavior.

| Property | Type | Default | Description |
| - | - | - | - |
| preBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional parameters that is executed before a bootstrapping request, optionally producing a `preBootstrapFile` |
| preBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional flags/parameters that is executed before a bootstrapping request, optionally producing a `preBootstrapFile` |
| preBootstrapFile | string | | Path to the file used as a bootstrapping request data |
| postBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional parameters that is executed after a bootstrapping response, optionally consuming a `postBootstrapFile` |
| postBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional flags/parameters that is executed after a bootstrapping response, optionally consuming a `postBootstrapFile` |
| postBootstrapFile | string | | Path to the file used for a bootstrapping response data |
| bootstrapProvisioningFile | string | | Path to the file that stores the provisioning information from a bootstrapping response |
| maxChunkSize | int | 46080 | Maximum chunk size of the request data in bytes |
Expand Down

0 comments on commit 5b5295e

Please sign in to comment.