From b618261811c48ff3b98eab1b340a8cd09ef183c6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Jul 2018 11:54:20 +0000 Subject: oeqa/runner: Simplify code There doesn't appear to be any reason we need this _results indirection any more so remove it. Signed-off-by: Richard Purdie --- meta/lib/oeqa/core/context.py | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/lib/oeqa/core/context.py') diff --git a/meta/lib/oeqa/core/context.py b/meta/lib/oeqa/core/context.py index 8cdfbf834f..f174c4bbcf 100644 --- a/meta/lib/oeqa/core/context.py +++ b/meta/lib/oeqa/core/context.py @@ -27,7 +27,6 @@ class OETestContext(object): self.logger = logger self._registry = {} self._registry['cases'] = collections.OrderedDict() - self._results = {} def _read_modules_from_manifest(self, manifest): if not os.path.exists(manifest): -- cgit v1.2.3