Add virtualenv and pip to jenkins executor image. 95/295/3
authorStefan Kobza <skobza@cisco.com>
Thu, 11 Feb 2016 08:22:35 +0000 (09:22 +0100)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 11 Feb 2016 14:43:24 +0000 (09:43 -0500)
Change-Id: I4315eeacff98fa4c9a41a53e608b90a68024d92f
Signed-off-by: Stefan Kobza <skobza@cisco.com>
vagrant/basebuild/Vagrantfile

index 3cbf092..c1cb5f4 100644 (file)
@@ -66,6 +66,9 @@ Vagrant.configure(2) do |config|
     echo "hugetlbfs       /mnt/huge  hugetlbfs       defaults        0 0" >> /etc/fstab\r
     mount /mnt/huge\r
 \r
+    # Install virtualenv for test execution\r
+    apt-get install -y --force-yes python-virtualenv python-pip python-dev\r
+\r
   SHELL\r
 \r
   #################\r