Remove non working tests/base.py ZuulTestCase.getPipeline method

This method fails at usage with:
'odict_values' object does not support indexing

Futhermore the method is not used. This patch simply remove it.

Change-Id: Iaaedf94bb611792f9386a2a4e6975267c4a5ed04
This commit is contained in:
Fabien Boucher 2019-06-25 14:38:29 +02:00
parent 2029ac77ba
commit 3c1ca3286e
1 changed files with 0 additions and 3 deletions

View File

@ -3837,9 +3837,6 @@ class ZuulTestCase(BaseTestCase):
for build in self.history:
self.log.debug(build)
def getPipeline(self, name):
return self.sched.abide.tenants.values()[0].layout.pipelines.get(name)
def updateConfigLayout(self, path):
root = os.path.join(self.test_root, "config")
if not os.path.exists(root):