diff options
author | Don Dugger <donald.d.dugger@intel.com> | 2016-01-28 23:56:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-28 23:56:39 +0000 |
commit | 5f9d955ca33dbae8c8226e42242c37f09f6811bf (patch) | |
tree | a2bb40ba112ef002fdd68e77e94c1151af4f9959 /tests | |
parent | d38f6ce67cff4803da5836c886fea78300bbaf50 (diff) | |
parent | 61f024305b030fa58a94df19c999bf3db0a41fd4 (diff) |
Merge "Remove the code to apply yardstick patch"
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 |