Skip to content

Commit

Permalink
fixup! fixup! Trigger tedge multicall on symlinks as well as explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
didier-wenzek committed Dec 31, 2024
1 parent 04531b1 commit 4e0fcd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/RobotFramework/tests/customizing/config_dir.robot
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Create Config Dir
[Arguments] ${CONFIG_DIR} ${DEVICE_ID}
Execute Command rm -rf /etc/tedge
Execute Command rm -rf "${CONFIG_DIR}" && mkdir -p "${CONFIG_DIR}"
Execute Command tedge --config-dir "${CONFIG_DIR}" init
Execute Command tedge init --config-dir "${CONFIG_DIR}"

# Set some default config so components will startup
Execute Command tedge --config-dir ${CONFIG_DIR} cert create --device-id "${DEVICE_ID}"
Execute Command tedge --config-dir ${CONFIG_DIR} config set c8y.url ${C8Y_CONFIG.host}
Execute Command tedge cert create --device-id "${DEVICE_ID}" --config-dir ${CONFIG_DIR}
Execute Command tedge config set c8y.url ${C8Y_CONFIG.host} --config-dir ${CONFIG_DIR}

Should Not Contain Default Path
[Documentation] Check a thin-edge.io executable by running it for a short time (~5s), and
Expand Down

0 comments on commit 4e0fcd7

Please sign in to comment.