diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-02-11 09:22:35 +0100 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2016-02-11 09:43:24 -0500 |
commit | cb838fe2ac862f269785cbae8e9caa3a106ef0c7 (patch) | |
tree | 373def505893237490d439f2f6425753e3fda847 /vagrant | |
parent | aac3b0386b6c1c1b7a0155f5a79277fd26f7ac4b (diff) |
Add virtualenv and pip to jenkins executor image.
Change-Id: I4315eeacff98fa4c9a41a53e608b90a68024d92f
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/basebuild/Vagrantfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile index 3cbf092b3..c1cb5f4a0 100644 --- a/vagrant/basebuild/Vagrantfile +++ b/vagrant/basebuild/Vagrantfile @@ -66,6 +66,9 @@ Vagrant.configure(2) do |config| echo "hugetlbfs /mnt/huge hugetlbfs defaults 0 0" >> /etc/fstab
mount /mnt/huge
+ # Install virtualenv for test execution
+ apt-get install -y --force-yes python-virtualenv python-pip python-dev
+
SHELL
#################
|