Merge "Rename TestCloner TestExecutorRepos" into feature/zuulv3

This commit is contained in:
Jenkins 2017-06-06 22:43:04 +00:00 committed by Gerrit Code Review
commit c6c3de6ba7
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ import time
from tests.base import ZuulTestCase, simple_layout
class TestCloner(ZuulTestCase):
class TestExecutorRepos(ZuulTestCase):
tenant_config_file = 'config/single-tenant/main.yaml'
log = logging.getLogger("zuul.test.cloner")
log = logging.getLogger("zuul.test.executor")
def assertRepoState(self, repo, state, project, build, number):
if 'branch' in state: