From 2d2bb42b5c9966246564c6fcfeafbdafd19f9e55 Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Fri, 21 Aug 2015 16:49:15 +0200 Subject: [PATCH] Quick fix for broken dependency on bare-centos VM Change-Id: I77688d52e6793a7c7128847fc695056b9b6fbe05 --- tests/ci/test_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ci/test_install.sh b/tests/ci/test_install.sh index 434ed8f5..1875ea1b 100755 --- a/tests/ci/test_install.sh +++ b/tests/ci/test_install.sh @@ -17,6 +17,8 @@ env +sudo yum remove -y python-crypto || true + sudo ./install_rally.sh --system --yes rally deployment list [ -d /etc/bash_completion.d ] && cat /etc/bash_completion.d/rally.bash_completion || true