X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=setup.sh;h=88a061826951bdd3c893409f15d8ecac634eee74;hb=a7172175ffbb62883da96779d1e6fae0b8c7bcd1;hp=6ccfddb7c8f2ad08c1e28d88f61100d5443ed320;hpb=345c992f34df8c5bbde4e1bdf643386106416c1f;p=testsuite.git diff --git a/setup.sh b/setup.sh index 6ccfddb7..88a06182 100755 --- a/setup.sh +++ b/setup.sh @@ -17,19 +17,25 @@ pip install \ --no-cache-dir \ --exists-action s \ --target="$path/robot/library" \ ---extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" \ 'robotframework-seleniumlibrary==3.3.1' \ 'robotframework-databaselibrary==1.2' \ 'robotframework-angularjs==0.0.9' \ 'robotframework-requests==0.5.0' \ 'robotframework-sshlibrary==3.3.0' \ 'robotframework-ftplibrary==1.6' \ -'robotframework-rammbock==0.4.0.1' \ -'robotframework-httplibrary==0.4.2' \ 'robotframework-archivelibrary==0.4.0' \ -'robotframework-kafkalibrary==0.0.2' \ -'robotframework-onap==0.4' +'robotframework-jsonlibrary==0.3.1' + +pip install \ +--pre \ +--no-cache-dir \ +--exists-action s \ +--target="$path/robot/library" \ +--extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" \ +'robotframework-onap==0.6.0.*' +# i dont why we need this, but lets protobuf work in docker +touch /var/opt/ONAP/robot/library/google/__init__.py if [ -d $path/testsuite/heatbridge ] then @@ -55,6 +61,8 @@ pip install \ --target="$path/robot/library" \ ./heatbridge +sed -i 's/cinderclient\.v1\.client/cinderclient\.v2\.client/g' /var/opt/ONAP/robot/library/heatbridge/OpenstackManager.py + # Go back to execution folder cd $path @@ -65,13 +73,13 @@ then # we need to update PATH with chromium-chromedriver echo "Adding in-container chromedriver to PATH" ln -s /usr/lib/chromium-browser/chromedriver /usr/local/bin/chromedriver - + echo "Skipping desktop steps, building container image..." -else +else # # Get the appropriate chromedriver. Default to linux64 # - CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/2.43 + CHROMEDRIVER_URL=http://chromedriver.storage.googleapis.com/75.0.3770.140 CHROMEDRIVER_ZIP=chromedriver_linux64.zip CHROMEDRIVER_TARGET=chromedriver.zip