summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorMatthew Watkins <mwatkins@linuxfoundation.org>2022-11-24 13:35:14 +0000
committerMatthew Watkins <mwatkins@linuxfoundation.org>2022-11-24 13:37:30 +0000
commitdf95e52d309a24daf7bc662f46acbba42eba65ed (patch)
treea6dfc77270db0b0fba9ae5821fbda6b47de684c1 /jjb
parentd2caae62864c6fa0a1c6d7518811464dd6124d69 (diff)
Chore: Update robot package dependencies
Issue-ID: CIMAN-33 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org> Change-Id: I804a00d6b5e7f3db2aed78741de94a3833c7724b
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/include-raw-integration-install-robotframework-py3.sh20
1 files changed, 17 insertions, 3 deletions
diff --git a/jjb/integration/include-raw-integration-install-robotframework-py3.sh b/jjb/integration/include-raw-integration-install-robotframework-py3.sh
index 729463918..cc0219207 100644
--- a/jjb/integration/include-raw-integration-install-robotframework-py3.sh
+++ b/jjb/integration/include-raw-integration-install-robotframework-py3.sh
@@ -37,9 +37,9 @@ pyhocon
requests
robotframework
robotframework-httplibrary
-robotframework-requests==0.9.3
+robotframework-requests
robotframework-selenium2library
-robotframework-sshlibrary==3.8.0
+robotframework-sshlibrary
scapy
# Module jsonpath is needed by current AAA idmlite suite.
jsonpath-rw
@@ -54,8 +54,22 @@ isodate
jmespath
# Module for backup-restore support library
jsonpatch
+# Additional package dependencies for ONAP project
+pbr
+deepdiff
+dnspython
+future
+jinja2
+kafka-python
+# Protobuf requires Python >=3.7
+protobuf
+pyyaml
+robotlibcore-temp
+more-itertools
+xvfbwrapper
+PyVirtualDisplay
EOF
python -m pip install -r requirements.txt
-pip freeze
+python -m pip freeze
python -m robot.run --version || :