aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/setup.sh b/setup.sh
index 3ed762a3..7972a0be 100755
--- a/setup.sh
+++ b/setup.sh
@@ -24,7 +24,6 @@ pip install \
'robotframework-requests==0.5.0' \
'robotframework-sshlibrary==3.3.0' \
'robotframework-ftplibrary==1.6' \
-'robotframework-pykafka==0.10' \
'robotframework-archivelibrary==0.4.0' \
'robotframework-onap==0.5'
@@ -94,15 +93,4 @@ else
unzip $CHROMEDRIVER_TARGET
fi
rm -rf $CHROMEDRIVER_TARGET
-fi
-
-#
-# Install kafkacat : https://github.com/edenhill/kafkacat
-#
-OS=`uname -s`
-case $OS in
- Darwin)
- brew install kafkacat ;;
- Linux)
- apt-get -y install kafkacat
-esac \ No newline at end of file
+fi \ No newline at end of file