[CVP] Patch data_utils after installing Tempest
Change-Id: Idce312fceb0ecbe369774fbeba97e373e4ce237b
Related-PROD: PROD-30762
diff --git a/configure.sh b/configure.sh
index c19b3c3..f9770ab 100755
--- a/configure.sh
+++ b/configure.sh
@@ -59,10 +59,10 @@
rally verify add-verifier-ext --version 0.2.0 --source https://github.com/openstack/heat-tempest-plugin
pip install --force-reinstall python-cinderclient==3.2.0
unset https_proxy
- # set password length to 32
- data_utils_path=`find /home/rally/.rally/verification/ -name data_utils.py`
- sed -i 's/length=15/length=32/g' $data_utils_path
fi
+ # set password length to 32
+ data_utils_path=`find /home/rally/.rally/verification/ -name data_utils.py`
+ sed -i 's/length=15/length=32/g' $data_utils_path
# supress tempest.conf display in console
#rally verify configure-verifier --show
}