From: DR695H Date: Mon, 7 Oct 2019 14:20:08 +0000 (-0400) Subject: updating setup so that we can correctly resolve onap libs X-Git-Tag: 1.5.3~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F96683%2F2;p=testsuite.git updating setup so that we can correctly resolve onap libs Issue-ID: INT-1292 Change-Id: If1e4f12ff5e667bf6af6476334aaa2498eb134b5 Signed-off-by: DR695H --- diff --git a/setup.sh b/setup.sh index 86ce3b75..acaea8a2 100755 --- a/setup.sh +++ b/setup.sh @@ -14,6 +14,7 @@ exec 2> >(tee -a ${LOG_FILE} >&2) # get the path path=$(pwd) pip install \ +--pre \ --no-cache-dir \ --exists-action s \ --target="$path/robot/library" \ @@ -25,7 +26,7 @@ pip install \ 'robotframework-sshlibrary==3.3.0' \ 'robotframework-ftplibrary==1.6' \ 'robotframework-archivelibrary==0.4.0' \ -'robotframework-onap==0.5.1*' +'robotframework-onap==0.5.1.*' # i dont why we need this, but lets protobuf work in docker touch /var/opt/ONAP/robot/library/google/__init__.py