Ensure pip is installed on zuul executor

Also add mock to test requirements

Change-Id: I016238e927f3c012fcc2b1510a1671003b839da8
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-07-13 21:35:06 -05:00
parent 7eef9932fd
commit 058c534796
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
2 changed files with 3 additions and 1 deletions

View File

@ -14,4 +14,5 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
testfixtures>=5.1.1 # MIT
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
mock>=2.0
mysql-connector-python==8.0.17

View File

@ -1,4 +1,6 @@
- hosts: all
roles:
- ensure-pip
tasks:
- include_vars: vars.yaml
@ -33,7 +35,6 @@
allow_unauthenticated: True
with_items:
- docker-ce
- python-pip
- pip:
name: docker
version: 2.7.0