Packages required for RF Protocol validator
https://github.com/DMTF/Redfish-Protocol-Validator
The Redfish Protocol Validator tests the HTTP protocol
behavior of a Redfish service to validate that it is
conforms to the Redfish Specification.
Changes:
- Added the required packages needed from
requirements.txt
Tested:
- Tested on Jenkins docker setup
Change-Id: I7150568e127e77a8626966bd6279a2b788297ea5
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/scripts/build-qemu-robot-docker.sh b/scripts/build-qemu-robot-docker.sh
index 5c05c2d..ed3d142 100755
--- a/scripts/build-qemu-robot-docker.sh
+++ b/scripts/build-qemu-robot-docker.sh
@@ -136,7 +136,12 @@
selenium==4.8.2 \
urllib3 \
click \
- xvfbwrapper==0.2.9
+ xvfbwrapper==0.2.9 \
+ aenum==3.1.15 \
+ colorama==0.4.6 \
+ pyasn1==0.6.1 \
+ pyasn1_modules==0.4.1 \
+ sseclient-py==1.8.0
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux64.tar.gz \
&& tar xvzf geckodriver-*.tar.gz \