commit | fb1ba243e57eb5ebedc9fc92d02b8ece56cff12e | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Fri Jun 08 14:30:51 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Fri Jun 08 14:30:51 2018 -0700 |
tree | f9c154f274e198fa2129e342cee53e828a9b2718 | |
parent | 48531082b34f3bce298efbb68df44658debf7be6 [diff] [blame] |
adding kafka package to xos-unit test Change-Id: I2df474d337bb81bd44212ab743e4bcce0a4961a3
diff --git a/jjb/xos-unit.yaml b/jjb/xos-unit.yaml index 6d16939..74400e4 100644 --- a/jjb/xos-unit.yaml +++ b/jjb/xos-unit.yaml
@@ -64,6 +64,7 @@ pip install ipaddress==1.0.19 pip install grpcio==1.9.1 pip install grpcio-tools==1.9.1 + pip install kafka==1.3.5 echo "Requirements Installed" cd $BASEDIR/cord/orchestration/xos/lib/xos-util; python setup.py install; echo "xos-util Installed"