diff options
author | 2023-03-31 10:25:00 +0100 | |
---|---|---|
committer | 2023-04-05 13:30:28 +0000 | |
commit | c7543a3030eead347b4cd73e21485ccc4cc2cb47 (patch) | |
tree | 0e8c7690875d91eaa89848d358a81ac78d99fed2 /setup.sh | |
parent | abdbfaea2ee01aef7dcfe5f5684575df0b682e32 (diff) |
[ROBOT] Fix docker build process1.12.1
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ic6e9552e0ee09d4a841175abb62306cd6db27ed5
Issue-ID: INT-2210
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 42 |
1 files changed, 0 insertions, 42 deletions
@@ -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 |