commit | 0e5dd8a1c595b29fc77a289d73b941cc4e14a059 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Sun Dec 02 23:17:59 2018 -0600 |
committer | George Keishing <gkeishin@in.ibm.com> | Sun Dec 02 23:24:09 2018 -0600 |
tree | aa878596545f40373bcdbeec77cfbe40a9613e1d | |
parent | d70980fce68d80195e598b770be4f034d5d24fc6 [diff] |
Redfish library API package install needed for test automation Reference DMTF https://github.com/DMTF/python-redfish-library Change-Id: I074ea33b6a4966297e9186eb8090748af5aee9ae 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 9e76192..dcb305a 100755 --- a/scripts/build-qemu-robot-docker.sh +++ b/scripts/build-qemu-robot-docker.sh
@@ -74,7 +74,8 @@ robotframework-requests \ robotframework-sshlibrary \ robotframework-scplibrary \ - pysnmp + pysnmp \ + redfish RUN wget https://sourceforge.net/projects/ipmitool/files/ipmitool/1.8.18/ipmitool-1.8.18.tar.bz2 RUN tar xvfj ipmitool-*.tar.bz2