diff options
Diffstat (limited to 'testcases/features/sfc/tacker_client_install.sh')
-rwxr-xr-x | testcases/features/sfc/tacker_client_install.sh | 2 |
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 } |