Skip to content

Commit 09dcd89

Browse files
committed
Update robotframework-requests package
Changes: - Requires this build script changes and code from test code https://gerrit.openbmc.org/c/openbmc/openbmc-test-automation/+/56052 - Github task openbmc/openbmc-test-automation#2105 - add robotframework-jsonlibrary package to replace deprecated keyword To JSON in test suites and resource files. Tested: HW Jenkins test CI, code update, ffdc and few other test suites which are impacted due to this changes. Change-Id: I73634fc3fd12ddd817d6016ebf156118d407fb24 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
1 parent 81692c0 commit 09dcd89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build-qemu-robot-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ RUN pip3 install \
119119
websocket-client \
120120
json2yaml \
121121
robotframework \
122-
robotframework-requests==0.7.0 \
122+
robotframework-requests \
123+
robotframework-jsonlibrary \
123124
robotframework-sshlibrary \
124125
robotframework-scplibrary \
125126
pysnmp \

0 commit comments

Comments
 (0)