summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-11-05 15:29:43 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-11-05 16:25:59 -0800
commitfda6fff39b276c36fa33df2c107fcd4845e46c5d (patch)
treedb65db10a46aba74d9d1ee774e8a5f5e917b8f7d
parent3a14fe35e9233c94e69b6d3ef01e452a4464f479 (diff)
downloadansible-fda6fff39b276c36fa33df2c107fcd4845e46c5d.tar.gz
[stable-2.7] Pin openshift version for k8s test.
This will avoid spontaneous test failure for new releases of openshift on PyPI. (cherry picked from commit 150cdd793190172a8b0df9056cad64479de321d2) Co-authored-by: Matt Clay <matt@mystile.com>
-rwxr-xr-xtest/integration/targets/k8s/runme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/k8s/runme.sh b/test/integration/targets/k8s/runme.sh
index 9807f1ffe7..37544d00d5 100755
--- a/test/integration/targets/k8s/runme.sh
+++ b/test/integration/targets/k8s/runme.sh
@@ -21,5 +21,5 @@ ansible-playbook -v playbooks/merge_type_fail.yml "$@"
# Run full test suite
virtualenv --system-site-packages --python "${PYTHON}" "${MYTMPDIR}/openshift-recent"
source "${MYTMPDIR}/openshift-recent/bin/activate"
-$PYTHON -m pip install 'openshift>=0.7.0'
+$PYTHON -m pip install 'openshift==0.7.2'
ansible-playbook -v playbooks/full_test.yml "$@"