diff options
author | Yunhong Jiang <yunhong.jiang@linux.intel.com> | 2016-01-15 22:16:52 -0800 |
---|---|---|
committer | Yunhong Jiang <yunhong.jiang@linux.intel.com> | 2016-01-15 22:16:52 -0800 |
commit | 61f024305b030fa58a94df19c999bf3db0a41fd4 (patch) | |
tree | 593113926a62be7eb2a3d0c89f113e097090bb7c /tests | |
parent | 00bbfcd8f77b0379efa999a290b0edd1de7ed07d (diff) |
Remove the code to apply yardstick patch
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>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testexec.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testexec.sh b/tests/testexec.sh index d83ace9ea..f773907f7 100755 --- a/tests/testexec.sh +++ b/tests/testexec.sh @@ -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 |