From df95e52d309a24daf7bc662f46acbba42eba65ed Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Thu, 24 Nov 2022 13:35:14 +0000 Subject: [PATCH] Chore: Update robot package dependencies Issue-ID: CIMAN-33 Signed-off-by: Matthew Watkins Change-Id: I804a00d6b5e7f3db2aed78741de94a3833c7724b --- ...ude-raw-integration-install-robotframework-py3.sh | 20 +++++++++++++++++--- 1 file 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 || : -- 2.16.6