diff options
author | 2022-05-06 16:31:31 +0200 | |
---|---|---|
committer | 2022-05-09 05:42:12 +0000 | |
commit | 0b9c2664adad4a96028663cc70180ee6db5e2487 (patch) | |
tree | 0c327d298c58b5d23f96669a94a537654d858138 | |
parent | d673a28993543316e468ff0f5098614fb424c123 (diff) |
[ROBOT] Adopt HVVES test case in order to work with strimzi kafka1.10.0
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: Id99cdc3fb93039ce77aafde151ba0eeaead889ad
-rwxr-xr-x | setup.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |