Merge "Remove the code to apply yardstick patch"
authorDon Dugger <donald.d.dugger@intel.com>
Thu, 28 Jan 2016 23:56:39 +0000 (23:56 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 28 Jan 2016 23:56:39 +0000 (23:56 +0000)
tests/testexec.sh

index d83ace9..f773907 100755 (executable)
@@ -127,9 +127,6 @@ verifiy()
 
     export YARDSTICK_VERSION=$(git rev-parse HEAD)
 
-    # fetch patch
-    git fetch https://QiLiang@gerrit.opnfv.org/gerrit/yardstick refs/changes/33/3633/1 && git checkout FETCH_HEAD
-
     # If any change needed for yardstick, applied here.
     if [ -e /opt/yardstick.patch ]
     then