summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-11-03 14:47:35 +0100
committerJose Lausuch <jose.lausuch@ericsson.com>2016-11-05 09:02:20 +0000
commit0a7df97a43c1cded29a3f86a365d489cdce29238 (patch)
tree68e18c98ac5dcc7eca8d5161d6a49ceb8aa907d8
parentd76462c53091dc2170835a2cd15c5217c3de6b0a (diff)
Remove python-keystoneclient downgrade and keep the newer version
The docker build fails due to some inconsistency in the keystone versions. See JIRA for more info. JIRA: FUNCTEST-523 Change-Id: Ic8aeb564c2f8827417d49958c65916ff555bc706 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit a4f65f2d3052f8671bbcaca157c6053518339313)
-rwxr-xr-xtestcases/features/sfc/tacker_client_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/sfc/tacker_client_install.sh b/testcases/features/sfc/tacker_client_install.sh
index a3073177c..adb9a44be 100755
--- a/testcases/features/sfc/tacker_client_install.sh
+++ b/testcases/features/sfc/tacker_client_install.sh
@@ -21,7 +21,7 @@ ____EOF
function envSetup() {
apt-get install -y python-all debhelper fakeroot
- pip install --upgrade python-keystoneclient==1.7.4
+ #pip install --upgrade python-keystoneclient==1.7.4
chkPPkg stdeb
}