From d2ea19f75896818de7bac6b5e548ee78077b42da Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 22 Aug 2019 15:49:20 +0300 Subject: [PATCH] Add pip for debian mixed setup Since tempest plugins for debian/ubuntu are installed from source, we need to ensure that pip is present for tempest hosts. Change-Id: I36078c6db6e9891bb840362fd711e2e509323caa --- vars/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/debian.yml b/vars/debian.yml index dabd5846..aa9c1a22 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -26,6 +26,7 @@ tempest_distro_packages: tempest_service_distro_packages: - tempest - python-junitxml + - python-pip - python-subunit - iputils-ping