Update tests to use Gerrit 2.8.6.1

Gerrit 2.8.6.1 bundles an updated mina-sshd which solves the
1-in-256 SSH hash mismatch bug, so should make our tests much more
stable.

Change-Id: Ic607660af8feb5c2dc4d1fca2681265eefdc7e93
This commit is contained in:
Jeremy Stanley 2014-07-02 16:07:57 +00:00
parent c162732aa7
commit dcb31b5762

View File

@ -35,10 +35,10 @@ from testtools import content
from git_review.tests import utils
WAR_URL = 'http://gerrit-releases.storage.googleapis.com/gerrit-2.8.5.war'
WAR_URL = 'http://gerrit-releases.storage.googleapis.com/gerrit-2.8.6.1.war'
# Update GOLDEN_SITE_VER for every change altering golden site, including
# WAR_URL changes. Set new value to something unique (just +1 it for example)
GOLDEN_SITE_VER = '0'
GOLDEN_SITE_VER = '1'
class GerritHelpers(object):