Skip to content

Commit

Permalink
tests: take expected sdk version from config file
Browse files Browse the repository at this point in the history
Updating the version in two places on every dump is cumbersome
and was forgotten in the past at least twice.
There is no good reason to not take the expected version from the config file.
  • Loading branch information
MofX authored and simone-weiss committed Jan 6, 2025
1 parent bf253e6 commit 26079a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/base.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Keyword Tags base

SDK version shall match the container version
[Tags] fast
Sdk Version v1.4.7
Sdk Version ${CONTAINER_VERSION}

SDK user shall be ebcl
[Tags] fast
Expand Down
2 changes: 1 addition & 1 deletion tests/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ pip install -r ${GIT_ROOT}/requirements.txt

echo "Running the tests for dev container ${VERSION}..."

robot -L TRACE *.robot
robot -v CONTAINER_VERSION:${VERSION} -L TRACE *.robot

0 comments on commit 26079a3

Please sign in to comment.