From: Jamo Luhrsen Date: Fri, 17 Aug 2018 17:42:07 +0000 (-0700) Subject: Install odltools for all robot jobs X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9e48d659bd004af2a396a261550209e1e2b438db;p=releng%2Fbuilder.git Install odltools for all robot jobs other projects besides the ones using openstack will want to use odltools as well. Change-Id: I51cea2d83726b609063f7bd1d79423dd60c06a35 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index be66660d2..218534706 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -15,9 +15,6 @@ 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 diff --git a/jjb/integration/integration-install-robotframework.sh b/jjb/integration/integration-install-robotframework.sh index b825b1533..dbfb1bfd2 100644 --- a/jjb/integration/integration-install-robotframework.sh +++ b/jjb/integration/integration-install-robotframework.sh @@ -63,6 +63,10 @@ pip3 install --user https://files.pythonhosted.org/packages/b8/f7/3bb4d18c234a8c pip3 install --user https://files.pythonhosted.org/packages/c3/e3/146b675e6d0138a49c4b817b4e68170eb9b75cee7e71fa3ec69624c4f467/elasticsearch-6.2.0-py2.py3-none-any.whl pip3 install --user https://files.pythonhosted.org/packages/75/5e/b84feba55e20f8da46ead76f14a3943c8cb722d40360702b2365b91dec00/PyYAML-3.11.tar.gz +# odltools for extra debugging +pip install odltools +odltools -V + # Print installed versions. pip install --upgrade pipdeptree pipdeptree