From 9d810d0f842705d1ff29684b489deb4188096879 Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 18 Jun 2019 17:16:25 -0400 Subject: remove kafkacat use kafkacat didnt work on windows and wasnt guranteed to be there Issue-ID: TEST-158 Change-Id: Ib30ff646fa595820328b7c51efa8d43c81cad12b Signed-off-by: DR695H --- setup.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'setup.sh') 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 -- cgit 1.2.3-korg