Install odltools for all robot jobs 77/75277/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 17 Aug 2018 17:42:07 +0000 (10:42 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 17 Aug 2018 17:42:07 +0000 (10:42 -0700)
other projects besides the ones using openstack will want
to use odltools as well.

Change-Id: I51cea2d83726b609063f7bd1d79423dd60c06a35
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh
jjb/integration/integration-install-robotframework.sh

index be66660d2a9ce48b31f62b02a21f817d631a2dd5..2185347065db91a4015751979698b66d11007244 100644 (file)
@@ -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
index b825b1533ff9df7d8108ab2d6bcf2f85e1bf9e56..dbfb1bfd23e4c91fa0ca6c5321bde1ef5d6bc912 100644 (file)
@@ -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