Remove the code to apply yardstick patch 35/6935/1
authorYunhong Jiang <yunhong.jiang@linux.intel.com>
Sat, 16 Jan 2016 06:16:52 +0000 (22:16 -0800)
committerYunhong Jiang <yunhong.jiang@linux.intel.com>
Sat, 16 Jan 2016 06:16:52 +0000 (22:16 -0800)
The patch to run cyclictest on baremetal
(https://gerrit.opnfv.org/gerrit/#/c/3633/) has been merged, thus we
don't need apply the patch anymore. Remove it.

Change-Id: I7058f9d6c3e873b56be52a0e886fe460506a9911
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
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