Skip to content

Commit b4a0a15

Browse files
authored
Update podman image version in test-module.sh (#50)
* Update podman image version in test-module.sh * Update pythonreq.txt to remove version constraints Removed specific versioning for robotframework and sshlibrary. * Fix return statement syntax in api.resource * Fix typo in settings section of api.resource
1 parent 94717bb commit b4a0a15

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
@@ -8,7 +8,7 @@ ssh_key="$(cat $SSH_KEYFILE)"
88

99
podman run -i \
1010
-v .:/home/pwuser/ns8-module:z \
11-
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v10.0.3 \
11+
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:19.10.0 \
1212
bash -l -s <<EOF
1313
set -e
1414
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)