commit | a7ca2c94b9da69a8b34f7db186babc69af96b122 | [log] [tgz] |
---|---|---|
author | Michael Shepos <shepos@us.ibm.com> | Tue Sep 24 21:28:57 2019 -0500 |
committer | Michael Shepos <shepos@us.ibm.com> | Tue Sep 24 21:30:59 2019 -0500 |
tree | 387050846102ffd0175c4ee483642b4d98b0fa4a | |
parent | 2eb45d3a771c68f7a527f47b5372f130cb1bfc62 [diff] |
Add websocket to pip3 install Required for automated websocket test, which uses Python and Robot Framework. Signed-off-by: Michael Shepos <shepos@us.ibm.com> Change-Id: I3eae6443943f11af8e2c78d4751fefa087ec87ea
diff --git a/scripts/build-qemu-robot-docker.sh b/scripts/build-qemu-robot-docker.sh index 48c5203..3c195ab 100755 --- a/scripts/build-qemu-robot-docker.sh +++ b/scripts/build-qemu-robot-docker.sh
@@ -71,6 +71,7 @@ tox \ requests \ retrying \ + websocket \ json2yaml \ robotframework \ robotframework-requests \