Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ssh_key="$(cat $SSH_KEYFILE)"

podman run -i \
-v .:/home/pwuser/ns8-module:z \
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.0.3 \
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:19.11.0 \
bash -l -s <<EOF
set -e
echo "$ssh_key" > /home/pwuser/ns8-key
Expand Down
2 changes: 1 addition & 1 deletion tests/api.resource
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Run task
ELSE
${response} = Set Variable ${stdout}
END
[Return] ${response}
RETURN ${response}
11 changes: 2 additions & 9 deletions tests/pythonreq.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
robotframework==4.1.2
robotframework-sshlibrary==3.8.0
bcrypt==3.2.0
cffi==1.15.0
cryptography==36.0.1
paramiko==2.9.2
pycparser==2.21
pynacl==1.5.0
scp==0.14.2
robotframework
robotframework-sshlibrary
Loading