From f3e66ed15e4a53f9e2b37ae2e5eb69fc80f7d5cc Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Wed, 27 Jun 2018 17:40:04 -0400 Subject: [PATCH] install odltools JIRA: ODLTOOLS-10 Change-Id: I6c41f3d46e6a287eecf9882b55e3f3fd8f94a8a5 Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index d155edb2e..2b6f7fde7 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -11,6 +11,9 @@ SSH="ssh -t -t" ADMIN_PASSWORD="admin" OPENSTACK_MASTER_CLIENTS_VERSION="queens" +pip install odltools +odltools -V + # TODO: remove this work to run changes.py if/when it's moved higher up to be visible at the Robot level printf "\nshowing recent changes that made it into the distribution used by this job:\n" $PYTHON -m pip install --upgrade urllib3 -- 2.36.6