aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh42
1 files changed, 0 insertions, 42 deletions
diff --git a/setup.sh b/setup.sh
index 2e18a768..ef217128 100755
--- a/setup.sh
+++ b/setup.sh
@@ -26,51 +26,9 @@ pip install \
'robotframework-archivelibrary==0.4.0' \
'robotframework-jsonlibrary==0.3.1'
-pip install \
---pre \
---no-cache-dir \
---exists-action s \
---force-reinstall \
---upgrade \
---target="$path/robot/library" \
-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
-###############################
-# remove heatbridge
-# commented out for testing
-################################################################
-#if [ -d $path/testsuite/heatbridge ]
-#then
-# # Support LF build location
-# cd $path/testsuite/heatbridge
-#else
-# cd ~
-# git config --global http.sslVerify false
-# if [ -d ~/heatbridge ]
-# then
-# cd heatbridge
-# git pull origin master
-# else
-# git clone https://gerrit.onap.org/r/testsuite/heatbridge.git
-# cd heatbridge
-# fi
-#fi
-
-#pip install \
-#--no-cache-dir \
-#--upgrade \
-#--exists-action s \
-#--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