From 695ea4021e7afc6f5c5aca9584fb76b500e12114 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 27 Apr 2020 15:41:21 +1000 Subject: [PATCH] functests: use ensure-virtualenv This ensures the virtualenv tool is available on all testing nodes. Depends-On: https://review.opendev.org/723309 Change-Id: Ic52a380dab9faa0f65d3c1ebe0bff6f69736e3cd --- playbooks/dib-functests/run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/dib-functests/run.yaml b/playbooks/dib-functests/run.yaml index 2cecfa44..aa2f3c02 100644 --- a/playbooks/dib-functests/run.yaml +++ b/playbooks/dib-functests/run.yaml @@ -1,6 +1,7 @@ - hosts: all name: Run dib functional tests roles: + - ensure-virtualenv - bindep - dib-setup-gate-mirrors - dib-functests