X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Fprepare-csit.sh;h=8ef6323d6ddff3ead535472f9ba13204022eea5a;hb=refs%2Fheads%2Fmaster;hp=dde961697db4e8e0106b84aa7c9852b1d80c46f2;hpb=482b6745fea99c6af3a776bc8660ac914aa5c2b8;p=cps.git diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index dde961697..fbd5dc5f0 100755 --- a/csit/prepare-csit.sh +++ b/csit/prepare-csit.sh @@ -57,7 +57,8 @@ else rm -f ${WORKSPACE}/env.properties cd /tmp git clone "https://gerrit.onap.org/r/ci-management" - source /tmp/ci-management/jjb/integration/include-raw-integration-install-robotframework-py3.sh +# source /tmp/ci-management/jjb/integration/include-raw-integration-install-robotframework-py3.sh + source ${WORKSPACE}/install-robotframework.sh fi # install eteutils @@ -68,5 +69,9 @@ python3 -m pip install --upgrade --extra-index-url="https://nexus3.onap.org/repo echo "Versioning information:" python3 --version + +echo "Installing confluent kafka library for robot framework:" +pip install robotframework-confluentkafkalibrary + pip freeze python3 -m robot.run --version || : \ No newline at end of file