Install python-etcd for fullstack tests

This patch installs python-etcd package used for
fullstack as its not yet in global requierments.

Change-Id: Id1df7327cd7c75c9932a2129a14a395c6fa51658
This commit is contained in:
Gal Sagie 2015-12-17 12:40:02 +02:00
parent a70703a62f
commit 347aaa8403
1 changed files with 1 additions and 0 deletions

View File

@ -40,4 +40,5 @@ else
fi
pip install -U $*
pip install python-etcd
exit $?