Merge "increase line length to 99"
[yardstick.git] / tests / ci / yardstick-verify
index 2986c9f..096ea53 100755 (executable)
@@ -97,18 +97,6 @@ error_exit()
 set -o errexit
 set -o pipefail
 
-install_yardstick()
-{
-    echo
-    echo "========== Installing yardstick =========="
-
-    # uninstall previous version
-    pip uninstall -y yardstick || true
-
-    # Install yardstick
-    pip install .
-}
-
 install_storperf()
 {
     # Install Storper on huawei-pod1
@@ -320,9 +308,6 @@ main()
         echo "  external network: $net"
     done
 
-    # install yardstick
-    install_yardstick
-
     source $YARDSTICK_REPO_DIR/tests/ci/clean_images.sh
 
     trap "error_exit" EXIT SIGTERM