aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2022-05-06 16:31:31 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-05-26 06:40:18 +0000
commit25415232f46dc39c07e2a44e6f4cacb00d92cb3a (patch)
treecf5fad48309eb374c1afa6900c9c75ffaa40f302
parent54b92ed8957fba02e36079e086ada248b7298d5a (diff)
[ROBOT] Adopt HVVES test case in order to work with strimzi kafka
Adopt HVVES test case in order to work with strimzi kafka. Pulling new version of python testing utils to testsuite image. Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: DMAAP-1705 Change-Id: I0a329c53ac195c512a6a9126e7d71c71fa60ce9d (cherry picked from commit 0b9c2664adad4a96028663cc70180ee6db5e2487)
-rwxr-xr-xsetup.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 87cab0b5..2e18a768 100755
--- a/setup.sh
+++ b/setup.sh
@@ -30,9 +30,11 @@ pip install \
--pre \
--no-cache-dir \
--exists-action s \
+--force-reinstall \
+--upgrade \
--target="$path/robot/library" \
---extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" \
-'robotframework-onap==0.6.0.*'
+git+https://git.onap.org/testsuite/python-testing-utils.git@master#egg=robotframework-onap\&subdirectory=robotframework-onap
+
# i dont why we need this, but lets protobuf work in docker
touch /var/opt/ONAP/robot/library/google/__init__.py