diff options
author | DR695H <dr695h@att.com> | 2019-06-18 17:16:25 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-18 17:16:25 -0400 |
commit | 9d810d0f842705d1ff29684b489deb4188096879 (patch) | |
tree | 051f39929c61586aa8f711ce28323a3c409e1538 /setup.sh | |
parent | d92b007061e149fc733a52ca1e142358955fce42 (diff) |
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 <dr695h@att.com>
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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 |