Install virtualenv and pip to (ubuntu) tools system image 88/42588/1
authorVratko Polak <vrpolak@cisco.com>
Tue, 26 Jul 2016 16:31:44 +0000 (18:31 +0200)
committerVratko Polak <vrpolak@cisco.com>
Tue, 26 Jul 2016 17:06:52 +0000 (19:06 +0200)
It is recommended that suites create virtualenv
and install their dependencies in runtime.
This is just to save them few commands in doing so.

Change-Id: I0bd12a1e502d586bf99da337ea784abfc5c54f5d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
packer/provision/mininet.sh

index 2bafedfacc4182f78d4e2308cfcf574034af0b41..40fb4b5903681496cffb218ab8a2f7325b2fd072 100644 (file)
@@ -94,3 +94,6 @@ make install
 
 echo '---> Installing vlan for vlan based tests in VTN suites'
 apt-get install -y --force-yes -qq vlan
+
+echo '---> All Python package installation should happen in virtualenv'
+apt-get install -y --force-yes -qq python-virtualenv python-pip