Increase healthcheck timeout to 15 seconds
[testsuite.git] / setup.sh
index 55a422e..5bcea11 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -17,48 +17,16 @@ pip install \
 --no-cache-dir \
 --exists-action s \
 --target="$path/robot/library" \
-'selenium<=3.0.0' \
-'requests==2.11.1' \
-'robotframework-selenium2library==1.8.0' \
-'robotframework-databaselibrary==0.8.1' \
-'robotframework-extendedselenium2library==0.9.1' \
+--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==2.1.2' \
-'robotframework-sudslibrary==0.8' \
-'robotframework-ftplibrary==1.3' \
+'robotframework-sshlibrary==3.3.0' \
+'robotframework-ftplibrary==1.6' \
 'robotframework-rammbock==0.4.0.1' \
-'deepdiff==2.5.1' \
-'dnspython==1.15.0' \
-'robotframework-httplibrary==0.4.2' \
-'robotframework-archivelibrary==0.3.2' \
-'PyYAML==3.12' \
-'json5==0.7.0' \
-'robotframework-kafkalibrary==0.0.2'
-
-
-# get the git for the eteutils you will need to add a private key to your ssh before this
-if [ -d $path/testsuite/eteutils ]
-then
-    # Support LF build location
-       cd $path/testsuite/eteutils
-else
-       cd ~
-       git config --global http.sslVerify false
-       if [ -d ~/python-testing-utils ]
-       then
-               cd python-testing-utils
-               git pull origin master
-       else
-               git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git
-               cd python-testing-utils
-       fi
-fi
-
-pip install \
---no-cache-dir \
---upgrade \
---exists-action s \
---target="$path/robot/library" ./robotframework-onap
+'robotframework-archivelibrary==0.4.0' \
+'robotframework-onap==0.4'
 
 
 if [ -d $path/testsuite/heatbridge ]
@@ -85,16 +53,6 @@ pip install \
 --target="$path/robot/library" \
 ./heatbridge
 
-
-# NOTE: Patch to incude explicit install of paramiko to 2.0.2 to work with sshlibrary 2.1.2
-# This should be removed on new release of paramiko (2.1.2) or sshlibrary
-# https://github.com/robotframework/SSHLibrary/issues/157
-pip install \
---no-cache-dir \
---target="$path/robot/library" \
--U 'paramiko==2.0.2'
-
-
 # Go back to execution folder
 cd $path
 
@@ -147,14 +105,4 @@ case $OS in
                brew install kafkacat ;;
        Linux)
                apt-get -y install kafkacat
-esac
-#
-# Install protobuf
-#
-OS=`uname -s`
-case $OS in
-        Darwin)
-                brew install protobuf ;;
-        Linux)
-                apt-get -y install protobuf-compiler
-esac
+esac
\ No newline at end of file