Skip to content

Commit

Permalink
step description fixed (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 15, 2022
1 parent 578aaa3 commit 3384a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Step configuration is a JSON object containing:
2. `timeout_ms` - number, time limit for executing this step (milliseconds). Not required, defaults to the `step_timeout_ms` value from the suite configuration.
3. `command` - string, a command to execute over SSH. Exiting with a non-zero code means failure. Only for the `command` type.
4. `from` - string, path (absolute or relative to the parent directory of the suite file) to the local file to send over SSH. Only for the `file_transfer` types.
5. `to` - string, path (absolute or relative to the parent directory of the suite file) to the destination file on the guest system. Only for the `file_transfer` and `patch_transfer` types. The destination file will have permissions set to `0o777`.
5. `to` - string, path (absolute or relative to the home directory) to the destination file on the guest system. Only for the `file_transfer` and `patch_transfer` types. The destination file will have permissions set to `0o777`.

## Example build scenario
Disclaimer - this example is not a valid JSON, as JSON is a data-only format and does not allow comments. Here comments begin with `#`.
Expand Down

0 comments on commit 3384a48

Please sign in to comment.