From: Krzysztof Kuzmicki Date: Fri, 6 May 2022 14:31:31 +0000 (+0200) Subject: [ROBOT] Adopt HVVES test case in order to work with strimzi kafka X-Git-Tag: 1.10.0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2F1.10.0;p=testsuite.git [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 Issue-ID: DMAAP-1705 Change-Id: Id99cdc3fb93039ce77aafde151ba0eeaead889ad --- 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