Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
  • Loading branch information
reubenmiller committed Apr 25, 2023
1 parent bd0e536 commit a9eca5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,23 +82,23 @@ Modify configuration plugin config via local filesystem overwrite
Cumulocity.Should Support Configurations ${DEFAULT_CONFIG} /etc/tedge/tedge.toml system.toml CONFIG3

Update configuration plugin config via local filesystem copy
[Documentation] Repalacing the c8y-configuration-plugin.toml locally requires the
[Documentation] Replacing the c8y-configuration-plugin.toml locally requires the
... c8y-configuration-plugin service to be restarted
Cumulocity.Should Support Configurations ${DEFAULT_CONFIG} /etc/tedge/tedge.toml system.toml CONFIG1
Transfer To Device ${CURDIR}/c8y-configuration-plugin-updated.toml /etc/tedge/c8y/
Execute Command cp /etc/tedge/c8y/c8y-configuration-plugin-updated.toml /etc/tedge/c8y/c8y-configuration-plugin.toml
Cumulocity.Should Support Configurations ${DEFAULT_CONFIG} /etc/tedge/tedge.toml system.toml CONFIG1 Config@2.0.0

Update configuration plugin config via local filesystem move (different directory)
[Documentation] Repalacing the c8y-configuration-plugin.toml locally requires the
[Documentation] Replacing the c8y-configuration-plugin.toml locally requires the
... c8y-configuration-plugin service to be restarted
Cumulocity.Should Support Configurations ${DEFAULT_CONFIG} /etc/tedge/tedge.toml system.toml CONFIG1
Transfer To Device ${CURDIR}/c8y-configuration-plugin-updated.toml /etc/
Execute Command mv /etc/c8y-configuration-plugin-updated.toml /etc/tedge/c8y/c8y-configuration-plugin.toml
Cumulocity.Should Support Configurations ${DEFAULT_CONFIG} /etc/tedge/tedge.toml system.toml CONFIG1 Config@2.0.0

Update configuration plugin config via local filesystem move (same directory)
[Documentation] Repalacing the c8y-configuration-plugin.toml locally requires the
[Documentation] Replacing the c8y-configuration-plugin.toml locally requires the
... c8y-configuration-plugin service to be restarted
Skip msg="Fails due to https://github.com/thin-edge/thin-edge.io/issues/1896"
Cumulocity.Should Support Configurations ${DEFAULT_CONFIG} /etc/tedge/tedge.toml system.toml CONFIG1
Expand Down

0 comments on commit a9eca5e

Please sign in to comment.