Skip to content

Commit a9aa728

Browse files
authored
Update Podman image version in test-module.sh (#40)
* Update Podman image version in test-module.sh * Update api.resource * Update pythonreq.txt to remove version constraints Removed specific version constraints for robotframework and robotframework-sshlibrary.
1 parent 23a22e8 commit a9aa728

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

test-module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ssh_key="$(cat $SSH_KEYFILE)"
1313

1414
podman run -i \
1515
-v .:/home/pwuser/ns8-module:z \
16-
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.0.3 \
16+
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:19.11.0 \
1717
bash -l -s <<EOF
1818
set -e
1919
echo "$ssh_key" > /home/pwuser/ns8-key

tests/api.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Run task
1111
ELSE
1212
${response} = Set Variable ${stdout}
1313
END
14-
[Return] ${response}
14+
RETURN ${response}

tests/pythonreq.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
robotframework==4.1.2
2-
robotframework-sshlibrary==3.8.0
3-
bcrypt==3.2.0
4-
cffi==1.15.0
5-
cryptography==36.0.1
6-
paramiko==2.9.2
7-
pycparser==2.21
8-
pynacl==1.5.0
9-
scp==0.14.2
1+
robotframework
2+
robotframework-sshlibrary

0 commit comments

Comments
 (0)